
Is it possible to change what is shown for possible answers in a Yes/No column? at the very least I would like them to say Yes and No instead of N and Y.

Is it possible to change what is shown for possible answers in a Yes/No column? at the very least I would like them to say Yes and No instead of N and Y.
UPDATED 5/20/2022: There is now the capability in a Yes/No column to specify custom button labels. For example, instead of “Y” or “N” for column named [Archive?], we can specify “Archive” and “Unarchive” as the button labels.
I don’t believe there is a way to simply relabel the buttons. However, a Yes/No column is really just a special case of an Enum. You can create you own Enum column and use whatever values you wish.
This does mean you would need to update all places where you are testing the value of the column IF you are not already testing for “Yes” or “No” values.
Was hoping to avoid that. Might not be necessary enough to warranty changing the other formulas
Custom Y/N Text Questions
Currently, the Yes/No column type creates two buttons with text “Y” and “N”, which cannot be changed. Similarly, showing the Y/N column type outside of the form results in a “Y” or “N”. As per @Benoit_Gramond We need the ability to customize the text for TRUE or FALSE values in the Y/N column type. For example, a table may have a boolean column ‘status’, with two options: ‘Visible’ or ‘Hidden’. [image] Currently, the only way to achieve the first option is to use an ENUM column type rathe…
Added my vote immediately!!!