Do not print if blank
Posted: Wed May 04, 2011 7:16 am
Hi, I need some help figuring out how to have a subreport only print if the choices within then have data. The evaluation that gives the data is done using if statements. This is the result of the data in the system.
Windows 2400 3600 (these is evalutated using if statements)
Doors 900 900
Paint 0 0
Tables 1200 1000
Chairs
Laptops 800 500
I want to print this data out on the report, so that it prints everything except the lines Paints (with 0 value) and Chairs (no values, so it will look like this, without spaces.
Windows 2400 3600 (these is evalutated using if statements)
Doors 900 900
Tables 1200 1000
Laptops 800 500
How do I go about doing so?
Windows 2400 3600 (these is evalutated using if statements)
Doors 900 900
Paint 0 0
Tables 1200 1000
Chairs
Laptops 800 500
I want to print this data out on the report, so that it prints everything except the lines Paints (with 0 value) and Chairs (no values, so it will look like this, without spaces.
Windows 2400 3600 (these is evalutated using if statements)
Doors 900 900
Tables 1200 1000
Laptops 800 500
How do I go about doing so?