Why can't I use the same expression for controlling opacity on Numeric Values and images.
(Scale(Analog_verdi\LowWarning\Value, 0, 1, 0, 1) || Scale(Analog_verdi\HighWarning\Value, 0, 1, 0, 1)) && !(Scale(Analog_verdi\HighAlarm\Value, 0, 1, 0, 1) || Scale(Analog_verdi\LowAlarm\Value, 0, 1, 0, 1))
I controll the opacity on a Numeric Value and on a Text Value, and it looks like this, and works perfect.
When I paste the exact same expression to Opacity on a image, i get this error.
Image opacity Expressions will only accept direct linked tags, like this.
[<M251_simulator\Modbus_Driver\SensorSalinitet1\LowAlarm>] || [<M251_simulator\Modbus_Driver\SensorSalinitet1\HighAlarm>]
Why can't I use the same expression for controlling opacity on Numeric Values and images.
````
(Scale(Analog_verdi\LowWarning\Value, 0, 1, 0, 1) || Scale(Analog_verdi\HighWarning\Value, 0, 1, 0, 1)) && !(Scale(Analog_verdi\HighAlarm\Value, 0, 1, 0, 1) || Scale(Analog_verdi\LowAlarm\Value, 0, 1, 0, 1))
````
I controll the opacity on a Numeric Value and on a Text Value, and it looks like this, and works perfect.
![598ae4f6d2c70.png](serve/attachment&path=598ae4f6d2c70.png)
When I paste the exact same expression to Opacity on a image, i get this error.
![598ae8e9467c4.png](serve/attachment&path=598ae8e9467c4.png)
Image opacity Expressions will only accept direct linked tags, like this.
````
[<M251_simulator\Modbus_Driver\SensorSalinitet1\LowAlarm>] || [<M251_simulator\Modbus_Driver\SensorSalinitet1\HighAlarm>]
````