I have a text input tool with a two columns named start_date and end_date. The single row contains the values of both variables.
Now I want to pull data from an ODBC driver and in the SQL query, I want to use start_date and end_date values from the text input tool.
Any leads will be appreciated