this is just example.
Lets say: i have one user.
And in one form he has two entrys (two rows in form bulider) - i will call them A1 and A2. And these two rows (A1,2) has each two entrys - A1-B,C and A2 - B,D (sub-entrys, results). Now i want to see those 4 results in one form without parents- B,C,B,D which are from one user. But in form builder it is difficult to do that, because builder only shows me results from current selected entry - A1 or A2.
FORM BUILDER
FORMS IN RUNTIME
USER: BLABLA (if i use execQuery i get table below)
this is now the table of A1 and A2 ( in my form i don't show them)
------------------------------
first entry A1: aaaaaaaaaaaaaaaa
------------------------------
second entry A2: bbbbbbbbbbbbbbbb
------------------------------
(Runtimes cursor is on A1 and in my end form is see just)
-------------------------
result B: testtest
-------------------------
result C: ertertert
-------------------------
I want to see all four results at in one form
entry B
C
B
D
Lets say: i have one user.
And in one form he has two entrys (two rows in form bulider) - i will call them A1 and A2. And these two rows (A1,2) has each two entrys - A1-B,C and A2 - B,D (sub-entrys, results). Now i want to see those 4 results in one form without parents- B,C,B,D which are from one user. But in form builder it is difficult to do that, because builder only shows me results from current selected entry - A1 or A2.
FORM BUILDER
FORMS IN RUNTIME
USER: BLABLA (if i use execQuery i get table below)
this is now the table of A1 and A2 ( in my form i don't show them)
------------------------------
first entry A1: aaaaaaaaaaaaaaaa
------------------------------
second entry A2: bbbbbbbbbbbbbbbb
------------------------------
(Runtimes cursor is on A1 and in my end form is see just)
-------------------------
result B: testtest
-------------------------
result C: ertertert
-------------------------
I want to see all four results at in one form
entry B
C
B
D