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 | ? |
Este ejercicio forma parte del curso
Data Transformation in Alteryx
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
Empezar ejercicio