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

3


01 Nov, 2019
confluenceUser
confluenceUser

Ok - so I structure the sql in the selectbox as such:


SELECT c_Balance, c_Balance
FROM aimsportal.app_fd_PurchaseOrder
WHERE c_PurchaseOrderNumber = ?


and in the next screen I setup a textfield as the Field ID to control available options based on Grouping.

however it doesnt seem to work? is it due to the community edition we are testing on?




01 Nov, 2019
confluenceUser
confluenceUser

so it works with the form binder and same process  as above. I guess its a Jdbc limitation.


Cheers - Tony

01 Nov, 2019
confluenceUser
confluenceUser

Hi Anthony

These links in Joget Knowledge Base might help:


RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print