Question
3
Replies
157
Views
Virtusa Pvt Ltd
Posted: May 11, 2017
Last activity: May 30, 2017
Closed
Solved
Display error message when Report definition return more then 1000 records.
We have a requirement to display an error message when report definition returns more then 1000 records. Please note that this report definition should be executable from user portal.
You can do that by having custom filter section. So in the custom filter section you provide the user to identify the filter and at the bottom you include one section and use defer load with some pre activity. Now when the report is loaded and gets the data from the DB, the defer loaded section starts rendering and calls the activity.
Now the total number of rows returned from DB should be available, so you can put logic to display anything you want.
-Saikat