I have a HasOneComplexTableField on a page in the CMS and one of the columns displayed is of type 'Boolean'.
It's saved in the database as either 1 or 0 and it's DISPLAYED as either 1 or 0. Which is fair enough but potentially confusing for the end users.
Is there some way that I can "decode" the 1 and 0 into something like 'Y' and 'N' or whatever?
I only want that for the display.