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
Muhammad Raza Khan
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.