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: 
Anil_Babu_Samineni

Pivot Dimension

Hello,

I am trying to take calculated dimension with exclude values

LOAD * Inline [

  P_Des

  All Plants

  Battice

  Birkeland

  EPAD/Brussels

  GOA

  EPAD

];

Here,

1) I want to exclude All Plants & EPAD

2) Is it possible to move that Total values into Right part with last column. This is Pivot Table only.

- ANIL

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
63 Replies
trdandamudi
Master II
Master II

The reason one more dimension is poping up because of nulls, check "Suppress When value is Null" in the dimension tab and that will take care of it.

Anil_Babu_Samineni
Author

Yes, That is one way. But, i already check that. Anyway, The 0 showing Field not the value.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anil_Babu_Samineni
Author

Nothing change, Same as Varsha expression only

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anil_Babu_Samineni
Author

Yes, I am changing the dimension from vertical to Horizontal , In this the total is not moved to right side?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sunny_talwar

Need to apply this to the expression.... Assuming you have Sum(Sales), change it to this:

Sum({<P_Des -= {'All Plants', 'EPAD'}>}Sales)

Anil_Babu_Samineni
Author

I already check these two threads. But, First link is not useful for me. But, Second link showing similar to me. But i didn't understand this ?

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable

You should read those thread entirely, with the IMAGES attached, then you will get to know..

vinieme12
Champion III
Champion III

Can you post the sample?

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
sunny_talwar

Anil -

I would recommend avoiding calculated dimensions as much as possible. Your scenario is fairly simple which can be handled very easily using set analysis. If you can share your expression, we can propose where you need to add the set analysis I provided above.

Best,

Sunny