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

% in pivot table

Hi everyone,

I long time didnt work with Qlik, so I forgot many knowledge about it. Maybe I ask for something easy, but for me is now really hard.

I made pivot table. In row I have weeks (week 01, week 02 etc.). In column I have count material in different areas. It is area A, area B and area C. Throught Filter pane I set filter to see only count of material with Movement 1 (I have few different movements and I need see only movement 1) . And now I have in pivot table almost all numbers that I need, but I need add how many %  count materials in each area it is and I dont know how.

Most sympliest result is convert it to Pie chart, then in Pie chart I see % that I need. But I need see % in column inside my pivot table.

Please can anyone help me?

Thank you.

1 Solution

Accepted Solutions
sunny_talwar

May be you need one of these

Count(Material)/Count(TOTAL Material)

or

Count(Material)/Count(TOTAL <Area> Material)

or

Count(Material)/Count(TOTAL <Week> Material)

View solution in original post

2 Replies
sunny_talwar

May be you need one of these

Count(Material)/Count(TOTAL Material)

or

Count(Material)/Count(TOTAL <Area> Material)

or

Count(Material)/Count(TOTAL <Week> Material)

Anonymous
Not applicable
Author

Thank you Sunny. You have right. I forgot at function "Total". 🙂 I tried something with set analyse and $ a 1. And it was nonsense.