Skip to main content

Variable: I_NODESET_REWRITE

const I_NODESET_REWRITE: "I_NODESET_REWRITE" = 'I_NODESET_REWRITE';

Defined in: issues.ts:186

A bare aggregate argument was rescoped to its repeat: sum(${age})sum(${hh_members[].age}) (docs/20 §2.5).

The export direction flattens the scope ON PURPOSE — pyxform expands a bare ${age} to the absolute node-set /data/hh_members/age, so the XLSForm is correct — which leaves the importer to put back information the cell no longer carries.