Forum Discussion
EOMDevelepors
7 years agoQrew Captain
I would do:
If([new checkbox field]=true,[alternative terminal],
If(
[Port of Loading]="Vancouver", [Voyage Dates - Terminal2],
If([Port of Loading]="Seattle", [Voyage Dates - Terminal 3],
If([Port of Loading]="Tacoma", [Voyage Dates - Terminal 3],
))))
If([new checkbox field]=true,[alternative terminal],
If(
[Port of Loading]="Vancouver", [Voyage Dates - Terminal2],
If([Port of Loading]="Seattle", [Voyage Dates - Terminal 3],
If([Port of Loading]="Tacoma", [Voyage Dates - Terminal 3],
))))