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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

my req is:i want to implement button for calender object each time if i change date and click button it should show the pivot table report.

my req is:i want to implement button for calender object each time if i change date and click button it should show the pivot table report.

1 Reply
settu_periasamy
Master III
Master III

Create a Button -> Set the Variable in Actions Tab like

Variable : vShow

Value : =if(vShow=0,1,0)

Put this Variable in your Pivot Chart -> Layout -> Conditional -> vShow

If you click that again, it will hide.