Hi everyone,
I created a Chart and face the problem that the expression of the KPI does not fit into the tooltip.
Option 1: Is there a setting to change the size of the tooltip box?
Option 2: Alternatively I wanted to limit the characters of the variables. Could you help me to insert a LEFT or RIGHT statement? My syntax does not work.
<%= MyVariable %> --> Full text is shown
<%= LEFT(MyVariable,10) %> --> Only show the left 10 characters