Details
-
Improvement
-
Status: Resolved
-
Not specified
-
Resolution: Fixed
-
None
-
None
Description
If a nested child dataset is named inside an inline table projected it is expanded as a list of fields and loses its structure.
The structure can be retained using
DATASET(RECORDOF(childfile)) childfile := childfile
for a code generator this is a PITA. GH has suggested using
:= childfile
to indicate the retention of the structured type of the child dataset
Attachments
1.
|
Document new DATASET(x) syntax |
|
Resolved | Jim DeFabia |