Skip to main content
Solved

Calculation with attributes

  • August 10, 2026
  • 3 replies
  • 40 views

teresa_ro
Contributor
Forum|alt.badge.img+3

Hi, 

I want to calculate a new attribute using the attributecreator with Text Editor: 

 

But I my results are always the source values:

What is my mistake?

Thank you for your support! 

Best answer by max_h

To calculate you have to use the arithmetic editor:
 

 

3 replies

max_h
Enthusiast
Forum|alt.badge.img+33
  • Enthusiast
  • Best Answer
  • August 10, 2026

To calculate you have to use the arithmetic editor:
 

 


teresa_ro
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • August 10, 2026

Thank you max_h!


jdh
Contributor
Forum|alt.badge.img+41
  • Contributor
  • August 10, 2026

you can embed @Evaluate(...) into the text editor field.   It super handy when you want to calculate an expression in a text block without having to create an attribute first.

Ex.   The temperature delta for the @value(Name) region is @Evaluate(@value(TempHist) - @value(TempActual))