display total number of records in interactive report in BI publisher 12c
Hi,
in my report i am using WHERE rownum <= NVL(:limit, 1000) in query for performance of the report.
But i wanted to display total number of records between dates range under the report rather than rownum 1000. Because it will always shows rownum limit under the report but total number of records more than the limit, that will confuse the the report.
Regards,
RN