Hi,
I found a similar issue - when I ran the debugger in IFS I noticed that the SQL query had been changed to only fetch the first 100 rows when using a line graph element.
The graph was therefore missing quite a few entries.
Did you manage to find a solution for this?
Kind Regards,
Dan
Hi Both,
From what I have seen in lobbies, it is true that “FETCH NEXT 100" is added to the query when you debug, and the main reason behind this is to avoid performance issues. Most of the lobby element types are designed to provide a high-level overview of the data, hence won’t show the full set of a huge data pile.
This limitation has been intentionally actioned as this will avoid the rendering issues in using lobbies.
As a suggestion, you can use list elements to display huge data sets.
Hope the above helps!
Cheers!
Novishan