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

Always select one in pivot in qliksense

Hello Experts,

Is there any way in qliksense to restrict user to select only one value at a time in pivot.

I have a simple pivot table of year and month as two dimension and sales as measure. I want that in pivot only one value should e selected at a time.

Any idea?

3 Replies
Anonymous
Not applicable
Author

Do you want to see just one year month at a time?

Anonymous
Not applicable
Author

Currently user can select any number of month. I want user to be restricted to select only one month at a time in pivot.

Yes I want to show only that month data.

big_dreams
Creator III
Creator III

Hi,

Go to chart Property > Add- ons > Data Handling >Calculated condition >write condition

if(getSelectedCount(Year)=1 and getSelectedCount(Month)=1,1,0)

Regards,