Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get relative % while using Pivot charts

Hi ,

Can anybody guide me to get "relative %" while using Pivot charts .

We can able to get it if we use striaght table , but unable to achieve the same using Pivot drill down options.

Regards,

Bhushan N

1 Reply
Not applicable
Author

You have to create separate expression for that..

1. Count(Problem_ID) - it gives you the count

2. Count(Problem_ID)/Count(Total Problem_ID) - it gives you the relative %. In number tab, you ve to choose Show in % option or use (Count(Problem_ID)/Count(Total Problem_ID))*100 to get the %