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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Difficulty to aggregate

Hi everyone,

I have been working today on an application but didn't succeed in it. I started with an Excel file of purchase. Each line represents a purchase of a product. However, one or many purchases are attached to one purchase bill, that has an ID.

My goal is to have in QV only a line per bill and where I has to add columns containing the products that has been purchased. I assume that a bill can contain only 10 products.

Thank you very much !

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

You can load your data as is, and on the front end charts use ID as dimension.  Other data - aggregate in expressions, like sum() or count.  If you need to aggregate text values, use concat().

For more specific answers - upload an example of your application.

View solution in original post

9 Replies
buzzy996
Master II
Master II

share ur .qvw else sample data and expected output!

Not applicable
Author

Capture.PNG

Anonymous
Not applicable
Author

You can load your data as is, and on the front end charts use ID as dimension.  Other data - aggregate in expressions, like sum() or count.  If you need to aggregate text values, use concat().

For more specific answers - upload an example of your application.

Not applicable
Author

Here is my input and excpected output, I couldn't build a working script yet because I don't know how to figure it out

Anonymous
Not applicable
Author

Does the attached work for you?

Not applicable
Author

I don't see any file attached

Anonymous
Not applicable
Author

Can't help with that...    Ask Forum admins for help.

(I see you have an answer from gwassenaar‌ here Transaction with different products in one line )

buzzy996
Master II
Master II

see this

Not applicable
Author

It works for me with your documents, however, could it be a problem not to be able to have distinct columns for products values?