|
POST
|
Hi Allen, Are you attempting to open the survey in the web app or the field app? It looks like you have the survey shared out to a specific ArcGIS Online Group? When scanning the QR Code, are you or other submitter's prompted with a sign-in dialogue? Where are you scanning the QR code from? Can you try to scan it from the 'Submitter' tab within the Collaborate options for the survey in the Survey123 website? Please try to resave the share link and see if the behavior changes.
... View more
04-10-2019
12:36 PM
|
0
|
1
|
1428
|
|
POST
|
For the behavior that you are seeing with the World Geocoding Service, you will want to actually use the following. pulldata("@geopoint",${location},"reversegeocode.address.Match_addr") You can see the expected outcomes for each parameter from the World Geocoding Service in the following Blog Understanding Reverse Geocoding in Survey123 As for the results with your own locator, can you try one of the other parameters, like "ZIP", and see if you get a result?
... View more
04-05-2019
05:02 PM
|
0
|
2
|
4022
|
|
POST
|
Thank you for your feedback, Michelle. As mentioned, we do intend to review adding the ability to share template report access to others beyond the survey owner. Having said that, we do not currently have a timeline. In the meantime, you might be able to Export the data to an FGDB, publish the FGDB as a Feature Service, use Survey123 Connect to Create a survey from existing feature service, and then add the report template once the survey is created with you as the owner. Hope this helps. Brandon
... View more
04-05-2019
10:40 AM
|
0
|
0
|
1037
|
|
POST
|
Hi Evan, When you reference the desktop application, are you referring to the Survey123 field app (same app as is on your phone), or the Survey123 website where you would see the results and view analysis? All sharing should be managed via the Collaborate options in the Survey123 website, as documented here https://doc.arcgis.com/en/survey123/browser/create-surveys/sharesurvey.htm The owner/creator of the survey is the one who has the ability to manage these sharing options. Hope this helps, and let us know if you are able to successfully share the survey and/or results. Best, Brandon
... View more
04-05-2019
09:59 AM
|
0
|
1
|
962
|
|
POST
|
Hi Michelle, It is by design that the 'Manage templates' options are limited to the survey owner. This is the same behavior that has always been in place. If you would like to add a report template to a survey that you do not own, you will need to give it to the owner to add or have ownership of the survey (including all components). We do have an enhancement request in place to allow for the sharing of report template management, which I will add your comments to. Best, Brandon
... View more
04-05-2019
09:49 AM
|
0
|
2
|
1037
|
|
POST
|
After testing with the the XLSForm that you provided via email, it appears that the error is being caused by the last question in your survey which is a 'note' type field with multiline appearance. As notes are read only, and you do not have a calculation that is pushing text to it, I'm wondering if you are meaning to have this question as type 'text'? If you remove this question, or, change it to type 'text', the survey should load without error. Please try this out and let me know your results. Best, Brandon
... View more
04-04-2019
04:52 PM
|
1
|
1
|
2501
|
|
POST
|
Can you please add the following to your XLSForm, load in Survey123 Connect, and copy/paste the output from the returned JSON in a .txt file and upload to this thread? This will let us know the parameters that are included for your locator. Please be sure to include field length parameter value to ensure that the string can successfully write to the field. I would set it to 5000. type name label hint constraint constraint_message required required_message appearance default readonly relevant calculation choice_filter repeat_count label::language1 hint::language1 media::audio media::image body::accuracyThreshold bind::esri:fieldType bind::esri:fieldLength bind::esri:fieldAlias body::esri:inputMask bind::esri:parameters bind::saveIncomplete bind::type bind::esri:warning bind::esri:warning_message text json_string JSON string multiline pulldata("@geopoint",${location},"reversegeocode") 1000
... View more
04-04-2019
02:00 PM
|
0
|
1
|
4022
|
|
POST
|
Hi Jessica, What version of Survey123 Connect did you last publish the survey with? If not the latest, 3.3, please try this. If you have done so with 3.3, please upload your XLSForm so that we can take a look. Thanks, Brandon
... View more
04-04-2019
10:32 AM
|
0
|
4
|
4022
|
|
POST
|
Hi Mike, Please upload your XLSForm to this thread or send over to barmstrong at esri.com so that I can investigate the behavior. Thanks, Brandon
... View more
04-04-2019
10:23 AM
|
0
|
0
|
2501
|
|
POST
|
Can you provide more information related to your environment? What version of Portal are you using? Were these surveys created from an existing feature service, or an XLSForm using Survey123 Connect? If Survey123 Connect, can you upload your XLSForm or send to me in a private message on GeoNet? One other thing to review is the following documentation related to exporting data http://enterprise.arcgis.com/en/portal/latest/use/extract-data.htm#ESRI_SECTION1_01107CC9773F47BB815AED05EC24EB4C
... View more
04-04-2019
10:12 AM
|
0
|
1
|
7212
|
|
POST
|
Hi Mike, How many repeat sections deep is the ${DetectorID}? If it is just in a singular repeat (not nested) you should be able to use the following… ${#repeat1} ${mainLayer.field1} ${/repeat1} Please try this out and let us know your results.
... View more
04-03-2019
01:37 PM
|
2
|
3
|
7541
|
|
POST
|
Hi Jordan, There are multiple ways to export your data to an Excel document. Take a look here Download Results This help documentation explains the following... Since data captured withSurvey123 for ArcGIS is stored in feature services, you can use the standard ArcGIS REST API to trigger the download. JavaScript, Python, PHP, Scala, Java, and .NET are some of the environments from which you can invoke the ArcGIS REST API. If looking to download manually, you can use the following.. Once you access the Survey123 website and select the Data tab, you will see Export options. The option to export to Excel are the same that are available for any feature layer. The steps via portal would be 1. Navigate to Survey123 site via portal https://survey123.arcgis.com?portalUrl=https://<portal url> 2. Select survey from 'My Surveys' menu 3. Select Data tab 4. Select desired records to export from table and select from Export dropdown menu Best, Brandon
... View more
04-03-2019
10:48 AM
|
0
|
3
|
7212
|
|
POST
|
After reviewing the log, and looking at your XLSForm and fields in your feature service, I believe the issue may be with the "FifthFlr_Restrooms" field. In the feature layer, this field is misspelled as "FirthFlr_Restrooms". Try renaming the correct spelling to the incorrect spelling in your XLSForm and attempt to publish again. Please let us know your results!
... View more
04-02-2019
01:38 PM
|
0
|
2
|
4367
|
|
POST
|
Hi Christina, Can you capture a log during your attempt to publish via Survey123 Connect, and upload it to this thread or send in an email to barmstrong at esr.com? Capture log You can use this option to write to a file and then attach/send accordingly. To capture messages to a file, click the Logging switch to enable logging. When no AppStudio console is selected, the Log output location text box is automatically populated with the default log file location. Thanks, Brandon
... View more
04-02-2019
11:31 AM
|
0
|
4
|
4367
|
|
POST
|
Hi Alison, It is not possible to use Survey123 Connect to control the navigation elements for a repeat, however, one option might be to set the appearance for the repeat to compact. Are you using the Inbox for editing workflows? I'd like to get a better sense of your workflow. Thanks, Brandon
... View more
04-01-2019
03:45 PM
|
0
|
1
|
2304
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-27-2018 10:32 AM | |
| 1 | 03-21-2018 05:19 PM | |
| 1 | 03-26-2019 01:01 PM | |
| 1 | 08-30-2018 10:52 PM | |
| 1 | 01-22-2019 10:54 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|