Form Problem

This is a large form I create using Excel and formhub.org I export the
from formhub to xml to add to our local server. The form adds to the
server. It downloads to Collect. But will not load when selected to fill
in blank form. No error is displayed it just go back the main screen in
Collect. It is using cascades in formhub from a long list 1851total. Any
help would be great.

Andy

WHAM.xml (233 KB)

This undoubtedly blew the stack on Android. The cascading select if has
over 40 nested predicates. Either break the if into multiple calculated
fields storing intermediate values, or change the cascading select to the
new style (ODK Collect 1.2)

To confirm, you can install Catlog on your phone, start it, then open ODK
Collect. You'll likely find and OutOfMemory error of some sort in the
Catlog display after Collect dies.

Mitch

··· On Fri, Sep 7, 2012 at 3:09 PM, Andrew Faust wrote:

This is a large form I create using Excel and formhub.org I export the
from formhub to xml to add to our local server. The form adds to the
server. It downloads to Collect. But will not load when selected to fill
in blank form. No error is displayed it just go back the main screen in
Collect. It is using cascades in formhub from a long list 1851total. Any
help would be great.

Andy

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

Thanks Mitch for the quick response. Can you send me a copy of the
cascading-selects form example. When I try to copy the one on the webpage
I get an error.

Thanks

··· On Friday, September 7, 2012 5:09:52 PM UTC-5, Andrew Faust wrote: > > This is a large form I create using Excel and formhub.org I export the > from formhub to xml to add to our local server. The form adds to the > server. It downloads to Collect. But will not load when selected to fill > in blank form. No error is displayed it just go back the main screen in > Collect. It is using cascades in formhub from a long list 1851total. Any > help would be great. > > Andy >

I am running ODK Aggregate 1.2 and I get a HTTP Status 500 -

When I try to upload that form. Any ideas?

··· On Friday, September 7, 2012 5:09:52 PM UTC-5, Andrew Faust wrote: > > This is a large form I create using Excel and formhub.org I export the > from formhub to xml to add to our local server. The form adds to the > server. It downloads to Collect. But will not load when selected to fill > in blank form. No error is displayed it just go back the main screen in > Collect. It is using cascades in formhub from a long list 1851total. Any > help would be great. > > Andy >

I took a look at the form on your site and it does not seem to work
correctly. Should in not select State then County then City?

Andy

··· On Friday, September 7, 2012 5:09:52 PM UTC-5, Andrew Faust wrote: > > This is a large form I create using Excel and formhub.org I export the > from formhub to xml to add to our local server. The form adds to the > server. It downloads to Collect. But will not load when selected to fill > in blank form. No error is displayed it just go back the main screen in > Collect. It is using cascades in formhub from a long list 1851total. Any > help would be great. > > Andy >

GOT IT.... missed one "=" after region region${region} and
county=${county} and that will do it. Still seems a little slow but it
works. I will have the end users test it and see if one form for the 6
regions will work or if we have to go back to a form for each region.

Thanks again for everyone's help.

Andy

··· On Friday, September 7, 2012 5:09:52 PM UTC-5, Andrew Faust wrote: > > This is a large form I create using Excel and formhub.org I export the > from formhub to xml to add to our local server. The form adds to the > server. It downloads to Collect. But will not load when selected to fill > in blank form. No error is displayed it just go back the main screen in > Collect. It is using cascades in formhub from a long list 1851total. Any > help would be great. > > Andy >

Note that this only works on ODK Collect 1.2 and later. It does not work on
1.1.7

cascading.xml (5.16 KB)

··· On Fri, Sep 7, 2012 at 3:37 PM, Andrew Faust wrote:

Thanks Mitch for the quick response. Can you send me a copy of the
cascading-selects form example. When I try to copy the one on the webpage
I get an error.

Thanks

On Friday, September 7, 2012 5:09:52 PM UTC-5, Andrew Faust wrote:

This is a large form I create using Excel and formhub.org I export the
from formhub to xml to add to our local server. The form adds to the
server. It downloads to Collect. But will not load when selected to fill
in blank form. No error is displayed it just go back the main screen in
Collect. It is using cascades in formhub from a long list 1851total. Any
help would be great.

Andy

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

Look in the appengine logs and double-check that you are running 1.2.0
Production.

The form loads fine on my instance, and on
https://opendatakit.appspot.com/(I just uploaded it) which are running
1.2.

··· On Fri, Sep 7, 2012 at 3:56 PM, Andrew Faust wrote:

