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

There is no images. If you see any thing please share me with Attachment.

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

Sure Sunny,

PFA

Here, I want to do exclude only All Plants and EPAD

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

In this expression,

I don't have sub fields. I just take the ValueList for Week and YTD

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

Would copy and pasting your expression an option?

Anil_Babu_Samineni
Author

Can you plz have a look. I already attached which you asked for ref

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
mightyqlikers
Creator III
Creator III

hi,

in the attached sample there is no relation between two tables.

how u are expecting values in pivot table.

what actually you want.

$@M.              

Anil_Babu_Samineni
Author

I am creating Pivot Table only, This application no need to check the Data model as per my experience.

PFA of Updated one, Please?

I am expecting the fields not the data and meantime, i am not sure this question - How to move that total to Last Column?

Might be this is not a make sense. But, I need to know whether it is moving or not..

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
vinieme12
Champion III
Champion III

See Attached, look at presentation tab

PivotTotals2.JPG

pivotTOtals.JPG

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

I don;t think so, Is that is workable, Because, I need to filter only four values which i got the output.

Can you please let me know what i need to change here, Why are you using below expression instead of my expression

My expression is Wrong?

pick(match(ValueList('WEEK','YTD'),'WEEK','YTD')

,sum(aggr (NODISTINCT Sum({<C_DESCRIPTION = {'Reportable','Lost Days','Restricted work case','Near Miss'}>} S_COUNT),C_DESCRIPTION))

,sum(aggr(NODISTINCT Sum({<C_DESCRIPTION = {'Reportable','Lost Days','Restricted work case','Near Miss'}>} S_COUNT),C_DESCRIPTION))

  )

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
vinieme12
Champion III
Champion III

Partial sums don't work for Synthetic dimensions created using value list. Load Your Week / Year values in a dimension in your load script. If you change the Order and Move "Manual" above P_Des, you will see the TOTALS on the right

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