Calculate sum of numeric properties

Is there an option to show the sum of numeric properties?

Something like $property1$+$property2$

What you’d probably have to do create a Global Property called something like PropertyTotal and then use a component of some kind to run a series of Set Global Properties with each on incrementing PropertyTotal by $property1$ and then $property1$, etc.