if then statement in text box
I have a rather intense PDF form we are creating as a Purchase Request.
I need an if then statement for the Line Item Adjustments total. I need it to NOT calculate anything unless there has been an actual change.
Columns are as follows:
QTY Ordered
Unit Cost
Total Cost
QTY Change
Actual Unit Cost
Line Item Adjustment
I have a calculation for the of the Total costs of the initial order. What I need now is to calculate the adjusted costs.
If QTY Change is blank, then return no result
If QTY Change has a number in it, then return total of the Line Adjustments minus the Original Amount
