I have a data set that I derive from a view after applying some logic to it.
Whenever a user clicks on the clear all selections button (not the clear button), that data set is lost and it immediately shows the entire data from the view. Is there a way to set a bookmark on the clear all selections button or is there a way to remove the button entirely?
I also tried writing a macro but that only affected the clear button and whenever the user clicks on the clear all selections button it reverts back to showing the entire data from the view.