Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Ok I have just worked it out, I have ammended the Show Condition to have the following
Status
='closed' or isnull(GetCurrentSelections())hi,
Check out the attach application. I modify your open button code.
Ok I have just worked it out, I have ammended the Show Condition to have the following
Status
='closed' or isnull(GetCurrentSelections())