Interpreting logical operators
Given the dataset below, what is the order of results for this formula on each row?
IF [State] = 'Oklahoma' && [City] != 'Norman' THEN 'TRUE' ELSE 'FALSE' ENDIF
State | City | Oklahoma or Tulsa? |
---|---|---|
Oklahoma | Tulsa | ? |
Oklahoma | Norman | ? |
Oklahoma | Broken Arrow | ? |
Oklahoma | Lawton | ? |
This exercise is part of the course
Data Transformation in Alteryx
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
