Skip to content

Textual Representation Array

Textual representation of arrays does not work as in documentation https://eoq.gitlab.io/doc/eoq3/30_query.html#array-arr-arr
GET (!Task[(/name),(/id)])
error: EOQ_ERROR_INVALID_VALUE(2): line 1:10 mismatched input '[' expecting {')', QRY_FULL, '$', QRY_SHORT_OTH}

What does work:
GET (!Task&ARR[(/name),(/id)])

The documented and EOQ2 behavior was a nice shortcut. Would be nice to have it again.