Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I have multiple answers in one column, I want to change the label from 1, 2 ... to text (1 to show as type 1, 2 as type 2... est). while keeping them in the same column, note that between each option there is a blank space.
Maybe:
'type'& [your field of answers]
or
replace([your field of answers], ' ', 'type ')