P4076 Formula Help
I have a need to create an accrual adjustment using a formula that will subtract unit cost from the unit price and then subtract .02 per unit.
In the P4076, when I enter the formula, ((SDUPRC-SDUNCS)-.02) I received an error "Invalid Characters Found". So, after reading document 1357902.1, I found that I should be using the ? in front of the field name, so I changed the formula to ((?SDUPRC-?SDUNCS)-.02), which then gives me an "Unknown Syntax Error", so I must be doing something wrong.
This is my first effort with formulas, so I'm thinking it's very likely I have something incorrect. Can anyone provide some guidance on how this particular formula should look?