Is it possible to add mutliple records to a standalone rowset?
I'm sure this is a pretty silly problem I'm having - and the answer is likely something I've completely overlooked. Is it possible to create a standalone rowset with more than one record in one of it's rows? As an example, I'm trying to duplicate this rowset structure:
Get Rowset Level 0 - EX_SHEET_HDR
GetRow 1
GetRowset Level 1 - EX_SHEET_LINE
GetRow 1
GetRecord - EX_TYPES_TBL <--- Problem!
GetRowset Level 2 - EX_SHEET_DIST
....
I can create the nested rowsets just fine, but so far I've been unable to get that extra record into my structure. My code looks like this, pretty much stripped right from peoplebooks: