Chart or status

0
I have three variables 1. High Risk 2. Moderate 3. Low  Based on the variable value 1,2 or 3 I want to show the status as 1. Red 2. yellow or 3. Green based on the value of the variable. How to show this.
asked
1 answers
1

Hi Narayan,

Assuming you’re using an enum for the 3 values, i recommend you to use the Dynamic classes (https://appstore.home.mendix.com/link/app/108838/) widget. With this widget you can (after you created the classes) select a class per value which will be shown. 

With kind regards,
Bryan de Wit

answered