Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Can you uplad the example?
Can you add Invoice number as a Dimension?
I can add that..
Do you think it can make a difference
I think so
Should i upload and my QVD and QVW files?
no just add a Dimension to the Chart with Invoice number, Is the Invoice number in your Data model?
The qvw its ok(:
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
yes, that's what i added "RefNumber"
what do you mean by "just add a dimension"?
Should i remove other dimensions?