Forum Discussion
yaya1974
2 years agoHelper III
IF(And statements
Bucket = if(AND('Open Sales 55 7 15 3'[Over 15 Days]=true,"over 15",IF(and('Open Sales 55 7 15 3'[6 to 15 Days]=true,"6 to 15 days past due",IF(and('Open Sales 55 7 15 3'[0 to 5 Days]=true,"1 to 5 d...
yaya1974
2 years agoHelper III
my columns that equal true/false are data type true/false and my number columns are data tpe text.
how do I check which is string and non-string?