Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
You will need a bit of ERD knowledge. You are doing the JOIN from parent form to subform form. What is the relationship between them? Can you share the subform properties > data linkage?
Can anyone kindly point me in the right direction on this please?
Thank you!
Matthew King Bastiana Can anyone kindly help me with the missing piece of this puzzle?
Thank you!
Thank you for replying Bastiana
Here is what I have.
My main form looks like this, with a subform repeater linking to my second form that I will use as the subform.
So, what I want in my data list is to store the entered subform data.
The subform repeater is called field1.
The subform looks like this, I also added a hidden FK field as the foreign key:
For the subform data linkage, I put this:
But how do I link the sub-form to the parent form (subform repeater)?
I did this to link the subform repeater to the subform via the FK field:
But what am I missing here? Any help is much appreciated - thank you!
Hello Everyone.
I have a main form that is a multi-page form that consists of other form pages.
I want all these values in a datalist, but, it seems, by default, I only get the fields from the main form. Nothing is available to drag and drop from any subforms.
What is the process to link the subforms to the main form to be displayed in a datalist?
I've looked at this - Advanced Form Data Binder
But I am not quite sure how to fully configure it.
For example:
TESTFORM - this is my main form.
TESTFORM2 this is my subform.
TESTFORM has a subform repeater on it that links to TESTFORM2.
How do I get the values entered from TEST_SUB into a data list?
I am not sure how to set up the grouping.
Any help is much appreciated? Thanks!