I have a table card with these columns: Account Name, MTD, MTD Budget
I want to apply color rule to MTD column so that when MTD is below 10% of the budget, color that MTD number red, else green. So in this example, 100 would be red, and 500 would be green.
Account Name | MTD | MTD Budget |
---|
Sales | 1000 | 2000 |
Expenses | 500 | 400 |
Is it possible to do in DOMO?