Logical Operators in yaml file

Hi guys,

I faced after update to 1.2.5 a problem. I set up my index page with multiple OR s per parameter like

  • label: “‘Hardware Version’”
    parameter: Device.DeviceInfo.HardwareVersion OR
    InternetGatewayDevice.DeviceInfo.HardwareVersion

but this returns now true - not like before the correct param. Can anyone help ?

1 Like

you should use like this example
COALESCE(InternetGatewayDevice.DeviceInfo.FirstUseDate, Device.DeviceInfo.FirstUseDate).

regards!

2 Likes

thank you so much! now Im really happy :smile: