Hi,I am working on a form where I have to calculate two tax rebate
values.Using the script below, I have the first half of it working fine.
I need the second half to calculate the rebate amount up to a maximum
amount of $26250.00. Not sure what to do and have not had much luck with
what I have tried so far. Any ideas would be greatly appreciated.if
(checkBox.rawValue == 1 && PRICE_OF_UNIT.rawValue > 525000){
this.rawValue = 26250; }else if (checkBox.rawValue == 1 &&
PRICE_OF_UNIT.rawValue <= 525...