an.tran
1
When I try to perform a search for values based on a search input value, I always have to create a conditional to perform a filter when the search input is not empty. This makes it harder to combine several filter criteria for a search:
This is what I would like to see working, with the search expression returns all the available values (as if there is no filter constraint) when the Input Search's value is empty.

For now, I have to remove the aforementioned filter constraint and add a conditional for this to work:
“Ignore empty constraints” should be ticked. This should solve your problem
1 Like