Do not print if blank

Stimulsoft Reports.WEB discussion
Post Reply
diumercer
Posts: 1
Joined: Wed May 04, 2011 7:08 am
Location: Geneva

Do not print if blank

Post by diumercer »

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?
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Do not print if blank

Post by Ivan »

Hello,

Can you please send us a sample report template with data or a simple test project, which reproduces the issue?

Thank you.
Post Reply