Making a JMP variable part of a SQL query?
Hi All.I would like to add the number of days of records to pull from my SQL database.I am currently using :WHERE TestTime > GetDate()-4I would like to replace the number 4 with a variable that the user can input from a dialog box.Thanks!
