MDSON
June 2nd, 2005, 02:16 PM
I have created a report with a subreport. I need to suppress a subreport if the value on the main report is less then 3 as an example. I have the following on the format section.
if {@DifferenceUprice} >= - 3.00 then
false
else true
This is not working.
Your help would be appericated.
if {@DifferenceUprice} >= - 3.00 then
false
else true
This is not working.
Your help would be appericated.