Problem with cascading filter inside repeat group

Hi,

I tried creating a sample form where i should get the list of cities displayed for the selected state. I tried using the "choice_filter" for this feature.

I tried this first in the "choice_filter" column.

        state=${state}

It worked fine for the first time. But for the recurring repeats it throws exception. And when tried using "state=current()/../state" in the "choice_filter" column, it displays only the title with no cities in it.

Attaching the xls sheet for your reference. Kindly suggest me the way to get it work fine.

State_City_Test.xls (27.5 KB)

This has been addressed several times on the list. Please search to find an
earlier response.

ยทยทยท On Sun, Dec 21, 2014 at 9:55 PM, wrote:

Hi,

I tried creating a sample form where i should get the list of cities
displayed for the selected state. I tried using the "choice_filter" for
this feature.

I tried this first in the "choice_filter" column.

        state=${state}

It worked fine for the first time. But for the recurring repeats it throws
exception. And when tried using "state=current()/../state" in the
"choice_filter" column, it displays only the title with no cities in it.

Attaching the xls sheet for your reference. Kindly suggest me the way to
get it work fine.

--

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.

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

Hi Mitch,

Thank You for your response. By the way, i tried searching it. But couldn't get it. Please direct me to the exact thread.

Thank You.