Display Count of Records feature in report definition
List view rule has the option of showing total number of records (based on the where clause) if "Display Count of Records" check box is checked. How can I achieve the same functionality with report definition rules (opened from report browser)?
***Updated by moderator: Lochan to add Categories***
If you are executing the report definition, please use pxRetrieveReportData and not pxCallRetrieveReportData. pxCallRetrieveReportData activity is internally used by Data pages which use report definition as a source.
The record count for a report definition should be available in pxResultCount property in the output page of the report definition.
Also, you can refer to this PDN article -> https://collaborate.pega.com/question/case-record-count-report-definition