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

Let pivot table ignore other selections

Hi,

Im using an OnOpen trigger to change the selection in the current year. But i have a pivot table that must show data from other years, can i let the pivot table ignore the selections that are made?. The dimension used is called FACTUURNUMMER and it has the following expression:

 

if(EUR_TOT_BEDR_OPVOER > 0,  today() - FACTDATUM)

Somebody know a solution?

1 Solution

Accepted Solutions
Not applicable
Author

Already solved it with the following:

 

sum

({$<DIENSTJAAR= >}if(EUR_TOT_BEDR_OPVOER > 0, today() - FACTDATUM))

View solution in original post

1 Reply
Not applicable
Author

Already solved it with the following:

 

sum

({$<DIENSTJAAR= >}if(EUR_TOT_BEDR_OPVOER > 0, today() - FACTDATUM))