Solved
Limits for numeric states are only literal values when you create them using the state definitions ui. You can try the following alternatives:
- If you are using the advanced grid widget, you can specify a runtime configuration via the Configuration property where you can define the state formatting limits within a service. This capability isn't well documented, but you can find some good examples in the entities provided in this help article.
- You can add an additional string column and calculate its value in the service you use to populate your grid, based on the value of number properties. This column could take values like Green, Yellow and Red. Then, when you configure your grid, you can hide this column but you can use it as the dependent field for your numeric column and just use a string-based state formatting. The community post linked by
@bchaudhary_448008 explains this approach.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

