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 | ? |
Cet exercice fait partie du cours
Data Transformation in Alteryx
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
Commencer l’exercice