CR 10.0
SQL Server
I have a report that list all customers. I am linking two subreports to this main report; Orders and Sales. I want to suppress the section on the main report if Orders = 0 and Sales = zero. Something like this in the suppress field in the section expert:
If ({subreport.sales} <> 0 and {subreport.orders} <> 0) then false else true.
Is this possible?
Jeff
SQL Server
I have a report that list all customers. I am linking two subreports to this main report; Orders and Sales. I want to suppress the section on the main report if Orders = 0 and Sales = zero. Something like this in the suppress field in the section expert:
If ({subreport.sales} <> 0 and {subreport.orders} <> 0) then false else true.
Is this possible?
Jeff