Showing boolean as an image/icon in listview

0
I am using a listview to display data. One of the entity attributes is a boolean. The boolean value is depicted as True/False .   Is there a quick way to exchange true/false text with for example green and red icons?
asked
1 answers
0

Heey Muhammad,

 

What you can do is place the green and red icons on your page and with conditional visibility that looks at the boolean value show the green or the red one.

 

Kind regards,

Edo

answered