Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I have a pivot table which need which have 2 dimensions. for the second dimension I am taking partial sums. For partial sum label I wanted to show the corresponding first dimension instead of 'Total'.
In pressentation tab we have 'label for partial sum' option, in which we can write expressions. Any one help me with that?
Thank you.
is this ?
Yes Chanty, you are right about where I can find that option.
But what I need is, I wanted to show another dimension field name in place of the label of totals.
see the below image.
Here 'fashion' and 'Electronics' are come under a feild productGroup.
I want a pivot table like this in qlikview..
Thank you
i think taht is not possible as per my knowledge.
if it is static u can pleace the text object over the abve of table with ur Expression
Is this you need?
see this
Data:
LOAD *, 1 as Flag Inline [
ProdGroup, Product, Amount
Fashion,Jeans,30
Fashion,Shirts,40
Fashion,Shoes,20
Electronics, HeadPhone, 20
Electronics, Camera, 15
Electronics, Mobile, 20 ];
Concatenate
LOAD ProdGroup,
ProdGroup as Product,
sum(Amount) as Amount,
2 as Flag
Resident Data
Group by ProdGroup;
check the Pivot Table Properties
Hi Enrique,
The image you posted is almost similar to what I need. how did you achieve that?.. are you using indent mode?..
can you share an example please.
Thank you.
Hi kush,
Your Idea is really good, But 'Product' and 'Sales' are in different tables(Dimension and fact tables) in my data model. In that case I think it is hard to do it in your way.
thank you.
Yes I use indent mode
I can't upload file but if it is usefull for you I try to simplifly it in order to share with you