You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating some indoor air quality popups - here's an example for VOCs:
Alongside the raw value (507.6 in this case) I also want to show the rating. I have a 1-5 value for this, which is shown in the header (1 in this case), but I want to convert this to a string (from "Poor" to "Excellent"). I took a look at the transform option but this is for transforming to a value, not a string.
Am I missing something obvious or is this not possible?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm creating some indoor air quality popups - here's an example for VOCs:
Alongside the raw value (507.6 in this case) I also want to show the rating. I have a 1-5 value for this, which is shown in the header (1 in this case), but I want to convert this to a string (from "Poor" to "Excellent"). I took a look at the
transform
option but this is for transforming to a value, not a string.Am I missing something obvious or is this not possible?
Beta Was this translation helpful? Give feedback.
All reactions