Hi,
Based on some selection I want to print text conditionally on report.
For Ex:
If there are records available based on parameter selection .I would like to print 'End of Report ' in black font in report footer section.
But if there are no records available then print 'No Record Found' in red font color .
I am using below formula: (the formula is placed in report footer section)
IF (Count ({PDOC_PRO_INDENT_TRACKING_A.REQUISITION_NO}) <> 0 )
Then '************************ End of Report ************************'
ELSE 'No Record Found'
Thanks ,
Karan Sheth