Skip to main content

I'm trying to use a Polar Gauge widget with an amount and then designate the Range values to be bound to the quota.  I have a quota amount as a step but when I use the binding in the Max, Medium, High, it doesn't seem to show correctly (it shows green (high) instead of red(low) and no error:

 

"max": "{{cell(Quota_1.result,0,\"Quota\").asString()}}",

"medium": "{{cell(Quota_1.result,0,\"Quota\").asString()}} * 0.5",

"high": "{{cell(Quota_1.result,0,\"Quota\").asString()}} * 0.75",

0/9000