Creating a Form in APEX to set Variables in a Query for an Interactive Report
问题 I am a relative APEX noob. I'm running APEX 4.0 against a 10gR2 database. I've written a query that takes a few inputs (two date fields, for start and end, and a text field for further filtering) and created a dynamic report out of it that works when I pull the input variables (:START_DATE, :END_DATE, :OFFICE) out of it or replace them with static values. I want to create a form on a page that submits those values to the dynamic report page for use in the query to filter the results the user