Bit name in a report

Hello everyone, I am working in a report and I want to put the name or label of the alarm in the report, the alarms are in bites. in the report the alarm appears as a event value

image

Thanks for your help.

BR

You can do it by querying the data in such a way that it appears with the labels you want. If you have a table that has labels per value, you can achieve this with a join. Otherwise you may want to use a case statement.

Hello Thanks for your reply, I did this in report design and works :

@y_alarms==4?“Door Open”:(y_alarms==-32764?“Low Temperature”:" "

BR

1 Like