Hi
I have a list page which displays data from the G/L entry table. The page hangs when loading as there are over 5 million records in the table. Is there any way to allow users to apply filters before the page loads data?
This is Nav 2013 on SQL server 2012.
0
Comments
Otherwise, you need call page.runmodal from another page.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
SETRANGE("Posting Date",CALCDATE('<-CY>',WORKDATE),CALCDATE('<CY>',WORKDATE);
I believe this can decrease the scope of record to show and increase performance. Then user can revise filters.