Data Validation

What is the problem? Please be detailed.
Am trying to skip some few questions when date of visit is below 2018. It's working on enketo but when i use odk app its not working

What ODK tool and version are you using? And on what device and operating system version?
version 1.18.2Date_Pop_up.xlsx (11.5 KB)

Hi @jmacharia1
you should use ${visit_date}>=date(‘2018-01-01’) not ${visit_date}>='2018-01-01'
Here is your form with correct expressions: Date_Pop_up.xlsx (13.6 KB)

1 Like

@Grzesiek2010 thank you. It's working