how to save a textfield text into a variable in order to be used later as a filter value into sql query?
Thankyou very much!
and how can i use this variable to filter a database table? i have used this syntax and din´t work
SELECT * FROM data WHERE “field2” LIKE ‘document.childByName(“textVar”).content.plainText’ LIMIT 0, -1
thanks in advance again!
-
Select Script code in the Type argument list
-
Add the following code:
“select * from data where field3 LIKE '%”
- document.childByName(“input”).content.text
- “%’”
See the example sql_query.pma (560.7 KB)