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

Show both macro buttons if no selections made

Hi,

I have the attached document, if you click on the "Show Open" macro button it will show the chart table of open, the macro button "Show Open" will hide and the "Show closed" button will appear, this will be the case when the clicking on the "Show closed" button the table will show closed and the "Show closed" button will hide and the "Show Open" button will appear.

How do I change if I clear the Current Selections so that the "Show Open" and "Show Closed" will both appear?

Thanks

1 Solution

Accepted Solutions
ivandrago
Creator II
Creator II
Author

Ok I have just worked it out, I have ammended the Show Condition to have the following

Status

='closed' or isnull(GetCurrentSelections())

View solution in original post

2 Replies
deepakk
Partner - Specialist III
Partner - Specialist III

hi,

Check out the attach application. I modify your open button code.

ivandrago
Creator II
Creator II
Author

Ok I have just worked it out, I have ammended the Show Condition to have the following

Status

='closed' or isnull(GetCurrentSelections())