Input Multiple Parameters for Page
I have a page that is acting as a report across several forms in my app. I want the end user to be able to filter the report for Employee (User) and a date range.
I've figured out how to use the Search to pass a parameter to the URL (open Page in same window), and I can see how to filter Panels, Reports, etc. using the parameters. It's just not clear to me how to get several user-entered parameters into the page URL.
How would I go about getting the date parameters into the page URL in a similarly user-friendly way to the Search?