Skip to main content
Skip table of contents

Query Parameters in Code Mode

In query designer, the query parameter can be created in both design and code mode. The following sections describes the steps to create query parameters in query mode.

Create query parameter in code mode

  1. Click on the switcher in query designer toolbar, to switch to the query mode.

image-20250521-124437.png
  1. Specify the query in the text area, the query specified in the below snap returns the list of Invoice Details from the REP_PROFITMARGIN database.

image-20250623-090819.png
  1. Now, add the following WHERE clause at the end of the query to create a query parameter.

  2. WHERE (("DEVROUNDED_REPORTS"."REP_PROFITMARGIN"."ORDERDATE" BETWEEN TO_DATE(@REP_PROFITMARGIN_ORDERDATE, 'MM/DD/YYYY HH24:MI:SS') AND TO_DATE(@REP_PROFITMARGIN_ORDERDATE1, 'MM/DD/YYYY HH24:MI:SS')))

image-20250623-082127.png
  1. Click Save and Exit.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.