Forum Discussion
Anonymous
5 years agoNot applicable
Query across multiple columns
Hi, I am looking for help with a query I want to run on a dataset. I have a number of different columns I would like to set arguments for. All columns are numeric but I would like to set a threshold ...
amitchandak
5 years agoSuper User
Anonymous , Not very clear, Try like
if([A]>7 && [B]>=8 && [C]=6 , true(), false())