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