Set static text

With the static text you can assign a text to the element depending on the value of the connected data point that is displayed only when a given condition is true. However, this will only work with elements of type <text>.

In the SVG code, define the text element whose text you want to animate.

<text id="Text" x="32" y="33" text-anchor="middle" />

In the Value field, enter the text that is to appear if the condition is fulfilled. In the Element dropdown, select the ID of the text object.

Simulator

Activate the simulator with Start Simulator to test the condition.