Hello,
In IFS10, when running a quick report, is there a way to see how many rows have returned without exporting to CSV?
Thanks
Ross
Hello,
In IFS10, when running a quick report, is there a way to see how many rows have returned without exporting to CSV?
Thanks
Ross
Hello
IFS Quick Report population works in data chunks, i.e. the quick report will be loaded with only 103 records at a time. The more you scroll, more rows will be fetched. That increases the performance of the initial execution of quick reports. Therefore, you cannot expect IFS to show somehow how many records will be fetched.
Assuming that you refer to IEE, there is also no built-in feature to see the row count as well.
I’m not sure about the feasibility, but you can try modifying your SQL to add one dummy line at the top of the result set (using UNION) that shows the number of records, etc. ;-)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.