How can I use the text entered on textbox as variables on SQL?
I'm a beginner with application builders and I want to achieve the following: I'm currently retrieving data from a database using SQL with a specific time period. However, instead of directly modifying the SQL code to change the period, I want to be able to change it via a GUI. I'm currently executing this with JSL, and I want to replace the [HERE]
part of the SQL query.
Example JSL:
// Get a hand
...