|
| [WD20] - How to supress printing of a row conditionally? |
| Iniciado por guest, 22,may. 2018 11:19 - 2 respuestas |
| |
| | | |
|
| |
| Publicado el 22,mayo 2018 - 11:19 |
Hello,
I am trying to suppress printing of a row of data in Details section of Report if a field's numeric value is <= 0
How to do this?
TIA |
| |
| |
| | | |
|
| | |
| |
| Publicado el 22,mayo 2018 - 12:02 |
Yogi,
you can use the "Filtering (take the record into account?)" section of your report. It is one off the reports global sections, not one of the body or breaks. Put some code there to return true/false to print/skip a record i.e. RESULT (nValue<=0) |
| |
| |
| | | |
|
| | |
| |
| Publicado el 22,mayo 2018 - 16:32 |
Arie,
Thanks for the tip. I finally went about by modifying the source query so that it returns only those rows that have value greater than 0!
Thanks again.
Regards, |
| |
| |
| | | |
|
| | | | |
| | |
|