Click to See Complete Forum and Search --> : Mdson


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.

kristyw
June 2nd, 2005, 06:19 PM
if {@DifferenceUprice} >= - 3.00 then


Greater than or equal to MINUS 3?

How about :

if {@DifferenceUprice} < 3.00 then
true
else false

MDSON
June 3rd, 2005, 08:31 AM
I still can not suppress the subreport.

Madhi
June 3rd, 2005, 09:43 AM
Where did you give that formula?
Give that in section export of details where subreport is placed