...
Next you'll need to add a select question to the XML.
It sould should look something like:
<itemset nodeset="instance('locations')/states/state"> <label ref="name"/> <value ref="id" /> </itemset> </select1> |
You can drill down to any level of location within this hierarchy by following this model. For example, if your hierarchy starts at the regional level, then proceeds to state, then district, then facility. You can reference facilities like this:
district | outlet-label')" /> <itemset nodeset="instance('locations')/ | state_list/statestates/state/districts/district/outlets/outlet"> <label ref="name"/> <value ref="id" /> </itemset> </select1> |
---|