Group and relevance

Dear All,

I need help and have 2 questions.

  1. can i use nested group in odk xls form building.
    eg

begin group A
statement 1
statement 2
begin group B
statement 1
statement 2
statement 3
end group B
end group A

  1. can i use skip logic to move to end without using begin group/ end group or crossing other groups to reach the end statement

Regards
Waqar Ahmad

Yes, that's possible. We also have one that does have that structure
(nested groups).

ยทยทยท On Thursday, November 17, 2016 at 2:14:22 PM UTC+8, waqara...@gmail.com wrote: > > Dear All, > > I need help and have 2 questions. > > 1) can i use nested group in odk xls form building. > eg > > begin group A > statement 1 > statement 2 > begin group B > statement 1 > statement 2 > statement 3 > end group B > end group A > > 2) can i use skip logic to move to end without using begin group/ end > group or crossing other groups to reach the end statement > > Regards > Waqar Ahmad

Waqar,

Abel is correct! http://xlsform.org/#skipping might help give you more
detailed guidance.

Yaw

ยทยทยท On Tue, Nov 22, 2016 at 7:51 AM, Abel Melquiades Callejo (IRRI) wrote: > Yes, that's possible. We also have one that does have that structure (nested > groups). > > On Thursday, November 17, 2016 at 2:14:22 PM UTC+8, waqara...@gmail.com wrote: >> >> Dear All, >> >> I need help and have 2 questions. >> >> 1) can i use nested group in odk xls form building. >> eg >> >> begin group A >> statement 1 >> statement 2 >> begin group B >> statement 1 >> statement 2 >> statement 3 >> end group B >> end group A >> >> 2) can i use skip logic to move to end without using begin group/ end >> group or crossing other groups to reach the end statement >> >> Regards >> Waqar Ahmad > > > The International Rice Research Institute is a CGIAR Research Center > > -- > You received this message because you are subscribed to the Google Groups > "ODK Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to opendatakit-developers+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout.

Thanks Yaw,
its done and form is working now.

1 Like