boardburner
Technical User
Using CR11
Just trying to make a small quote form.
I have established parameters for Part # and Qty.
This formula should return to my detail section the quantity of parts that is associated with part #1,2 or 3.
But not working ! Brain dead need suggestions possibly different approach. Everything works fine until I add the first "else". I need the user to enter Part #'s and the Quantities to get the costing to generate the quote report.
Formula; @QuoteQty
if ({ipart.ippart}={?Part #1})then {?Qty1}
else
if ({ipart.ippart}={?Part #2})then {?Qty2}
else
if ({ipart.ippart}={?Part #3})then {?Qty3}
Thanks
G
Just trying to make a small quote form.
I have established parameters for Part # and Qty.
This formula should return to my detail section the quantity of parts that is associated with part #1,2 or 3.
But not working ! Brain dead need suggestions possibly different approach. Everything works fine until I add the first "else". I need the user to enter Part #'s and the Quantities to get the costing to generate the quote report.
Formula; @QuoteQty
if ({ipart.ippart}={?Part #1})then {?Qty1}
else
if ({ipart.ippart}={?Part #2})then {?Qty2}
else
if ({ipart.ippart}={?Part #3})then {?Qty3}
Thanks
G