Skip to content

UI display page by page: empty data even there are data available #5

Description

@amc1999

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:

Image

Steps to reproduce:

It is more easy to reproduce on large parameters / output tables / microdata

  1. Use FBCumImmig very large parameter
Image
  1. Set page Size = 10
  2. Drag Year dimension on slicer and select Year = 2020
  3. Drag Sex dimension on columns and select all items (Female and Male)
  4. Drag Age dimension on rows and select only 40
Image

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions