I am trying to find a way to pass the sort and filter information to a url on a button click. Currently this takes place on a sort or filter action, but I am trying to build a pdf report that makes uses of the current sort and filter information.
It would be great if I could just pass a new GET Pram like a $_GET[‘REPORT’] button that would pass just like $_ GET switch like $_GET[ ‘sortdatafield’ ] or $_GET[ ‘filters count’ ] . Then I could test for the $_GET[‘REPORT’] pram and do my report testing for the current sort or filter information.
Is there anyway to do something like this?