Handling dynamic household roster in XLS form

Dear ODK Community,

I would like know if there are any developments regarding handling
household roaster (list of household members) using XLS form. Especially
about how we can represent certain parts in XML of Select1 in XLS such as :

  1. Instance creation of names of household members(from an earlier repeat
    group)

  2. Cascading Select of household members in later repeats:

          <select1 ref="/data/hhMemInfo/hhMemID">
    
                      <label>Household Member</label>
                     <hint></hint>               
                             
                             <itemset nodeset="instance('household_members_instance')/root/item[filter 
    

= position(current()/.)]">


                   </select1>

Best,
Ayub

Hi Ayub,

The community would need to discuss this at the spec level first to
make sure the support is there. Please file an issue first at
https://github.com/opendatakit/xforms-spec/issues and we can go from
there.

Thanks,

Yaw

ยทยทยท On Tue, Mar 7, 2017 at 1:17 AM, Ayub wrote: > Dear ODK Community, > > I would like know if there are any developments regarding handling household > roaster (list of household members) using XLS form. Especially about how we > can represent certain parts in XML of Select1 in XLS such as : > > 1. Instance creation of names of household members(from an earlier repeat > group) > > > 2. Cascading Select of household members in later repeats: > > > > Household Member > > > nodeset="instance('household_members_instance')/root/item[filter = > position(current()/.)]"> > > > > > > > Best, > Ayub > > -- > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "ODK Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to opendatakit+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout.

Dear Yaw,

Is there any progress on this? or any way to implement this functionality in XLS?

Thank you !!!

Regards,
Ayub