I have a dynamic text field that show percentage. I'd like the color of the dynamic text to change based on the percentage.
For example:
0%-32% - Red
33%-65% - Yellow
66%-100% - Green
I came across this post on the Esri community - Advanced/conditional formatting to change text color in list - which seems to be similar to what I'm trying to do. But I'm not knowledgeable enough to start writing scripts.
Is there a way to add conditional formatting to a dynamic text without writing code?