cancel
Showing results for 
Search instead for 
Did you mean: 

highlighting

Former Member
0 Kudos

Hi All,

I hava a field rating code.


I need to show 2 radio buttons as below.


If rating code is 1 then  radio button marked besides excellent.

If rating code is 2 then  radio button marked besides good.

Like below image

Please suggest



Accepted Solutions (1)

Accepted Solutions (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Divya,

Create a formula with this code and use this for the Excellent rating:

If {rating code} = 1 then

Chr(164)

Change this formula fields font to Wingdings.

Create a similar formula for rating code 2

-Abhilash

abhilash_kumar
Active Contributor
0 Kudos

Sorry, I just saw the image. You just need one formula and the code should be:

If {rating code} = 1 then

     Chr(164)

else

     Chr(161)

-Abhilash

Former Member
0 Kudos

Abhilash,

If my rating code  <> 1 Then I am not getting radio button.something like box I am getting.

Please help

abhilash_kumar
Active Contributor
0 Kudos

Did you use the new formula I posted above - that one works for me with the Wingdings font.

-Abhilash

Former Member
0 Kudos

Hi Abhilash,

For test I did like this but still not getting the result.

abhilash_kumar
Active Contributor
0 Kudos

That is very strange!

Would you be able to send me the report with saved data to see how it looks on my machine?

-Abhilash

Former Member
0 Kudos

Hi Abhi 

PFA

abhilash_kumar
Active Contributor
0 Kudos

Looks good on my machine!

-Abhilash

Former Member
0 Kudos

Hi Abhilash,

Then what is the issue in my machine ?

abhilash_kumar
Active Contributor
0 Kudos

Perhaps the Wingdings font on your machine is corrupt.

You should copy the font from a working machine and install it on yours.

-Abhilash

Answers (0)