|
POST
|
Hi Debra, The multiple choice question should be accepting more than 1 answer; I'm looking at Survey123 right now and seeing that it's working correctly. Can you provide a screenshot or video of what you're trying to do?
... View more
05-30-2017
02:56 PM
|
2
|
1
|
1053
|
|
POST
|
Hi Anita, Just to be clear, TPKs are only supported by the Survey123 mobile / field app to fill in - you can't go offline with the web page. You can use Survey123Connect to download the survey you authored on the web, bring the TPK into the survey through either method above, and then republish the survey with the new information.
... View more
05-30-2017
02:16 PM
|
0
|
0
|
1667
|
|
POST
|
Hi Anita, Yes, there are a couple of ways to use the TPK with a survey. The instructions are at Prepare basemaps for offline use—Survey123 for ArcGIS | ArcGIS . The easiest method is to download the TPK, place it in the survey's media folder, and publish the survey. The survey will then accompany the survey. Alternatively, the survey can be edited to know about the TPK file. This requires updating a file after initially publishing the form and then posting the form to ArcGIS Online again. Prepare basemaps for offline use—Survey123 for ArcGIS | ArcGIS (Associate a shared tile package to a survey) explains this process.
... View more
05-30-2017
01:24 PM
|
0
|
0
|
1667
|
|
POST
|
Hi Jim, There isn't an easy way to restrict the submission by application. From a technical perspective, what you've defined as submission via code are the same operations that Survey123 use to submit data (the ApplyEdits endpoint).
... View more
05-30-2017
10:58 AM
|
0
|
0
|
1348
|
|
POST
|
Hi Dan, Yes, the Survey123 team is active at DevSummit! Aside from having a booth in the Apps area that you can come up & talk with us, we also have a few workshops & demo theaters. From the 2017 DevSummit: What is new in Survey123 for ArcGIS Survey123 for ArcGIS: Tips and Tricks Extending Survey123 for ArcGIS Configuring Survey123 for ArcGIS Enterprise
... View more
05-30-2017
09:48 AM
|
1
|
1
|
962
|
|
POST
|
Hi there, Information on preparing a basemap for offline use is available at Prepare basemaps for offline use—Survey123 for ArcGIS | ArcGIS . Tile packages can be created either using Desktop tools or using ArcGIS services (for the latter, GitHub - Esri/TilePackageKreator: Tile Package Kreator is a useful tool to automate the process).
... View more
05-30-2017
09:40 AM
|
5
|
2
|
2758
|
|
POST
|
Hi Tom, We don't have a timer ability or a 'timed sections' as you describe. As for the layout, the only other option aside from the two you describe would be to make the 15 minute block the form and then aggregate the results after collection.
... View more
05-30-2017
09:29 AM
|
1
|
0
|
3055
|
|
POST
|
Oh- I missed completely that you were using an application ID/secret token instead of a username based token. Yes, that is the issue.
... View more
05-30-2017
08:53 AM
|
0
|
4
|
2411
|
|
POST
|
Hi Stuart, The pulldata function is an attribute only function. We have a set of enhancements we are considering to perform spatial-type searches; I'll add the 'nearest point' case to it (it's mostly been proposed as point in poly).
... View more
05-26-2017
12:54 PM
|
1
|
1
|
10246
|
|
BLOG
|
Hi Brittney Gibbons, Marc This can be done currently by having a CSV file with the locations accompany the survey; the pulldata function can then lookup the location parts to set the point. As an example, take a look at https://survey123.arcgis.com/webclient/cf44ffb345964aa88d402bda7084a50c the lookup occurs via the bike station id field.
... View more
05-26-2017
12:48 PM
|
0
|
0
|
17143
|
|
POST
|
Hi Nickholai, It's a bit easier to understand how to get the start of the 15 minute time that you are in, so I'll start with that. You can use the modulo function to find out how much over quarter hour you are, and then subtract that from the time: ${timeValue} - ${timeValue} mod (15*60*1000) In this example, I'm calculating from another question's value; you could substitute with now(). Note that 15 minutes is (15 minutes) * (60 seconds / minute) * (1000 milliseconds / seconds) = 900000ms To round, we need to divide by 15 minutes to get where an increase of 1 to a number represents an increase of 15 minutes, round (so we find the nearest 15 minute increment), and then re-multiply by 15 minutes to get us back to out time units: date(round(${timeValue} div (900000),0)*(900000)) Note that a date time question calculated this way will update as the source value changes; a time question does not (but is calculated when a form is loaded). Also note that we will be bringing significant changes to how dates are handled and calculated in 2.2; expect a blog post in GeoNet highlighting this soon.
... View more
05-26-2017
11:38 AM
|
0
|
4
|
4067
|
|
POST
|
Thanks for the explanation. Right now there isn't a mechanism to pass information from a previous survey to a subsequent one to accomplish something like that. An alternative would be to have records prepopulated for the places to be surveyed and use the editing/Inbox functionality to select one, fill in the survey and then submit- the address would be removed from the Inbox. Whether this would work well depends on how many points you have- there is a performance degradation for downloading a large number of features into the inbox.
... View more
05-25-2017
09:26 AM
|
0
|
1
|
1293
|
|
POST
|
Hi, This is on an iOS device, correct? If so, we have an issue logged for this problem.
... View more
05-25-2017
09:23 AM
|
1
|
1
|
1746
|
|
POST
|
Is your server accessible from the internet? The reason you would not be getting the 'Store Credentials' option is if ArcGIS Online cannot reach the server - the workflow I described above essentially puts ArcGIS Online between the users and your server, so it needs to be able to submit data to it.
... View more
05-24-2017
02:00 PM
|
0
|
1
|
3829
|
|
POST
|
Yes, it returns a number; it can be used directly in a calculation of a note or other field.
... View more
05-24-2017
12:16 PM
|
0
|
0
|
1422
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 2 | 3 weeks ago | |
| 1 | 10-30-2025 09:00 AM | |
| 5 | 05-07-2025 10:16 AM | |
| 6 | 05-07-2025 10:17 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|