Solved
Filter "Conditional Show Values" property works incorrect with big amount of data
Filter 2.3.2 "Conditional Show Values" works incorrect - values are not shown if there are too much rows of data.
- Generate two Autocalendars "Date From" and "Date To" with same values from 01/01/1971 to 01/01/2034;
- create two filter objects "Date From" and "Date To";
- In "Date To" insert an expression "=(GetSelectedCount([Date From]) > 0 and [Date To] >= Max([Date From])) or (GetSelectedCount([Date From]) = 0)" to the 'Show Values Condition';
- In "Date From" filter select 01/02/1971 - "Date To" condition works fine;
- In "Date From" filter select 16/12/2019 - "Date To" filter is empty - it is incorrect.
Hi Roman,
How many rows are you using here?
I would strongly encourage you to test this using filter version 3.0.0 and see if this resolves your issue. There are a significant amount of changes here, with how we manage loading of data as well as a performance boost