Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
String sql = "SELECT c_instructors FROM app_fd_Std_Ins WHERE c_studentId = ?";
Your SQL statement only returns one column. Please test it out and change the select query in your SQL client first.
Thank you Bastiana for your response. Yes, i have called one column. But, that column has three rows of data however only one row is returning. Looking forward to hear from you back Thank you again Kamran
The form will typically make use of the first item in FormRowSet unless you put these codes into those form elements that expect multiple objects in FormRowSet such as the FormGrid / Grid elements.
Thank you Walter for your response. Can you please elaborate? I have tried by putting these codes into 'Grid' under Bean shell load binder but nothing is returning. Best regards Kamran
Dear Bastiana,
I have run the SQL Select statement on SQL client.
The result has two records what i am expecting however in the Joget app only one one row is returning: I have attached below two screen shots instances for your reference:
SQL statement:
Joget App:
Your response will be highly appreciated.
Hi all
I would like to call all Teacher names saved in a table against a ID. However the below code returns only one record whereas there are 3 records against one id. Please help
Have you tried adding the error messages to the joget log and see wherever there is any indication what might go wrong?
Thanks Eric. There is no error messages. The problem is that one row is returning however there has three rows of data against one 'Student ID'