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: 
Not applicable

Pivot table aggregation issue.

Screen Shot 2013-10-18 at 2.17.56 PM.png

My report looks like this. it is pivot table chart..

The first 3 columns are dimensions and last column is sum(amount) expression.

I need to change the way 3rd column looks like.

The customer "Natiello Ernesto:Kitchen" has 3 invoices with item "Cabinets:Cabinet Pulls" but this report has aggregated the amount for all 3 invoices for this customer and shown as one row.

Is there any way I can show

Cabinets:Cabinet Pulls

                                      Castillo, Eloisa:Utility Room               127.00

                                      Castillo, Eloisa:Utility Room                100.80

                                                                  Total                         227.80

                                      Natiello Ernesto:Kitchen                             0

                                      Natiello Ernesto:Kitchen                             0

                                      Natiello Ernesto:Kitchen                        52.91

                                                                 Total                            52.91

1 Solution

Accepted Solutions
preminqlik
Specialist II
Specialist II

for your first question answer : here whenever you write aggrigation expression in front end qlikview automatically aggrigate by the dimension by group( by)., so thats why i took another dimension rowno(), which gives unique identification number in the backend, so here we got another dimension ,here rowno() or new_dimension acting like invoice number or transaction time,. so thats why i added rowno() as new dimension ,and got the drill result.

for you second question answer : both are same

regards

Premhas

View solution in original post

22 Replies
Not applicable
Author

Can you uplad the example?

rustyfishbones
Master II
Master II

Can you add Invoice number as a Dimension?

Not applicable
Author

I can add that..

Do you think it can make a difference

rustyfishbones
Master II
Master II

I think so

Not applicable
Author

Should i upload and my QVD and QVW files?

rustyfishbones
Master II
Master II

no just add a Dimension to the Chart with Invoice number, Is the Invoice number in your Data model?

Not applicable
Author

The qvw its ok(:

Not applicable
Author

Screen Shot 2013-10-18 at 2.48.33 PM.png

It looks like this and subtotal appears at invoice number level which is not want i want.

I want it look like this

Cabinets:Cabinet Pulls

                                      Castillo, Eloisa:Utility Room               127.00

                                      Castillo, Eloisa:Utility Room                100.80

                                                                  Total                         227.80

                                      Natiello Ernesto:Kitchen                             0

                                      Natiello Ernesto:Kitchen                             0

                                      Natiello Ernesto:Kitchen                        52.91

                                                                 Total                            52.91

Not applicable
Author

yes, that's what i added "RefNumber"

what do you mean by "just add a dimension"?

Should i remove other dimensions?