W
wthoffman
I have a field "tax Exempt" which is a yes/no expression. What is the code
to have the [amount subject to tax] if the tax exempt field is a "yes" I want
the [amount subject to tax]to be Zero, if the tax exempt field is a "no"I
want the field to run its expression
enter a zero. Isn't it something like ; If taxexempt is yes enter zero
otherwise enter amount subject to tax.
Below is the expression as it works now.
AmountSubjectToTax: [salesPrice]-[TradeInAllowance]
Thank you
to have the [amount subject to tax] if the tax exempt field is a "yes" I want
the [amount subject to tax]to be Zero, if the tax exempt field is a "no"I
want the field to run its expression
enter a zero. Isn't it something like ; If taxexempt is yes enter zero
otherwise enter amount subject to tax.
Below is the expression as it works now.
AmountSubjectToTax: [salesPrice]-[TradeInAllowance]
Thank you