JDBC Load Binder Where Clause
Confluence User - 01 Nov, 2019
Greetings - I am trying to use a current text field on a form as a parameter in the SQL statement to populate a SelectBox. example:
Select Name, Name from TableName Where Condiition = "TextfieldName"
How is the textfield referenced within the SQL query? the form would not be saved yet.
thanks
tony
jdbc;binder