Problem Note 70870: Incorrect data is exported from a grid when not you do not export from page one
One feature of data in a grid is the ability to export the data to Microsoft Excel. If the data in the grid is longer than the first page, however, the export results might be incorrect.
For example, in a search that returns 132 results, when exporting to Microsoft Excel on page two, the following requests are made to compile the export:
- start: 50 / limit: 50
- start: 50 / limit: 50 (duplicate)
- start: 100 / limit: 50
The correct requests should be the following:
- start: 1 / limit: 50
- start: 51 / limit: 50
- start: 101 / limit: 50
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Visual Investigator (on SAS Viya 3.x) | Linux for x64 | 10.8 | | Viya | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2024-07-03 15:53:34 |
Date Created: | 2024-06-26 15:51:31 |