This will work, but note that for performance you should really use two custom properties with indirect tag bindings, and do the sum in a single expression referencing those two custom properties. The tag()
function can't be optimized the same way indirect tag bindings can, so it's a performance pitfall.
4 Likes