Hi,
I have a number of drop downs with options 1-5. The numbers in each box are used to calculate a percentage in a text box.
Code below:
'(DataCardValue21.Selected.Value + DataCardValue22.Selected.Value + DataCardValue23.Selected.Value+ DataCardValue24.Selected.Value+ DataCardValue25.Selected.Value) / 25 * 100'
This works!
I am trying to have the percentage box change colour based on what percentage is filled e.g.
<25% : Red
25- 50% : Orange
50-75% : Yellow
75-100% : Green
Can anyone help?
Thanks in advance!
Solved! Go to Solution.
Select the color or fill property of the textbox and use this formula:
Select the color or fill property of the textbox and use this formula:
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
186 | |
53 | |
50 | |
36 | |
35 |
User | Count |
---|---|
274 | |
91 | |
82 | |
76 | |
75 |