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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Ignore selections in a pivot table

Hello,

I've got a pivot table with dimension Customer and expressions Amount + Period.
There are two selection tables: Customer and Period.

When I change the Customer or the Period the Amount is changing.

I want to create a second Pivot table with dimension Customer and expression Amount.
When I change the Period in my selection table, I want the first Pivot table to change the Amount and the second pivot table not.

Is it possible to ignore one of the selection tables in a Pivot table?

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     You need to include set analysis to ignore the selection.

     Try below expression in your second pivot.

     Sum({<Period = >}Amount)

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

2 Replies
advait_thakur
Creator III
Creator III

Hello,

  Yes it is possible you may restrict the selection by adding Set Analysis in your expression.

By this way, if you have two pivot tables A and B then A will change and B will remain same.

Thanks

Advait

Join the official Qlik Enthusiast's page here
https://www.linkedin.com/groups/6513382/
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     You need to include set analysis to ignore the selection.

     Try below expression in your second pivot.

     Sum({<Period = >}Amount)

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!