This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 82
Date constraints should include call on date #197
Labels
Comments
It is strange, that when I change the XForm to constraint="(. >= date('2018-03-01’)) and (. <= date('2018-03-30’))” , then there is a parse error
|
Currently woks only with : constraint="(. >= 17590) and (. <= 17620)" |
issa-tseng
added a commit
to issa-tseng/odkbuild
that referenced
this issue
Mar 6, 2019
issa-tseng
added a commit
to issa-tseng/odkbuild
that referenced
this issue
Mar 6, 2019
issa-tseng
added a commit
to issa-tseng/build2xlsform
that referenced
this issue
Mar 6, 2019
issa-tseng
added a commit
that referenced
this issue
Mar 6, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently date constraints have XML output that looks like
"(. >= '2018-01-01') and (. <= '2018-03-31')"
The XML output should instead be something like
constraint="(. >= date('2018-01-01')) and (. <= date('2018-03-31'))"
Reported at https://forum.opendatakit.org/t/problem-with-constraint-on-date-widget/12029/
The text was updated successfully, but these errors were encountered: