I need help writing a calculation
Right now what I have is this, but it isn't working:
var EXT = this.getField("Warranty").value;
if (Warranty = Extended) event.value = Number(this.getField("Quantity_Tablets").valueAsString) * 279
There are four different varieties of warranties with different prices, and based on clickboxes, I need to get the number multiplied by different values.
Please help!
