I have a table where I added “group by” date, and then I added rows, average value, one decimal.
I would like to replace the number with mapped string, something like:
1: bad
2: average
3: good
I tried adding a calculated field, but then it only shows “count” in the table.
It’s not letting me do any kind of conditional formatting on a number (except colour and some emojis)
It wasn’t really my case, because I would need to first calculate the average and then apply the switch statement, but that doesn’t let me do any kind of filtering.
It would be nice if there was a feature to conditionally format the numbers into words.
@Al22, Understood; yes you could throw something together in a calculated field that does the averaging and then utilizes an ifelse statement to assign a word based on the percentage but that would be a lot of extended work compared to an addition to the conditional formatting.
This has been marked as a feature request to promote visibility to the support team.