In a Table Filter, how can I query a JSON element that is an array instead of a value?
Hi,
In a Table Filter, how can I query a JSON element that is an array instead of a value?
For example, Let's assume the following in a column named
data
:
Using the following ENUMs:
Genre Enum
Tags Enum
If I want to filter by genre, I can do this, which works fine:
However, the same does not work for tags because they are arrays. Anything I pick never matches.
How can I create a filter using the tags in data->tags
?1 Reply
Solution
Figured it out: