-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
M
Use Case: I want to find out which values a certain variable has in a process definition. For that I create a raw data report and exclude all columns except for the variable I am interested in.
Reproduce:
- Create a Raw Data Report for a process definition that has a variable not every instance has a value for
- Exclude all table columns except for the variable column
Expected:
- Rows where no value exists for the selected columns have the same height as the other rows
Observed:
see screenshot
After discussing the issue with sebastian.bathke, we agreed to not hide empty rows. As we are now doing backend-side pagination, hiding some rows would result in an inconsistent number of rows per page, which might confuse the user. Having the information that certain instances don't contain the variable might also be valuable info for the user.
We will however update the styling for raw data tables so that rows without content have the same height as other rows.