Hello,
I have generated a report and added a text object to the PH display to the users( No Records Found For This Date)when no records are found.
Currently, only a blank page is shown when no records are found. Obvisously, the users think there is something wrong.
I placed this code in the suppress format editor, but it does not help. Is there a better way?
Not(Isnull(Count({INCIDENT.PROBLEM_CODE}))) or Count({INCIDENT.PROBLEM_CODE}) > 0
I have generated a report and added a text object to the PH display to the users( No Records Found For This Date)when no records are found.
Currently, only a blank page is shown when no records are found. Obvisously, the users think there is something wrong.
I placed this code in the suppress format editor, but it does not help. Is there a better way?
Not(Isnull(Count({INCIDENT.PROBLEM_CODE}))) or Count({INCIDENT.PROBLEM_CODE}) > 0