How to get the total records retrieved for Drill Down Reports ?
We generally get the total number of records retrieved in a Report Definition on the clipboard page : pyReportContentPage.pxResultCount.
However if we are using chart reports where on click of a chart we have another drill down report :- where can we have this information on clipboard? I was not able to find this.
e.g on click of the summary report we get 5 bars as a bar chart so pyReportContentPage.pxResultCount holds value 5. However if we click on any bar and the base drill down Report retrieves 100 records for that category :- where can we get this value 100 in the clipboard?
Kindly suggest.