I am looking to create a report that takes user input prior to running, and uses that input as a filter for the resulting output. Is this possible?
Simple example, I have a report template that I want to allow the user to put in a date to find all matching rows based on date, then generated the report from those matching rows. The user input would occur before the report is generated. Ideally provide some simple interface to ask the user for the date they want to search on.