Page 1 of 1

Suppress a Column

Posted: Wed Oct 15, 2008 11:57 pm
by Rathish
hi to All,

How to suppress a column by using one condition
Example:

I want to Suppress a PartyName based on the Decument nos

Suppress a Column

Posted: Thu Oct 16, 2008 6:14 am
by Edward
Hello, Rathish.

There are a lot of ways for you.

1) Using Conditions property with 'Component is Enabled' unchecked checkbox.
2) Function {IIF(condition,"value if true","value if false")}
3) In the BeforePrintEvent of the DataBand to set Enabled property in true or false according to that condition.

Thank you.