|
POST
|
Hi Brent, Yes, a hidden groping field is built-in to Survey123- simply don't add a geopoint field explicitly. Survey123 automatically adds a hidden geopoint field that takes the device's location in the background.
... View more
01-30-2017
12:44 PM
|
1
|
10
|
3857
|
|
POST
|
Regex functions don't decode text; they verify that a given input matches the pattern specified; as an example, the e-mail regex, /^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$/ , checks that the text starts with some combination of letters & numbers ( ^([a-zA-Z0-9_\-\.]+) ), has an @ symbol, has more text/numbers ( ([a-zA-Z0-9_\-\.]+)\ ), a period, and then between 2-5 letters at the end ( ([a-zA-Z]{2,5})$ ). What you would want is to use the substr() function to extract individual characters, and then most likely use them with either select_one choice values or a pulldata() function to look up the values in a set of external CSV. To do this, you need to have a VIN database already- it looks like NHTSA might have the information at Vehicle API
... View more
01-30-2017
08:49 AM
|
1
|
4
|
4315
|
|
POST
|
Please go to Survey123 for ArcGIS | ArcGIS for the most recent versions.
... View more
01-25-2017
08:19 AM
|
1
|
1
|
1888
|
|
POST
|
That sounds like you clicked on the 'View item details in your ArcGIS organization' button. Just to confirm, you are using a recent version of Survey123 (1.6 or higher)? You should see a menu that looks like this (the top link was added in 1.10):
... View more
01-25-2017
08:13 AM
|
0
|
3
|
1888
|
|
POST
|
Hi Alberto, Given the image you attached, it looks like you are attempting to have nested repeats (i.e., rep1 is a repeat from the parent form, rep3 - rep85 are repeats to rep1). We currently do not support nested repeats in Survey123
... View more
01-25-2017
08:00 AM
|
0
|
2
|
741
|
|
POST
|
You should be able to get to the collaborate tab either by going to the survey123.arcgis.com website directly or by opening the survey in preview mode in Survey123 Connect, clicking on the globe icon, and selecting 'Manage in the Survey123 website'.
... View more
01-25-2017
07:58 AM
|
0
|
5
|
1888
|
|
POST
|
A few issues probably are tripping you up: 1) In your list, the 'name' column should contain the values you are going to use in the calculation 2) The calculation should be in a second question, either decimal, calculate, or note (decimal gives the opportunity for user input if the calculation is only a reasonable default that can be corrected, calculate will store the answer without the user seeing, note provides a read-only reference to the user). To take your tables above: list_name name label holesize 2.5 1/4 inch holesize 3.5 3/16 inch holesize 4.5 5/32 inch type name label calculation select_one holesize target_size Target diameter decimal holesize_calc Hole Size calculation ${target_size}*1.3
... View more
01-24-2017
09:28 AM
|
0
|
1
|
7987
|
|
BLOG
|
Hi Pablo, It is possible to use and/or/not in the relevant statement to generate more complex functions. Given what you describe above, let's do a scenario around disaster preparation. Sometimes extra assistance is needed to evacuate; you want a question asking if extra assistance is needed when the household contains more than 8 people or there are people with significant mobility limitations. The relevant statement for the third question would be: ${numPeople} > 8 or ${mobilityLimitations} = 'yes'
... View more
01-24-2017
09:13 AM
|
0
|
0
|
18169
|
|
BLOG
|
Hi Andre, Could you please file a support request? Did you update the application between the morning and the afternoon? If not, it sounds like different error than what was fixed.
... View more
01-24-2017
09:03 AM
|
0
|
0
|
2716
|
|
POST
|
If you create a web page that has this link as a hyperlink, the Android browser will open the link. In an upcoming release of survey123, we will be providing this in the website; in the meantime, you can create a web page and host it.
... View more
01-23-2017
01:32 PM
|
1
|
2
|
1150
|
|
POST
|
As opposed to the "question=value" formula pattern, you probably want to use the "selected(question, value)" function - Relevant expressions—Survey123 for ArcGIS | ArcGIS
... View more
01-23-2017
11:06 AM
|
2
|
4
|
7987
|
|
POST
|
Survey123 uses the system-provided location provider. For iOS and Android, this normally means connecting the external receiver to the device; devices that have been designed to work with iOS and Android become the location provider. On Windows, there is still the tendency to use COM ports for connection instead of supplying the GPS information to the system location provider- this can be addressed with a bridging program like GPSDirect - GPSComplete: GPSDirect,GPSReverse, LocationFixer GPS NMEA Windows 7 Windows 8 Windows 10 Sensor Driver iOS Android TCP B…
... View more
01-23-2017
09:57 AM
|
3
|
4
|
5758
|
|
POST
|
Hi Oscar, It appears that something is at issue with the configuration of the 'bridge' question. Is that a question or a group/repeat? I assume there is a calculation on it? Can you share the form?
... View more
01-23-2017
09:37 AM
|
0
|
0
|
1023
|
|
POST
|
Survey123 doesn't support multiple values in a filter - you would need to create a listing of CPTP_Name and individual spot_checks On the or, try 'or' lowercase - that works for me.
... View more
01-23-2017
09:34 AM
|
1
|
5
|
2034
|
|
POST
|
Hi John, There is currently partial support for Survey123 with ArcGIS Enterprise. In particular, Survey123 Connect and the Survey123 field application can connect to an ArcGIS Enterprise installation, use Portal to store the form information and use the Data Store to store survey data. The Survey123 website cannot yet be configured to work with an ArcGIS Enterprise installation; we are working on supporting both configuring the survey123.arcgis.com website to connect to a portal as well as an on-server installation capability. In another post, you asked about public surveys. Just to note, the surveys published into an ArcGIS Enterprise installation are limited by the network accessibility of the installation - if your Portal and Data Store are not publicly visible on the internet, you can't have a public survey (a 'public' survey in that case would be limited to people inside your company's network).
... View more
01-23-2017
08:57 AM
|
0
|
5
|
2299
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-30-2025 09:00 AM | |
| 5 | 05-07-2025 10:16 AM | |
| 6 | 05-07-2025 10:17 AM | |
| 1 | 10-15-2018 01:27 PM | |
| 1 | 01-06-2020 01:25 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-05-2025
09:31 AM
|