Apply a single filter expression to many fields #613
Unanswered
NikosAlexandris
asked this question in
Q&A
Replies: 2 comments 12 replies
-
Does your goal is to filter every row in which at least one cell is a number? Are all your fields numeric? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Can you please include the full input and output of your unsuccessful attempt? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The following filter expression works just fine (for #608).
What about automagically applying
is_numeric()
to all of the input fields?And, would this be possible to limit only to fields after
cut
ting?I am unsuccessfully trying something like
Beta Was this translation helpful? Give feedback.
All reactions