Passing Parameter to sub report from detail section of Main report
I am new to CR
I am developing a CR for Clinical Lab Test. My main report have four field i.e
1. Test Code
2. Test Name
3. Result Value
4. Normal Values
This report has sub report in Page Footer. When TestCode = 18 or 19 It has to show a normal value table in Page footer of that page. Other wise this table should not appear on page footer.
Please help me
Wallie Cheng replied
Hi Qasim,
I believe your conditional suppression formula on the Page Footer section should be similar to:
if {testcode.field} = 18 or {testcode.field} = 19 then FALSE
else
TRUE
The above will show the Page Footer if it equals 18 or 19, otherwise it will suppress it.
Regards,
Wallie