Transforms numbers from 0 to 5 to star-rating icons. The star-rating is rounded up (0, 0.5, 1, etc.) but you can see the actual average rating by hovering over the stars (for example, 4.36).
warning You must use numeric values. Negative numbers are converted to 0, and numeric values greater than 5 are converted to 5.
You can use this keyword in the:
Comments
2 comments
How can I convert the rating type of a table into a color alert like the traffic light
Hi @Alejandro.
There's currently no way to convert ratingType (scale) to a stopLight (categorical). You can submit a feature request to add the stopiLight functionality.
Off the top of my head, I'd recommend that you try to achieve this by:
or by
If other community members have a different approach, I encourage you to share it with @Alejandro.
- Randy
Please sign in to leave a comment.