Ok, I need to make a calculated field named BillTotal that adds the order amount and the delivery charge. I also want to use the IIf function to add $2 to the BillTotal field if the city is Naples.
I've been pretty stuck on this, so any help would be appreciated. I am able to add the two fields fine, but when I try to use the IIf function, I get a little box popping up asking me to enter the parameter value.
This is what I tried for an expression:
BillTotal: IIf(City=Naples, OrderAmt+DeliveryCharge+2, OrderAmt+DeliveryCharge)
Thanks so much for being here!
feafee
I've been pretty stuck on this, so any help would be appreciated. I am able to add the two fields fine, but when I try to use the IIf function, I get a little box popping up asking me to enter the parameter value.
This is what I tried for an expression:
BillTotal: IIf(City=Naples, OrderAmt+DeliveryCharge+2, OrderAmt+DeliveryCharge)
Thanks so much for being here!
feafee