The where formatter can be selected. However, this code is generated in the Expression Builder, and it doesn't work. What should I select instead of isEmpty()?
I don’t really understand what you’re doing. Either select the expression and use the filter formatter, or use the where formatter. You’re calling the where formatter inside the value of the filter formatter—that’s not how it’s supposed to work.
In the value, pick your dynamic value, then select “contains” from the dropdown, and enter the value like this:
When I used the Expression Builder with contains formatter, the expression was added with an index [0] that wouldn't have evaluated all possible values from the database. That was the reason I wanted to use where formatter, which obviously didn't comply with the Expression Builder's code formatting.