Hi,
I have a question for you:
I would like to create a filter for one column of my Grid. The values of this column are integers, but the values are not visible for the users. They see only an icon depending on the value's range. (see the linked image)
For example:
If the value is 89, the user sees an icon and the tooltip for that is "Very good".
We have 4 ranges:
0-50 Bad,
51-70 OK,
71-85 Good,
86-100 Very good
How can I create a filter, where only the 4 text can be selected from a dropdown, but is filters for the range represented by the text?
Thanks in advance.