HI,
I Have a field name flag(Number) in the main report.
I have two subreport next to each other in a single detail section. Based on the field value, if it is 0 the left side subreport should be visible or else it should be suppressed or invisible if it is 1. Kindly guide me writing the formula and in which section should i write it.
I have wrote the formula by clicking the left subreport--> Format Subreport--> next to suppress button clicked the formula button--> wrote the below formula
if{?flag}=0 then true;
but the above formula is not working,kindly help me..
Thnks...