Skip to main content
kathleenw93916095
Participant
February 5, 2024
Answered

Calculate a total by adding Constant amount to several other amount fields

  • February 5, 2024
  • 1 reply
  • 518 views

This simplified notation calculation does not work. How do I fix it?

125.00 + Field1 + Field2 + Field3 + Field4

This topic has been closed for replies.
Correct answer try67

If you want to keep them you must escape them in the formula, like this:

 

125 + Field\-1 + Field\-2 + Field\-3 + Field\-4

 

Same goes for other special characters, including spaces.

1 reply

ls_rbls
Community Expert
Community Expert
February 6, 2024

Hi @kathleenw93916095 ,

 

Your simplified notation is working for me.

 

Ensure that are field names are spelled exactly with the same name in your simplified notation.

 

Also, make sure if what you are referring to not working means that you are not seeing the decimals.

 

If that is what you are referring to, ensure that all fields are formatted as number.

kathleenw93916095
Participant
February 6, 2024

The problem was my field names had dashes (-). Once I removed those, the calculation works.

ls_rbls
Community Expert
Community Expert
February 6, 2024

Ok, great !