Details
Description
However, the issue with records being dropped when exporting to XLS/CSV is still frequently occurring. Here is an example that doesn't have PHI if you want to use it for testing:
Select * from exchangereporting.table_statistics;
This returns 1318 records, which is the # of records in that table. However, if within HUE you export the results of this query to XLS, then the resulting spreadsheet consistently only contains 1088 records.
It occurs with both CSV and XLS. Both ways export only 1088 of the 1318 records in that example I noted.