Skip to Content
0
Former Member
Apr 22, 2014 at 09:46 PM

Suppressing a section based on multiple conditions

598 Views

Hello,

I have a requirement where I need to suppress the detail section based on 2 conditions. The report works perfectly fine when I have the following first condition:

IF {Invoice_Details_Prn.sLineCode}=["SL"] and ({Invoice_Details_Prn.dPrice})=0 then true

I need to suppress the detail section with one more condition where only detail lines should show up when {Invoice_Details_Prn.sLineCode}=["CL"]

Can anyone help me with this issue? Thanks,

Amol