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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
zyn
Contributor II
Contributor II

Single Selection in Piviot table

Hi, 

I have a piviot table, in its raw state there shouldnt be any default selection, but when the user selects a value from chart and when he selects any other value from the chart it should take only current selection and deselect previous selection, is there any way to achieve this!

 

Thanks

1 Reply
anat
Master
Master

give a try using pick and match along with GetCurrentSelections

=pick(WildMatch ( GetCurrentSelections(),'*Region*','*YearMonth*'),1,2)

 

then in the table create 2 measure if output of above expression 1 then bypass Region etc....