
Setup
To display a flag, you need a two-letter ISO 3166-1 alpha-2 country code (for example,at, ca, se, us) that can be passed into the flag image URL. You can provide this code in a few ways:
- Enter the code manually in an input column
- Use a calculation with
XLOOKUPto map locations to codes from another table - Reference a field that already contains the code in your database
{{calc_1.value}} and the location field from the saas__users_detailed view. Update these references to match your own fields.
| Col | Name | Description or formula | Purpose |
|---|---|---|---|
| A | Location | Location field | Label shown next to the flag |
| B | Country code (calc_1) | Two-letter country code (e.g. at, ca, se, us) | Passed into the flag image URL |

