Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
TamaraDSPR
Contributor
Contributor

Change the label of multiple answer

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.

 

TamaraDSPR_0-1649324613502.png

 

 

Labels (3)
1 Reply
justISO
Specialist
Specialist

Maybe:

'type'& [your field of answers]

or

replace([your field of answers], ' ', 'type ')