Page 1 of 1

Boolean value to string

Posted: Thu Dec 15, 2022 9:03 am
by acataluffi
Hi,
I have a field from Datasource that is a boolean.

I want to write and display "START" when this field is 1, otherwise "STOP".
How i can do? I done this with calculated field and variables, but i don't think is the right solution.
Does i display it with an "Indicator" component?

Re: Boolean value to string

Posted: Thu Dec 15, 2022 1:08 pm
by Max Shamanov
Hello,

You can use ternary operation.
Please check the attached dashboard

Thank you.