How can I make master-report return null when all the subreports returns null?
Posted on August 19, 2013 at 3:18am
I've got a master-report with some subreports. For example 5 subreports.
How can I make master-report return null when all the subreports returns null?
Query-string is "SELECT 1 AS val" in master-report now.