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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

....

..

1 Reply
hic
Former Employee
Former Employee

The aggregation function Concat() together with the string function Subfield() can be useful here.

They can be used in the script (together with a Group By clause) or in a UI chart.

Example:

SubField(Concat(Nom &' '& Prénom,';'),';',1) as Individu_1

HIC