I have a table like below each row is having different metrics. The requirement is
If metric is "User count" then I need to set color range for Value column like this Green=0-10 Red=10-20 Yellow=20-30 etc.
If metric is "Day count" then I need to set color range for Value column like this Green=0-100 Red=100-200 Default=Yellow
So for each Metrics the Value column range is going to differ. How to achieve this
| Metric 1 | Value |
| User count | 30 |
| Age count | 42 |
| Days count | 25 |
Do you have the sample dashboard examples available to you. There is one for highlighting rows of a table based on a value. Perhaps this will give you a starting point
https://splunkbase.splunk.com/app/1603/