Link to home
Start Free TrialLog in
Avatar of mjs082969
mjs082969

asked on

Detail section of a report I would like to conditional hide a data element

Within the detail section of a report I would like to conditional hide (suppress) a data element (based on its value) from printing.  Any suggestions? Thanks
ASKER CERTIFIED SOLUTION
Avatar of ebolek
ebolek

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You can also use as the formula:

CurrentFieldValue = Condition

Result is the same but it's easier to copy & paste if you're applying the same condition to multiple fields.

For future reference, in the conditional suppression you just need a formula that evaluates to True for suppression and False otherwise.

HTH

frodoman