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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jeevays7
Partner - Creator III
Partner - Creator III

How to join different values based on same key

Hi all,

I have data like this,

ID     Name

1          A

1          B

1          C

2          A    

2          B

3          A

how to join different values based on same ID.

I need the result like below:

ID     Name

1          A/B/C

2          A/B

3          A

1 Solution

Accepted Solutions
dineshm030
Creator III
Creator III

Hi,

Here we cannot use the join. We have to use concatenate functions in the script.

Refer the attachment.

Hope this helps.

View solution in original post

1 Reply
dineshm030
Creator III
Creator III

Hi,

Here we cannot use the join. We have to use concatenate functions in the script.

Refer the attachment.

Hope this helps.