Ranges of Time in Survey123

650
1
05-15-2018 10:31 AM
deleted-user-jxpbpbjlZInj
Occasional Contributor

Hi, 

I'm wondering what my options might be for entering a range of time into a single field? I.E. If someone doesn't know an exact time that something happened, then I need them to be able to enter it as a range of dateTime.

I've thought up some creative ways using the Collate Field function, but I'm hoping there is something more elegant out there.

Thanks,

Sunny#

Tags (1)
0 Kudos
1 Reply
JohnathanHasthorpe
Esri Regular Contributor

Hi Sunny

DateTime questions can't store ranges - so you have a couple of options:

1) Have separate start and end DateTime Questions

2) Do 1) but set the DateTime questions to be null in the bind::esri:fieldType (so that they don't persist) and then format and combine the values in a text question.

You can use format-date and concat() for this.

Cheers

John

0 Kudos