|
POST
|
You can also recover the XLSForm by navigating to the 'My Surveys' folder on your device. For instance, if it was downloaded to the field app on a Windows machine, the path would be C:\Users\<username>\ArcGIS\My Surveys\<survey>. Here, you should find a esriinfo file which will contain the XLSForm within it.
... View more
05-07-2019
01:54 PM
|
0
|
0
|
1423
|
|
POST
|
Hi Cristian, If you are the owner of the survey, all surveys that have been published with your account/username should be available for downloading via Survey123 Connect once logged in. Another thing to check for is a folder for the survey in the My Content section of your ArcGIS Online Organization. If the folder does exist, please make sure all layers, views, and a form are present within it. Best, Brandon
... View more
05-07-2019
01:44 PM
|
0
|
1
|
1423
|
|
BLOG
|
Hi Patrick, Survey123 should work with the Garmin Glo2 receiver. Are you encountering issues?
... View more
05-07-2019
12:12 PM
|
0
|
0
|
27693
|
|
POST
|
Hello, Select_one and select_multiple questions questions work the same as other question types when using if statement syntax in the report template. So, for instance, let's say you have a select_one question with a field name of 'severity' that asks, "select severity of incident" and your choices are low, medium, high...the syntax would look like the following ${if severity=="high"}${followup_question}${/} This will show the value from 'followup_question' only if 'high' has been selected for the preceding select_one question named severity. Try this out and let me know if you have questions. Best, Brandon
... View more
05-07-2019
09:30 AM
|
0
|
9
|
4073
|
|
POST
|
Hi Hélène, At the moment, it is not possible to symbolize your geopoints or reference another existing symbolized dataset when interacting with the inbox. Having said that, we do have an internal enhancement related to this functionality which I will add your comments to. Best, Brandon
... View more
05-03-2019
03:31 PM
|
1
|
5
|
5304
|
|
POST
|
Hi Sandy, One way to accomplish this is by designing the form using Survey123 Connect and utilizing the calculation column for a question. Take a look at the attached XLSForm to get an idea. The first question in the form is integer, so, the user would enter the numeric value as you desire '1234'. The second question is a text type as the result will need to be stored as a alphanumeric string. I have placed a formula in the calculation column in for this question which concatenates the first value '1234' with a '-' and a series of predefined letters 'ABCD'. It looks like this... concat('ABCD', '-', ${example}) ${example} is referencing the value from the first integer question, which has a field name of example. If it is not important for the survey submitter to actually see the '-ABCD' part, you could actually make the question type 'hidden'. Refer to these documentation resources for further information related to formulas and question types... Survey123 - Formulas Question Types Best, Brandon
... View more
05-03-2019
01:50 PM
|
1
|
0
|
2888
|
|
POST
|
Hi Corryn, It sounds like you may have moved some items outside of the survey folder that is generated in your ArcGIS Online Content during creation of the survey. Can you go into the survey folder in My Content and ensure that there is a hosted feature service, form item, fieldworker view, and stakeholder view inside of the folder? Thanks, Brandon
... View more
05-02-2019
01:09 PM
|
5
|
2
|
5001
|
|
POST
|
Hi Jeff, The web app does not support dynamic read-only questions at the moment. We do have an existing enhancement related to adding this capability and I will add your request to it and/or will look to add documentation related to the limitation in the web app. Best, Brandon
... View more
04-30-2019
01:03 PM
|
2
|
0
|
2819
|
|
POST
|
Hi Bob, You should be able to switch the Samsung Keyboard to "Google voice typing" within Survey123. Refer to screenshots taken from Samsung S8 below... In reference to the microphone setting that you have been enabling in the app settings, this is to allow for recording with audio questions. Please try this out and let me know your results. Best, Brandon
... View more
04-24-2019
04:50 PM
|
1
|
2
|
2708
|
|
POST
|
Hi Teresa, I have sent you a private message in GeoNet asking for additional information that will help in determining what is causing the behavior.
... View more
04-24-2019
12:26 PM
|
0
|
0
|
2067
|
|
POST
|
Hi Teresa, Were you using Survey123 Connect or the Survey123 Web Designer to modify your survey? Does the same behavior happen when generating a report on other records, or are you selecting the same one each time? What happens if you submit a new record (for testing) and select that result when generating a report?
... View more
04-22-2019
12:59 PM
|
0
|
2
|
2067
|
|
POST
|
Hi Vance, Where are you verifying whether a location has or has not been submitted? As mentioned here... Geopoint questions automatically populate a survey with a location provided by the device if one is available. If a device doesn't provide a valid location in its survey response, Survey123 will return a location of 0,0 All surveys require a location to be submitted by default. In all cases, it will be necessary for the submitter to allow Survey123 to use their location. Otherwise, the locations will also end up at 0,0. If you would like more accurate location I would suggest using the Location Accuracy Threshold parameters as mentioned here.. Let me know if you have further questions related to this. Best, Brandon
... View more
04-18-2019
04:13 PM
|
0
|
0
|
745
|
|
POST
|
Hi Kaitlyn, It sounds and looks like you are doing everything that you should be doing in arranging your survey. Is your concern related to performance, or the time and effort it will take to set it up? I would continue to use pulldata to populate the post quantities and post dimensions for each sign type. Just add another column for each in your CSV which can be used to pull from. You can place the pulldata calculation in the calculation column of the select_one question. So, for your select_one signCount question you can put pulldata('signcatalog','<quantity value>,'signnumber',${signtype}) in the calculation column. With the use of pulldata and 'calculate' type questions you will be doing the heavy lifting for the survey submitters by preventing them from having to enter in information while at the same time ensuring the data integrity. There's more than one way to peel an orange but I think that your method should work! Let me know if this makes sense and if you have questions related to the method proposed. Best, Brandon
... View more
04-16-2019
03:39 PM
|
0
|
5
|
3414
|
|
POST
|
Hi Alexis, I'm not seeing any calculations or method for interacting with the repeat in the XLSForm that you provided. What you might want to do is publish the XLSForm as you have it now, then create a second survey using the existing feature service option, selecting the feature service from the first survey. Prior to publishing this second survey, you can remove all questions from the XLSForm (this will not delete the related table or fields within it) and republish. Best, Brandon
... View more
04-16-2019
01:43 PM
|
0
|
0
|
1536
|
| 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 |
yesterday
|