how to filter a JDBC datalist on dates in the where clause?
Confluence User - 29 Jul, 2016
I am slowly learning my way into Joget - thanks for the help!
I am trying to build a JDBC datalist with the following query:
select col1, col2, col3 from table1 where dateField between fromDateVariable and toDateVariable
the fromDate and toDate will vary every time running the datalist. How to provide them every time the datalist runs?
datalists