I'm not sure exactly what you are asking for. If you can provide a 1-2
question form that shows what you are trying to do, that'd help.
If I had to guess, I'd guess that you could solve your problem by
using choice_filter and relevancy. Search the forums for examples
using choice_filter.
Yaw
···
On Tue, Oct 11, 2016 at 2:49 PM, Test Isolate wrote:
> Hello Members,
>
> My name is Bryan from Ghana . I'm a Middle-level developer.
> I'll want some HELP in resolving an issue I have with my XLS Form.
>
> 1. Users of the App are expected to select a choice (A. Locked Structures
> B. Refusal Cases)
> 2. Based on their selection, the flow of the app is expected to switch to a
> set of questions which
> has cascades.
>
> 3. I have two different datasets in relation to the Cascades. One dataset
> belongs to (A. Locked Structures) and (B.Refusal Cases)
>
> But I have issues; How do I present this two datasets for each of the
> choices (A. or B) after users selecting one.
>
> I can elaborate more. This is my 7th app in ODK but this concept is a little
> bit tricky.
>
> Thank you in advance.
> Cheers!
>
> --
> --
> 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.
···
On Saturday, October 15, 2016 at 11:11:44 AM UTC, Yaw Anokwa wrote:
>
> Hi Brian,
>
> I'm not sure exactly what you are asking for. If you can provide a 1-2
> question form that shows what you are trying to do, that'd help.
>
> If I had to guess, I'd guess that you could solve your problem by
> using choice_filter and relevancy. Search the forums for examples
> using choice_filter.
>
> Yaw
>
> On Tue, Oct 11, 2016 at 2:49 PM, Test Isolate <testi...@gmail.com > wrote:
> > Hello Members,
> >
> > My name is Bryan from Ghana . I'm a Middle-level developer.
> > I'll want some HELP in resolving an issue I have with my XLS Form.
> >
> > 1. Users of the App are expected to select a choice (A. Locked
> Structures
> > B. Refusal Cases)
> > 2. Based on their selection, the flow of the app is expected to switch
> to a
> > set of questions which
> > has cascades.
> >
> > 3. I have two different datasets in relation to the Cascades. One
> dataset
> > belongs to (A. Locked Structures) and (B.Refusal Cases)
> >
> > But I have issues; How do I present this two datasets for each of the
> > choices (A. or B) after users selecting one.
> >
> > I can elaborate more. This is my 7th app in ODK but this concept is a
> little
> > bit tricky.
> >
> > Thank you in advance.
> > Cheers!
> >
> > --
> > --
> > Post: opend...@googlegroups.com
> > Unsubscribe: opendatakit...@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...@googlegroups.com .
> > For more options, visit https://groups.google.com/d/optout.
>
Combine the data sets, add a column for Locked Structures vs Refusal
Cases, and use choice_filter (http://xlsform.org/#cascade) to filter
between the two.
Yaw
···
On Sat, Oct 15, 2016 at 8:56 PM, Test Isolate wrote:
> Hello Yaw,
>
> Thank you for reaching out. I appreciate!
>
> Kindly find attached a schema (with screenshots) for my ODK app and a copy
> of my XLS form,
> hopefully you will understand what I'm trying to achieve.
>
> Thank you,
> Bryan Appiah Fei
> PMI/USAID/AIRS
> Ghana
>
> On Saturday, October 15, 2016 at 11:11:44 AM UTC, Yaw Anokwa wrote:
>>
>> Hi Brian,
>>
>> I'm not sure exactly what you are asking for. If you can provide a 1-2
>> question form that shows what you are trying to do, that'd help.
>>
>> If I had to guess, I'd guess that you could solve your problem by
>> using choice_filter and relevancy. Search the forums for examples
>> using choice_filter.
>>
>> Yaw
>>
>> On Tue, Oct 11, 2016 at 2:49 PM, Test Isolate wrote:
>> > Hello Members,
>> >
>> > My name is Bryan from Ghana . I'm a Middle-level developer.
>> > I'll want some HELP in resolving an issue I have with my XLS Form.
>> >
>> > 1. Users of the App are expected to select a choice (A. Locked
>> > Structures
>> > B. Refusal Cases)
>> > 2. Based on their selection, the flow of the app is expected to switch
>> > to a
>> > set of questions which
>> > has cascades.
>> >
>> > 3. I have two different datasets in relation to the Cascades. One
>> > dataset
>> > belongs to (A. Locked Structures) and (B.Refusal Cases)
>> >
>> > But I have issues; How do I present this two datasets for each of the
>> > choices (A. or B) after users selecting one.
>> >
>> > I can elaborate more. This is my 7th app in ODK but this concept is a
>> > little
>> > bit tricky.
>> >
>> > Thank you in advance.
>> > Cheers!
>> >
>> > --
>> > --
>> > Post: opend...@googlegroups.com
>> > Unsubscribe: opendatakit...@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...@googlegroups.com.
>> > For more options, visit https://groups.google.com/d/optout.
>
> --
> --
> 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.
Thank you, Yaw!
I'll try it out...
You and your team (Nafundi) are doing a GREAT job with
the ODK technology.
I wish you all the best.
···
On Monday, October 24, 2016 at 5:08:32 PM UTC, Yaw Anokwa wrote:
>
> Bryan,
>
> Combine the data sets, add a column for Locked Structures vs Refusal
> Cases, and use choice_filter (http://xlsform.org/#cascade) to filter
> between the two.
>
> Yaw
>
> On Sat, Oct 15, 2016 at 8:56 PM, Test Isolate <testi...@gmail.com > wrote:
> > Hello Yaw,
> >
> > Thank you for reaching out. I appreciate!
> >
> > Kindly find attached a schema (with screenshots) for my ODK app and a
> copy
> > of my XLS form,
> > hopefully you will understand what I'm trying to achieve.
> >
> > Thank you,
> > Bryan Appiah Fei
> > PMI/USAID/AIRS
> > Ghana
> >
> > On Saturday, October 15, 2016 at 11:11:44 AM UTC, Yaw Anokwa wrote:
> >>
> >> Hi Brian,
> >>
> >> I'm not sure exactly what you are asking for. If you can provide a 1-2
> >> question form that shows what you are trying to do, that'd help.
> >>
> >> If I had to guess, I'd guess that you could solve your problem by
> >> using choice_filter and relevancy. Search the forums for examples
> >> using choice_filter.
> >>
> >> Yaw
> >>
> >> On Tue, Oct 11, 2016 at 2:49 PM, Test Isolate wrote:
> >> > Hello Members,
> >> >
> >> > My name is Bryan from Ghana . I'm a Middle-level developer.
> >> > I'll want some HELP in resolving an issue I have with my XLS Form.
> >> >
> >> > 1. Users of the App are expected to select a choice (A. Locked
> >> > Structures
> >> > B. Refusal Cases)
> >> > 2. Based on their selection, the flow of the app is expected to
> switch
> >> > to a
> >> > set of questions which
> >> > has cascades.
> >> >
> >> > 3. I have two different datasets in relation to the Cascades. One
> >> > dataset
> >> > belongs to (A. Locked Structures) and (B.Refusal Cases)
> >> >
> >> > But I have issues; How do I present this two datasets for each of the
> >> > choices (A. or B) after users selecting one.
> >> >
> >> > I can elaborate more. This is my 7th app in ODK but this concept is a
> >> > little
> >> > bit tricky.
> >> >
> >> > Thank you in advance.
> >> > Cheers!
> >> >
> >> > --
> >> > --
> >> > Post: opend...@googlegroups.com
> >> > Unsubscribe: opendatakit...@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...@googlegroups.com.
> >> > For more options, visit https://groups.google.com/d/optout.
> >
> > --
> > --
> > Post: opend...@googlegroups.com
> > Unsubscribe: opendatakit...@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...@googlegroups.com .
> > For more options, visit https://groups.google.com/d/optout.
>