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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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.