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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Merge multiple rows with different field values into one row?

Hi, I would like to merge two rows into one from the same source csv file
 ????????????????????????????????????????????????????
? id ? date ? uid ? source ? pageviews ?
????????????????????????????????????????????????????
? 1 ? 2013-12-11 ? 111 ? source1 ? 14 ?
? 3 ? 2013-12-11 ? 111 ? source1a ? 1 ?
? 11 ? 2013-12-11 ? 222 ? source1 ? 3 ?
? 19 ? 2013-12-11 ? 222 ? source1a ? 11 ?
????????????????????????????????????????????????????

Would become:
 ???????????????????????????????????????????????????
? id ? date ? uid ? source ? pageviews ?
???????????????????????????????????????????????????
? 1 ? 2013-12-11 ? 111 ? source1 ? 15 ?
? 2 ? 2013-12-11 ? 222 ? source1 ? 14 ?
???????????????????????????????????????????????????

I would drop the old id column most likely, it's not important
Thank You 0683p000009MACn.png
Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hi,
Please take a look at TalendHelpCenter:tAggregateRow.
Best regards
Sabrina