Hi,
i am calculating a value, that is saved in my variable "diff".
I want to show the value of the variable in structure with a colored background. I tried a lot, but instead of the value i only get the Name of my variable.
Here is a Part of my Formula:
--------------
with diff = X/Y:
IF diff < 0.5:
//$diff{backgroundColor=red color=white}
":panel[diff]{backgroundColor=red color=white}"
//FORMAT_CAPTION("RED", ":cloud_with_lightning_and_rain:" diff)
ELSE IF diff ...
-------------
In the picture you can see some Results. Instead of "diff" i want to se something like "1,54"...
The "Format_Caption" is a copy-paste from the helping sites - which did not help.
