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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Ironzem
Contributor III
Contributor III

Merge Rows

Hi , I need help in merging rows by the common date and serial no

Ironzem_0-1664307446178.png

 

Labels (1)
1 Solution

Accepted Solutions
Ironzem
Contributor III
Contributor III
Author

Thank you , had issues with left join - Created more rows

Came right with information from another post - used   "Min....as...Group by ID "

 

View solution in original post

2 Replies
MendyS
Partner - Creator III
Partner - Creator III

Hi @Ironzem 

you can try left join of column by used data and id as key

Ironzem
Contributor III
Contributor III
Author

Thank you , had issues with left join - Created more rows

Came right with information from another post - used   "Min....as...Group by ID "