Hello,
I added a new boolean field to the entity and set one of the record’s field value to true
.
I was then able to see the record with the correct value of the field when no filters were applied.
However after adding the following filter the query returned no data:
The only way to get the data is to set the filter to "data/hidden/iv eq null"
.
Am I using the filter wrong or is it a bug? Thanks for any help in advance.