Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Shamser AhmedShamser AhmedReporter
Jacob Cobbett-SmithJacob Cobbett-SmithPriority
MinorCompatibility
MinorFix versions
Pull Request URL
Details
Details
Components
Assignee
Shamser Ahmed
Shamser AhmedReporter
Jacob Cobbett-Smith
Jacob Cobbett-SmithPriority
Compatibility
Minor
Fix versions
Pull Request URL
Created November 23, 2017 at 10:45 AM
Updated April 5, 2018 at 7:57 AM
Resolved April 5, 2018 at 7:57 AM
I was trying to default a child dataset to empty in a record structure.
My first guess at the syntax was, e.g.:
Discussed with - and DEFAULT was suggested, but I couldn't get that to work in this context, but DATASET(cred) kids := DATASET([], r); did work.
It would be good to support the abbreviated form using []
and I think Gavin thought some of the forms with DEFAULT should also have worked.