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: 
venkat1
Creator II
Creator II

how to write an expression in pivot table without change its values by selecting any selectors

Hi all 

i have a pivot table and year selector,if i select the year selector then in pivot table outstand fields are changing to zero, i had used set analysis but does not  work,my requirement is to show static values for that field,can anyone know how to do this?

 

 

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Change all the measures that you use in the pivot table. Change for example sum(Amount) to sum({1} Amount). The {1} part will make the measure ignore any and all selections the user makes.


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Change all the measures that you use in the pivot table. Change for example sum(Amount) to sum({1} Amount). The {1} part will make the measure ignore any and all selections the user makes.


talk is cheap, supply exceeds demand