UI support display parameter, output table and microdata page by page. It is essential for large tables. However user sometime may see empty data even there are data available:

Steps to reproduce:
It is more easy to reproduce on large parameters / output tables / microdata
- Use FBCumImmig very large parameter
- Set page Size = 10
- Drag Year dimension on slicer and select Year = 2020
- Drag Sex dimension on columns and select all items (Female and Male)
- Drag Age dimension on rows and select only 40
Results are empty. If you click Next button then at record = 40 you can see only one value = 9, click next to recored = 50 and there are no data again, until record = 140.
The issue, as far as I understand is coming from the fact I am filtering db records by slicer dimensions only Year = 2020 and filtering display view by user selection: Age = 40. There are 10 records selected from database but some of it may not contain Age = 40.
Solution can be is to provide some message to the user about it (about data filtered out by user selection). Or change back-end API to also filter by user selection.
I am not sure if there are any situation when parameter / output table / microdata display less data than page size. It may be user selection is the only problem, we have to test it more.
UI support display parameter, output table and microdata page by page. It is essential for large tables. However user sometime may see empty data even there are data available:
Steps to reproduce:
It is more easy to reproduce on large parameters / output tables / microdata
Results are empty. If you click Next button then at record = 40 you can see only one value = 9, click next to recored = 50 and there are no data again, until record = 140.
The issue, as far as I understand is coming from the fact I am filtering db records by slicer dimensions only Year = 2020 and filtering display view by user selection: Age = 40. There are 10 records selected from database but some of it may not contain Age = 40.
Solution can be is to provide some message to the user about it (about data filtered out by user selection). Or change back-end API to also filter by user selection.
I am not sure if there are any situation when parameter / output table / microdata display less data than page size. It may be user selection is the only problem, we have to test it more.