Add fieldnames to Equation
-
I have a Calculated Field with this Equation (to calculate a price):
PREC(MAX(10.20,fieldname6*0.34+3.40),2)I like to change this in:
fieldname6+fieldname41+fieldname43 * 0.34+3.40
so I did it like this:
PREC(MAX(10.20,fieldname6+fieldname42+fieldname43*0.34+3.40),2)
But somehow it does not work. What did I do wrong?
Thank you,
Alwin
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Add fieldnames to Equation’ is closed to new replies.