Skip to Content
0
Apr 14, 2014 at 09:01 AM

Suppress a section on the basis of two conditions

1303 Views

Hi;

I am trying to supress a section but to do that two conditions has to be satisfied. I am not able to give the If statement with two conditions

I tried the below but it does not works out

if {spOrderAck;1.name} = 'XXXXXXX' and InStr (1,{spOrderAck;1.description} ,'TOYS' )=1

then

true

else

false

Please help me to know hwo to sort this out.