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

Make selection and without change subtotal in Pivot table

Hello,

I try to select one of Project Manager (CHEN, V) , I want to show the total 108 % for this employee, not just 13%.

Is it possible ?

Thanks, H

2012-10-19_0915.png

1 Reply
Not applicable
Author

Hi use

if( [Project Manager]='Chen, V', sum(Total fieldname), sum(fieldnam) )

Hope it will help

Regards

-Anil