I though this is something that is straight forward but I cant seem to get past this one.
I am running a report with data based on advanced search using date, and I cant seem to find a way to get search variable used in advanced search, in events
For example - you open grid and open advanced search, select date range and run the search - I need to grab that date range in events and inset it in to custom code to properly calculate each row in the report.
I tried using $_GET and $_POST but those are not giving anything. Thanks in advance.