HeelNGville
Registered User.
- Local time
- Today, 04:02
- Joined
- Apr 13, 2004
- Messages
- 71
Thanks in advance for suggestions.
Within a specific report, I have a field named ‘Rating’ that will have a numerical range from 0.0-5.0. Basically, I was hoping to insert a ratings view by utilizing special wingdings characters. I can achieve the results I need until the introduction of a decimal value.
For example, if a ‘Rating’ is 2.0, the formula =String([RATING],"ê") produces:
** (2 solid stars). No wingding font to display
Which is exactly what I need. However, when of the decimal rating ranges from 0.50-.0.75 I would like for another character to trail. For example, suppose the rating is 4.6, the result I hope to obtain same as above, however decimal portion would be a different character. Basically “ê” for full stars, and “ó” for half stars.
Any recommendations? Thanks!
Within a specific report, I have a field named ‘Rating’ that will have a numerical range from 0.0-5.0. Basically, I was hoping to insert a ratings view by utilizing special wingdings characters. I can achieve the results I need until the introduction of a decimal value.
For example, if a ‘Rating’ is 2.0, the formula =String([RATING],"ê") produces:
** (2 solid stars). No wingding font to display
Which is exactly what I need. However, when of the decimal rating ranges from 0.50-.0.75 I would like for another character to trail. For example, suppose the rating is 4.6, the result I hope to obtain same as above, however decimal portion would be a different character. Basically “ê” for full stars, and “ó” for half stars.
Any recommendations? Thanks!