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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Merging and concatenate rows values.

Hello,

 

I have a job which create the output as bellow :

 

0683p000009M4bJ.png

 

I want to get this output :

 

0683p000009M4Yf.png

 

The operations are the concatenation for the first column values and merging all the first rows values to the second one (A01 to B01 and A02 to B02).

 

Rows are memorized 2 by 2 using tMemorizeRows module. The other modules that I use are tFlexJava, tMap...

 

A help will be much appreciate.

 

Thank you!

Labels (1)
1 Reply
Anonymous
Not applicable
Author

Looks like GROUP BY operation. I suggest you do it in your database if you are getting the records from database.

You can also check the tAggregateRow component