sandersbrett
Technical User
I see that when a set is in a form a sub table is created that holds the set values. It looks like the seq number can relate the set data back to the entry in the primary table. My question is what is the best way to show all these entries in a live report for oracle.
Simplified Example:
Table One
------------
seq user
1 jdoe
2 bday
SubTable
------------
seq environment
1 test
1 dev
2 test
Desired Output
-------------
seq user environment
1 jdoe test
1 jdoe dev
2 bday test
Simplified Example:
Table One
------------
seq user
1 jdoe
2 bday
SubTable
------------
seq environment
1 test
1 dev
2 test
Desired Output
-------------
seq user environment
1 jdoe test
1 jdoe dev
2 bday test