Brilliant, thanks!
Last question:
How to I create multiple IF statements in one field?
I want a field to display different text depending on the selection of a drop down menu, so I that means I need something like:
{{IF "Dropdown1" = "Montreal", "Montreal Address"}{IF "Dropdown1" = "Laval", "Laval Address"}}
But that doesn't seem to work. It doesn't update when I go "update field".
|