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

Detaching tables

Is it possible to detach a table only from 1 specific table

for e.g. lets say i have a pivot table and multiple filters.

i want all my filters to affect the table except 1 filter

is it possible to detach my pivot only from the 1 filter ?

3 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can use set analysis in your expressions to ignore selections in a specfic field. For example, if you wanted to ignore any selections in Year:

sum( {<Year=>} Sales)

-Rob

Not applicable
Author

It did not work

let me elaborate

I have a dimension PDF names in a pivot table

I have another dimension 'Product Names' in a list box

i am sourcing from excel

Since the list names are not categorised as per products, the moment someone selects a product, the pdf pivot goes blank

how can i avoid this ?

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Did you try {<product=>} in yout Pivot Table expressions?

-Rob