Forum Post: Include javascript-computed values inside SELECT query

  • Thread starter Thread starter mjmadelo
  • Start date Start date
Status
Not open for further replies.
M

mjmadelo

Guest
Hi all! I like to do a query on my inventory table within a specific date range (using rbv_api.selectQuery). The date range is input by the user via a bootstrap datepicker. Is there a way that I can use the input dates inside my SELECT query? For example, something like this query: rbv_api.selectQuery(SELECT column_name(s) FROM table_name WHERE column_name BETWEEN value1 AND value2); where column_name is the inventory date, value1 and value2 are the dates input by the user via datepicker. Any help will be very much appreciated! Thank you!

Continue reading...
 
Status
Not open for further replies.
Back
Top