I have a very unique process that I am struggling with completing. I have a reimbursement process that contains an amount field for each line in a PO. The amount field is calculated differently for each line item. To avoid creating multiple amount fields for each line or creating an extensive formula I decided to try using a table to hold the formulas and use a lookup to assign the formula for each amount column based on the PO number.
In my sample it has partially worked so far but for some reason I am only getting the formula input into the field as text but the formula is not actually be treated as a formula.
First question I have is whether or not my theory is an actual possible thing with Forms (Using a lookup to fill a field and then using that field itself as the formula. ex.
=formulavariable".
If I am barking up a possible tree, what am I doing incorrectly in my formula?