Hi, dear all.
For a given form, I m triying to filter (within an ODK Aggregate
instance) rows by one of the choices for a select multiple type column; but
it is not working.
I would like to know if it is possible to create a filter based on one of
the choices for a select multiple type column? if so, please, telle me how
it goes.
In advance, thanks.
Unfortunately, no.
The features available in AppEngine prevent this from working. And because
it didn't work there, we did not implement it for MySQL or PostgreSQL
deployments.
Additionally, if you have a big survey that gets split across multiple data
tables because of its size, you will not be able to filter on all questions
in the survey, just the ones in the first table ('..._CORE') (these are not
called out in the UI so there is no way to know which ones they are). This
splitting will happen somewhere upward of 700 questions on AppEngine and
PostgreSQL, and down around 250 questions on MySQL.
···
On Tue, Jul 19, 2016 at 7:01 AM, Amal wrote:Hi, dear all.
For a given form, I m triying to filter (within an ODK Aggregate
instance) rows by one of the choices for a select multiple type column; but
it is not working.
I would like to know if it is possible to create a filter based on one of
the choices for a select multiple type column? if so, please, telle me how
it goes.
In advance, thanks.--
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
Thanks, Mitch.
Best