Show Yes/No instead of 1/0 in grid records

Hi,

I have a from with multiple radio fields that have yes(1) and no(0) options.
When I view it in grid, the fields show value 1 or 0.
I want to show yes and no in grid without actually changing the values to yes/no.

I’m guessing I have to use onRecord event in my grid and do something like if {field} is 0 then show no, but how can i show yes or no without changing the values?

Hi,
Use manual lookup method in field


Guy

3 Likes