I am running ODK Aggregate 1.2 and I get a HTTP Status 500 -

When I try to upload that form. Any ideas?

On Friday, September 7, 2012 5:09:52 PM UTC-5, Andrew Faust wrote:

This is a large form I create using Excel and formhub.org I export the
from formhub to xml to add to our local server. The form adds to the
server. It downloads to Collect. But will not load when selected to fill
in blank form. No error is displayed it just go back the main screen in
Collect. It is using cascades in formhub from a long list 1851total. Any
help would be great.

Andy

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

There are two cascading select forms now, "Cascading Select" and "Cascading
Triple Select" I think you are looking at "Cascading Select".

Note also the XLSForm supports cascading select using a different data
instance construction (an XLSForm excel file for this is here:
http://opendatakit.org/wp-content/uploads/2012/07/new_cascading_select.xls)
Try that to see yet another way of doing this.

Mitch

··· On Fri, Sep 7, 2012 at 4:35 PM, Andrew Faust wrote:

I took a look at the form on your site and it does not seem to work
correctly. Should in not select State then County then City?

Andy

On Friday, September 7, 2012 5:09:52 PM UTC-5, Andrew Faust wrote:

This is a large form I create using Excel and formhub.org I export the
from formhub to xml to add to our local server. The form adds to the
server. It downloads to Collect. But will not load when selected to fill
in blank form. No error is displayed it just go back the main screen in
Collect. It is using cascades in formhub from a long list 1851total. Any
help would be great.

Andy

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

its a local server. Maybe something is wrong with it???

Andy

··· On Friday, September 7, 2012 6:10:38 PM UTC-5, Mitch wrote: > > Look in the appengine logs and double-check that you are running 1.2.0 > Production. > > The form loads fine on my instance, and on > https://opendatakit.appspot.com/ (I just uploaded it) which are running > 1.2. > > > On Fri, Sep 7, 2012 at 3:56 PM, Andrew Faust <afa...@ncwrpc.org wrote: > >> I am running ODK Aggregate 1.2 and I get a HTTP Status 500 - >> >> When I try to upload that form. Any ideas? >> >> On Friday, September 7, 2012 5:09:52 PM UTC-5, Andrew Faust wrote: >> >>> This is a large form I create using Excel and formhub.org I export the >>> from formhub to xml to add to our local server. The form adds to the >>> server. It downloads to Collect. But will not load when selected to fill >>> in blank form. No error is displayed it just go back the main screen in >>> Collect. It is using cascades in formhub from a long list 1851total. Any >>> help would be great. >>> >>> Andy >>> >> -- >> Post: opend...@googlegroups.com >> Unsubscribe: opendatakit...@googlegroups.com >> Options: http://groups.google.com/group/opendatakit?hl=en >> > > > > -- > Mitch Sundt > Software Engineer > University of Washington > mitche...@gmail.com >

W.r.t. your server, look in the catalina log file to see what error is
reported.

Mitch

··· On Fri, Sep 7, 2012 at 7:30 PM, Mitch S wrote:

There are two cascading select forms now, "Cascading Select" and
"Cascading Triple Select" I think you are looking at "Cascading Select".

Note also the XLSForm supports cascading select using a different data
instance construction (an XLSForm excel file for this is here:
http://opendatakit.org/wp-content/uploads/2012/07/new_cascading_select.xls) Try that to see yet another way of doing this.

Mitch

On Fri, Sep 7, 2012 at 4:35 PM, Andrew Faust afaust@ncwrpc.org wrote:

I took a look at the form on your site and it does not seem to work
correctly. Should in not select State then County then City?

Andy

On Friday, September 7, 2012 5:09:52 PM UTC-5, Andrew Faust wrote:

This is a large form I create using Excel and formhub.org I export the
from formhub to xml to add to our local server. The form adds to the
server. It downloads to Collect. But will not load when selected to fill
in blank form. No error is displayed it just go back the main screen in
Collect. It is using cascades in formhub from a long list 1851total. Any
help would be great.

Andy

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

Thanks again

··· On Friday, September 7, 2012 9:30:37 PM UTC-5, Mitch wrote: > > There are two cascading select forms now, "Cascading Select" and > "Cascading Triple Select" I think you are looking at "Cascading Select". > > Note also the XLSForm supports cascading select using a different data > instance construction (an XLSForm excel file for this is here: > http://opendatakit.org/wp-content/uploads/2012/07/new_cascading_select.xls) Try that to see yet another way of doing this. > > Mitch > > On Fri, Sep 7, 2012 at 4:35 PM, Andrew Faust <afa...@ncwrpc.org wrote: > >> I took a look at the form on your site and it does not seem to work >> correctly. Should in not select State then County then City? >> >> Andy >> >> On Friday, September 7, 2012 5:09:52 PM UTC-5, Andrew Faust wrote: >> >>> This is a large form I create using Excel and formhub.org I export the >>> from formhub to xml to add to our local server. The form adds to the >>> server. It downloads to Collect. But will not load when selected to fill >>> in blank form. No error is displayed it just go back the main screen in >>> Collect. It is using cascades in formhub from a long list 1851total. Any >>> help would be great. >>> >>> Andy >>> >> -- >> Post: opend...@googlegroups.com >> Unsubscribe: opendatakit...@googlegroups.com >> Options: http://groups.google.com/group/opendatakit?hl=en >> > > > > -- > Mitch Sundt > Software Engineer > University of Washington > mitche...@gmail.com >

By the way, formhub doesn't support the type of cascading select in Mitch's
links. If you want to use it you'll need to use the XLSForm converter on
the ODK website:
http://opendatakit.org/use/xlsform/
Regards,
-Nathan

··· On Friday, September 7, 2012 7:32:17 PM UTC-7, Mitch wrote: > > W.r.t. your server, look in the catalina log file to see what error is > reported. > > Mitch > > On Fri, Sep 7, 2012 at 7:30 PM, Mitch S <mitche...@gmail.com wrote: > >> There are two cascading select forms now, "Cascading Select" and >> "Cascading Triple Select" I think you are looking at "Cascading Select". >> >> Note also the XLSForm supports cascading select using a different data >> instance construction (an XLSForm excel file for this is here: >> http://opendatakit.org/wp-content/uploads/2012/07/new_cascading_select.xls) Try that to see yet another way of doing this. >> >> Mitch >> >> >> On Fri, Sep 7, 2012 at 4:35 PM, Andrew Faust <afa...@ncwrpc.org wrote: >> >>> I took a look at the form on your site and it does not seem to work >>> correctly. Should in not select State then County then City? >>> >>> Andy >>> >>> On Friday, September 7, 2012 5:09:52 PM UTC-5, Andrew Faust wrote: >>> >>>> This is a large form I create using Excel and formhub.org I export >>>> the from formhub to xml to add to our local server. The form adds to the >>>> server. It downloads to Collect. But will not load when selected to fill >>>> in blank form. No error is displayed it just go back the main screen in >>>> Collect. It is using cascades in formhub from a long list 1851total. Any >>>> help would be great. >>>> >>>> Andy >>>> >>> -- >>> Post: opend...@googlegroups.com >>> Unsubscribe: opendatakit...@googlegroups.com >>> Options: http://groups.google.com/group/opendatakit?hl=en >>> >> >> >> >> -- >> Mitch Sundt >> Software Engineer >> University of Washington >> mitche...@gmail.com >> > > > > -- > Mitch Sundt > Software Engineer > University of Washington > mitche...@gmail.com >

How do I know what version of Aggregate is running? I download 1.2 and
went through the install but I am not sure that it was updated.

Andy

··· On Friday, September 7, 2012 9:32:17 PM UTC-5, Mitch wrote: > > W.r.t. your server, look in the catalina log file to see what error is > reported. > > Mitch > > On Fri, Sep 7, 2012 at 7:30 PM, Mitch S <mitche...@gmail.com wrote: > >> There are two cascading select forms now, "Cascading Select" and >> "Cascading Triple Select" I think you are looking at "Cascading Select". >> >> Note also the XLSForm supports cascading select using a different data >> instance construction (an XLSForm excel file for this is here: >> http://opendatakit.org/wp-content/uploads/2012/07/new_cascading_select.xls) Try that to see yet another way of doing this. >> >> Mitch >> >> >> On Fri, Sep 7, 2012 at 4:35 PM, Andrew Faust <afa...@ncwrpc.org wrote: >> >>> I took a look at the form on your site and it does not seem to work >>> correctly. Should in not select State then County then City? >>> >>> Andy >>> >>> On Friday, September 7, 2012 5:09:52 PM UTC-5, Andrew Faust wrote: >>> >>>> This is a large form I create using Excel and formhub.org I export >>>> the from formhub to xml to add to our local server. The form adds to the >>>> server. It downloads to Collect. But will not load when selected to fill >>>> in blank form. No error is displayed it just go back the main screen in >>>> Collect. It is using cascades in formhub from a long list 1851total. Any >>>> help would be great. >>>> >>>> Andy >>>> >>> -- >>> Post: opend...@googlegroups.com >>> Unsubscribe: opendatakit...@googlegroups.com >>> Options: http://groups.google.com/group/opendatakit?hl=en >>> >> >> >> >> -- >> Mitch Sundt >> Software Engineer >> University of Washington >> mitche...@gmail.com >> > > > > -- > Mitch Sundt > Software Engineer > University of Washington > mitche...@gmail.com >

Hey Andy,

It's under Site Admin, then the Preferences tab.

Yaw

··· On Sat, Sep 8, 2012 at 4:22 PM, Andrew Faust wrote: > How do I know what version of Aggregate is running? I download 1.2 and went > through the install but I am not sure that it was updated. > > Andy > > > On Friday, September 7, 2012 9:32:17 PM UTC-5, Mitch wrote: >> >> W.r.t. your server, look in the catalina log file to see what error is >> reported. >> >> Mitch >> >> On Fri, Sep 7, 2012 at 7:30 PM, Mitch S wrote: >>> >>> There are two cascading select forms now, "Cascading Select" and >>> "Cascading Triple Select" I think you are looking at "Cascading Select". >>> >>> Note also the XLSForm supports cascading select using a different data >>> instance construction (an XLSForm excel file for this is here: >>> http://opendatakit.org/wp-content/uploads/2012/07/new_cascading_select.xls ) >>> Try that to see yet another way of doing this. >>> >>> Mitch >>> >>> >>> On Fri, Sep 7, 2012 at 4:35 PM, Andrew Faust wrote: >>>> >>>> I took a look at the form on your site and it does not seem to work >>>> correctly. Should in not select State then County then City? >>>> >>>> Andy >>>> >>>> On Friday, September 7, 2012 5:09:52 PM UTC-5, Andrew Faust wrote: >>>>> >>>>> This is a large form I create using Excel and formhub.org I export the >>>>> from formhub to xml to add to our local server. The form adds to the >>>>> server. It downloads to Collect. But will not load when selected to fill >>>>> in blank form. No error is displayed it just go back the main screen in >>>>> Collect. It is using cascades in formhub from a long list 1851total. Any >>>>> help would be great. >>>>> >>>>> Andy >>>> >>>> -- >>>> Post: opend...@googlegroups.com >>>> Unsubscribe: opendatakit...@googlegroups.com >>>> Options: http://groups.google.com/group/opendatakit?hl=en >>> >>> >>> >>> >>> -- >>> Mitch Sundt >>> Software Engineer >>> University of Washington >>> mitche...@gmail.com >> >> >> >> >> -- >> Mitch Sundt >> Software Engineer >> University of Washington >> mitche...@gmail.com > > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en

Thanks...so what did I do wrong with the upgrade still on 1.0.9?

··· On Saturday, September 8, 2012 6:25:04 PM UTC-5, Yaw Anokwa wrote: > > Hey Andy, > > It's under Site Admin, then the Preferences tab. > > Yaw > > On Sat, Sep 8, 2012 at 4:22 PM, Andrew Faust <afa...@ncwrpc.org> wrote: > > How do I know what version of Aggregate is running? I download 1.2 and > went > > through the install but I am not sure that it was updated. > > > > Andy > > > > > > On Friday, September 7, 2012 9:32:17 PM UTC-5, Mitch wrote: > >> > >> W.r.t. your server, look in the catalina log file to see what error is > >> reported. > >> > >> Mitch > >> > >> On Fri, Sep 7, 2012 at 7:30 PM, Mitch S wrote: > >>> > >>> There are two cascading select forms now, "Cascading Select" and > >>> "Cascading Triple Select" I think you are looking at "Cascading > Select". > >>> > >>> Note also the XLSForm supports cascading select using a different data > >>> instance construction (an XLSForm excel file for this is here: > >>> > http://opendatakit.org/wp-content/uploads/2012/07/new_cascading_select.xls) > >>> Try that to see yet another way of doing this. > >>> > >>> Mitch > >>> > >>> > >>> On Fri, Sep 7, 2012 at 4:35 PM, Andrew Faust wrote: > >>>> > >>>> I took a look at the form on your site and it does not seem to work > >>>> correctly. Should in not select State then County then City? > >>>> > >>>> Andy > >>>> > >>>> On Friday, September 7, 2012 5:09:52 PM UTC-5, Andrew Faust wrote: > >>>>> > >>>>> This is a large form I create using Excel and formhub.org I export > the > >>>>> from formhub to xml to add to our local server. The form adds to > the > >>>>> server. It downloads to Collect. But will not load when selected > to fill > >>>>> in blank form. No error is displayed it just go back the main > screen in > >>>>> Collect. It is using cascades in formhub from a long list > 1851total. Any > >>>>> help would be great. > >>>>> > >>>>> Andy > >>>> > >>>> -- > >>>> Post: opend...@googlegroups.com > >>>> Unsubscribe: opendatakit...@googlegroups.com > >>>> Options: http://groups.google.com/group/opendatakit?hl=en > >>> > >>> > >>> > >>> > >>> -- > >>> Mitch Sundt > >>> Software Engineer > >>> University of Washington > >>> mitche...@gmail.com > >> > >> > >> > >> > >> -- > >> Mitch Sundt > >> Software Engineer > >> University of Washington > >> mitche...@gmail.com > > > > -- > > Post: opend...@googlegroups.com > > Unsubscribe: opendatakit...@googlegroups.com > > Options: http://groups.google.com/group/opendatakit?hl=en >

No idea. Maybe read over
http://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes
and try again?

··· On Sat, Sep 8, 2012 at 4:49 PM, Andrew Faust wrote: > Thanks...so what did I do wrong with the upgrade still on 1.0.9? > > > On Saturday, September 8, 2012 6:25:04 PM UTC-5, Yaw Anokwa wrote: >> >> Hey Andy, >> >> It's under Site Admin, then the Preferences tab. >> >> Yaw >> >> On Sat, Sep 8, 2012 at 4:22 PM, Andrew Faust wrote: >> > How do I know what version of Aggregate is running? I download 1.2 and >> > went >> > through the install but I am not sure that it was updated. >> > >> > Andy >> > >> > >> > On Friday, September 7, 2012 9:32:17 PM UTC-5, Mitch wrote: >> >> >> >> W.r.t. your server, look in the catalina log file to see what error is >> >> reported. >> >> >> >> Mitch >> >> >> >> On Fri, Sep 7, 2012 at 7:30 PM, Mitch S wrote: >> >>> >> >>> There are two cascading select forms now, "Cascading Select" and >> >>> "Cascading Triple Select" I think you are looking at "Cascading >> >>> Select". >> >>> >> >>> Note also the XLSForm supports cascading select using a different data >> >>> instance construction (an XLSForm excel file for this is here: >> >>> >> >>> http://opendatakit.org/wp-content/uploads/2012/07/new_cascading_select.xls ) >> >>> Try that to see yet another way of doing this. >> >>> >> >>> Mitch >> >>> >> >>> >> >>> On Fri, Sep 7, 2012 at 4:35 PM, Andrew Faust wrote: >> >>>> >> >>>> I took a look at the form on your site and it does not seem to work >> >>>> correctly. Should in not select State then County then City? >> >>>> >> >>>> Andy >> >>>> >> >>>> On Friday, September 7, 2012 5:09:52 PM UTC-5, Andrew Faust wrote: >> >>>>> >> >>>>> This is a large form I create using Excel and formhub.org I export >> >>>>> the >> >>>>> from formhub to xml to add to our local server. The form adds to >> >>>>> the >> >>>>> server. It downloads to Collect. But will not load when selected >> >>>>> to fill >> >>>>> in blank form. No error is displayed it just go back the main >> >>>>> screen in >> >>>>> Collect. It is using cascades in formhub from a long list >> >>>>> 1851total. Any >> >>>>> help would be great. >> >>>>> >> >>>>> Andy >> >>>> >> >>>> -- >> >>>> Post: opend...@googlegroups.com >> >>>> Unsubscribe: opendatakit...@googlegroups.com >> >>>> Options: http://groups.google.com/group/opendatakit?hl=en >> >>> >> >>> >> >>> >> >>> >> >>> -- >> >>> Mitch Sundt >> >>> Software Engineer >> >>> University of Washington >> >>> mitche...@gmail.com >> >> >> >> >> >> >> >> >> >> -- >> >> Mitch Sundt >> >> Software Engineer >> >> University of Washington >> >> mitche...@gmail.com >> > >> > -- >> > Post: opend...@googlegroups.com >> > Unsubscribe: opendatakit...@googlegroups.com >> > Options: http://groups.google.com/group/opendatakit?hl=en > > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en

OK been messing around all weekend with this. Crashed the server. Got
that back up and running. Still having a form problem. I created a new
cascading from as Mitch suggested using XLSForms. See attached
spreadsheet. It still does not work right. I am able to pick "Region"
then "County" but "MCD" is showing up blank. Not sure if again this is
based off having to many MCDs? 1849 total but they are broken down into
smaller selects based on what county they are in. Or if I am missing
something simple. Please Help.

Andy

WHAM1.xls (322 KB)

··· On Saturday, September 8, 2012 7:05:52 PM UTC-5, Yaw Anokwa wrote: > > No idea. Maybe read over > http://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes > and try again? > > On Sat, Sep 8, 2012 at 4:49 PM, Andrew Faust <afa...@ncwrpc.org> wrote: > > Thanks...so what did I do wrong with the upgrade still on 1.0.9? > > > > > > On Saturday, September 8, 2012 6:25:04 PM UTC-5, Yaw Anokwa wrote: > >> > >> Hey Andy, > >> > >> It's under Site Admin, then the Preferences tab. > >> > >> Yaw > >> > >> On Sat, Sep 8, 2012 at 4:22 PM, Andrew Faust wrote: > >> > How do I know what version of Aggregate is running? I download 1.2 > and > >> > went > >> > through the install but I am not sure that it was updated. > >> > > >> > Andy > >> > > >> > > >> > On Friday, September 7, 2012 9:32:17 PM UTC-5, Mitch wrote: > >> >> > >> >> W.r.t. your server, look in the catalina log file to see what error > is > >> >> reported. > >> >> > >> >> Mitch > >> >> > >> >> On Fri, Sep 7, 2012 at 7:30 PM, Mitch S wrote: > >> >>> > >> >>> There are two cascading select forms now, "Cascading Select" and > >> >>> "Cascading Triple Select" I think you are looking at "Cascading > >> >>> Select". > >> >>> > >> >>> Note also the XLSForm supports cascading select using a different > data > >> >>> instance construction (an XLSForm excel file for this is here: > >> >>> > >> >>> > http://opendatakit.org/wp-content/uploads/2012/07/new_cascading_select.xls) > >> >>> Try that to see yet another way of doing this. > >> >>> > >> >>> Mitch > >> >>> > >> >>> > >> >>> On Fri, Sep 7, 2012 at 4:35 PM, Andrew Faust wrote: > >> >>>> > >> >>>> I took a look at the form on your site and it does not seem to > work > >> >>>> correctly. Should in not select State then County then City? > >> >>>> > >> >>>> Andy > >> >>>> > >> >>>> On Friday, September 7, 2012 5:09:52 PM UTC-5, Andrew Faust wrote: > >> >>>>> > >> >>>>> This is a large form I create using Excel and formhub.org I > export > >> >>>>> the > >> >>>>> from formhub to xml to add to our local server. The form adds to > >> >>>>> the > >> >>>>> server. It downloads to Collect. But will not load when > selected > >> >>>>> to fill > >> >>>>> in blank form. No error is displayed it just go back the main > >> >>>>> screen in > >> >>>>> Collect. It is using cascades in formhub from a long list > >> >>>>> 1851total. Any > >> >>>>> help would be great. > >> >>>>> > >> >>>>> Andy > >> >>>> > >> >>>> -- > >> >>>> Post: opend...@googlegroups.com > >> >>>> Unsubscribe: opendatakit...@googlegroups.com > >> >>>> Options: http://groups.google.com/group/opendatakit?hl=en > >> >>> > >> >>> > >> >>> > >> >>> > >> >>> -- > >> >>> Mitch Sundt > >> >>> Software Engineer > >> >>> University of Washington > >> >>> mitche...@gmail.com > >> >> > >> >> > >> >> > >> >> > >> >> -- > >> >> Mitch Sundt > >> >> Software Engineer > >> >> University of Washington > >> >> mitche...@gmail.com > >> > > >> > -- > >> > Post: opend...@googlegroups.com > >> > Unsubscribe: opendatakit...@googlegroups.com > >> > Options: http://groups.google.com/group/opendatakit?hl=en > > > > -- > > Post: opend...@googlegroups.com > > Unsubscribe: opendatakit...@googlegroups.com > > Options: http://groups.google.com/group/opendatakit?hl=en >

A post was split to a new topic: Entering data in groups skips screens unexpectedly