Regarding Condition For Coloring A Text Box

0
Hi Mendix team, I have to make the Color box as Orange if $Model_info/Model_Code='Total' > $Daywise_Plan/Setup_TCF how can I Achive this  Thanks in Advance
asked
2 answers
0

go to appearance tab  of textbox and in dynamic class add  something like below

and in your css define that class

image.png

answered
0

Hello there

Use a microflow to change the color of the box to orange if $Model_info/Model_Code equals total and is larger than $Daywise_Plan/Setup_TCF. Create a condition-checking decision in the microflow.

answered