As the capabilities and various controls for export have gotten more powerful, it can be difficult to keep track of expected outcomes under various configurations. Below is a list of expectations that can be referred to in testing and troubleshooting issues.
Configuration | Expected output |
A list chart (List, Nested List, RIDAC List, etc.) without the “Pagination” chart option enabled | The export includes everything above the “fold” (the point where content is cut off before scrolling) and will clip the row at the fold |
A list chart (List, Nested List, RIDAC List, etc.) with the “Pagination” chart option enabled | The export includes every table row that fits within the height of the chart. If more rows are present but not included, an additional page will be added of the export until all rows have been captured. NOTE: If a single row is greater than the height of the chart, that row will be clipped at the fold. |
A list chart with the “Click to Sort Headers” option enabled | The export will maintain the last sort criteria the user set. This expectation is the same for lists that are, and are not, paginated. |
Any HTML chart (List, Field Selector, Score, etc) and Specialized Charts that have a display type of HTML that may exceed the height of its container | Scrollbars are never included in the final export file. |
Multiple list charts on the same slide with the “Pagination” option enabled | Pagination works correctly for each chart and all rows are captured. |