Title_A | Titel_B |
Value_A1 | Value_B1 |
Value_A2 | Value_B2 |
and a collection 2 like
Fieldname | Description | Sorting |
Titel_A | Desc_for_Title_A | 1 |
Titel_B | Desc_for_Title_B | 2 |
Title_A | Titel_B | ||||||||||||
|
|
eg. a table with nested tables, where the nested table contains the original value of collection 1 and the corresponding values of collection 2?
It thing it has something to do with a ForAll on collection 1 and lookups on collection 2, but I have now idea how to get it in code ;-)
Any help would be highly appreciated!