defect
major
#29042
Error in column filter for double values
If double values are displayed in a table column and the column filter displays the individual available values as a selection filter, an incorrect display occurs in the following situation.
- The numerical value used for filtering is an integer
- The table is displayed in an Edit component (not Grid)
- You switch between Edit and View mode or vice versa.
After changing the view mode, the result set is empty. If you open the filter, you will see that the selected option is specified with the quantity 0. At the same time, the same option is displayed again with the correct quantity, but the filter is not set for this option (see screenshot).
The cause is the problem described in #28234.