From dePoPo.net

How to supress a field if the value is 0

Posted in: Crystal Reports
By dePoPo
Mar 9, 2009 - 3:29:58 PM

- Rightclick the field and choose 'Format'
- Go to the tab 'Common'
- Tick 'Supress' and click on the formula editor
- Enter the formula as shown below


if {yourtablename.yourfieldname} =0 then
    true
else
    false

© Copyright 2010 by dePoPo.net