Datavis Record Limit System Setting
There is a new feature to control the 4096 line item maximum that results on Datavis grid outputs, before acknowledging to retrieve more.
This is a new feature available in the September 2022 upgrade version and newer where the datavis output results amount (default is 4096 lines) can be controlled. A new system setting controls the datavis line count in the result before forcing the user to acknowledge the alert to retrieve more rows.
How do I learn more videos:
- A new 1 minute video which you can watch HERE
The attribute <WCDVSOURCE AUTO_LIMIT> now works as follows on LAYOUTS:
- A layout attribute value of -1 means to use/respect the system setting. This is the default.
- A layout attribute value of 0 means no limit; download all rows from the get-go.
- Any other positive value means that’s how many rows to get.
- Any other negative value falls back to the hardcoded default of 4096 rows.
