Hi,
I created a table using the Lens, with the column names as below.
Name, Age, city, and occupation.
I want to use the filter in the one of the above columns (example age: 27), display all the entries for this table except the age 27, like NOT age: 27, how can I do it?
show all the entries except the age is 27.
Thank you