K
Kim D
I'm trying to build an expression to show that if there are 6 or more people
in a group that there should be a discount on their rate, otherwise show the
regular rate. I've been trying the following Iif but I keep getting a msg
about how Iif's should be enclosed in parenthesis... They are!! Help!!
"ProposedRate": Iif[People]>=6,[RentalRate]-200,[RentalRate])
I've also tried this one:
"ProposedRate":Iif[People]<6,[RentalRate],[RentalRate]-200)
And I've tried both with and without the quotes on my preferred field
name... I'm lost.
in a group that there should be a discount on their rate, otherwise show the
regular rate. I've been trying the following Iif but I keep getting a msg
about how Iif's should be enclosed in parenthesis... They are!! Help!!
"ProposedRate": Iif[People]>=6,[RentalRate]-200,[RentalRate])
I've also tried this one:
"ProposedRate":Iif[People]<6,[RentalRate],[RentalRate]-200)
And I've tried both with and without the quotes on my preferred field
name... I'm lost.