Row Filters
#220
Replies: 1 comment
-
Well, given your initial description, you can do this with this expression:
`col1 > 5000 and col2 == "Low"`
Important note: col0 is the first column and col1 is the second column. Column indices are 0-based.
By the way, you can found full expression documentation here:
https://github.com/silentmatt/expr-eval#expression-syntax
Fabien
… Le 2 août 2021 à 14:27, Niyanthan ***@***.***> a écrit :
Hi In Row filters Is it possible to filter values from multiple columns if so how to set the filter?
for example I need to choose value greater than 5000 from col1 and value == "Low" from column 2
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions