|
POST
|
Hi Philip, Please provide the following... Which version of Survey123 are you using? What are the details related to the Enterprise environment? What are the details of the device encountering the behavior?
... View more
02-11-2019
12:31 PM
|
0
|
7
|
3357
|
|
BLOG
|
Hi Ryan, There is no hard timeline of when this issue will get addressed, but it will likely be with the 3.4 release of Survey123
... View more
02-08-2019
09:17 AM
|
0
|
0
|
85810
|
|
POST
|
Hi Jennifer, I believe the error that you are encountering when attempting to load your survey in the web app is due to the pulldata function and calculation you are using for your geopoint(s). If you take a look at the 'Calculate Location from CSV' sample in Survey123 Connect, you can see the recommended format for referencing lat/long locations using pulldata. You will need to process different parts of your pulldata calculation into separate fields and then concatenate the lat/long values back together to be used in for the geopoint question. Type Name Calculation calculate lat pulldata('em_lookup','lat','locality',${locality}) calculate long pulldata('em_lookup','long','locality',${locality}) calculate location_calc concat(number(${lat})," ",number(${long})) geopoint location ${location_calc} I have attached a sample of how this looks to this response. Let me know how it goes. Best, Brandon
... View more
02-07-2019
05:58 PM
|
2
|
1
|
2238
|
|
POST
|
Hi Wayne, After taking a look at your XLSForm I see that you have included the pulldata function several times within the same calculation column for a question which includes references to values from other preceding questions. For use with the web app you will need to separate each pulldata calculation into its own question. So, in your form, you will need to have 3 separate questions which pull their respective values (these can each be type calculate), then reference those questions in the calculation of a succeeding question which performs multiplication against the values you'd like to reference from preceding questions. For instance, you current calculation is the following... (pulldata('AllterraRates', 'Daily', 'Equipment', jr:choice-name(${Equip}, '${Equip}')) * ${EquipRentalDays} * ${EquipNoUnits}) + (pulldata('AllterraRates', 'Weekly', 'Equipment', jr:choice-name(${Equip}, '${Equip}')) * ${EquipRentalWeeks} * ${EquipNoUnits}) + (pulldata('AllterraRates', 'Monthly', 'Equipment', jr:choice-name(${Equip}, '${Equip}')) * ${EquipRentalMonths} * ${EquipNoUnits}) You will need to split it up into separate parts so that the web app can process it. Consider the following... question_1: pulldata('AllterraRates', 'Daily', 'Equipment', jr:choice-name(${Equip}, '${Equip}')) question_2: (${question_1}* ${EquipRentalDays} * ${EquipNoUnits}) question_3: pulldata('AllterraRates', 'Weekly', 'Equipment', jr:choice-name(${Equip}, '${Equip}')) question_4: (${question_3}* ${EquipRentalWeeks} * ${EquipNoUnits}) question_5: ('AllterraRates', 'Monthly', 'Equipment', jr:choice-name(${Equip}, '${Equip}')) question_6: (${question_5} * ${EquipRentalMonths} * ${EquipNoUnits}) question_7: (${question_2}+ ${question_4}+ ${question_6}) I will upload an example of an edited version of your XLSForm which is working upon making these changes. Let me know how it goes. Best, Brandon
... View more
02-07-2019
01:20 PM
|
2
|
4
|
3908
|
|
BLOG
|
Hi Sarah, Can you please try using another browser and see if that resolves the issue? I just downloaded the script using Google Chrome without issue. If you are still having problems using a new browser, let me know and we can exchange emails addresses so that I can send it to you. Best, Brandon
... View more
02-07-2019
12:59 PM
|
1
|
0
|
12921
|
|
POST
|
Hi Adam, Can you please capture a log of the behavior and upload it to this thread? Troubleshoot—Survey123 for ArcGIS | ArcGIS Choose the option to log message to a file. 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.
... View more
02-07-2019
12:40 PM
|
0
|
0
|
4787
|
|
POST
|
Hi Jon, There have not been any issues launching the Survey123 field app on TDC-100's in the past, but what you are encountering could be related to memory issues. I would recommend attempting to uninstall and reinstall Survey123 as a start, and if the issue still persists, reference the documentation provided here... System requirements—Survey123 for ArcGIS | ArcGIS Please let us know how it goes.
... View more
02-07-2019
10:07 AM
|
0
|
6
|
3022
|
|
POST
|
Hi Jevaughn, The single-choice grid is not supported by the field app at this time. In the event that this changes, we will be sure to update you. Please take advantage of the single-choice grid in the web app for the time being. Best, Brandon
... View more
02-06-2019
12:59 PM
|
0
|
11
|
3417
|
|
BLOG
|
Hi Zoltan, This looks to be a defect with version 3.2, thank you for bringing it to our attention. One workaround might be to apply a default value for the question, which will then allow for the and controls to add and subtract values as desired. We will look into investigating this issue further in the meantime, and provide an update when we have one. Thanks, Brandon
... View more
02-06-2019
11:21 AM
|
1
|
0
|
6070
|
|
POST
|
Hi Eric Moody, After taking a look at the XLSForm that you sent me, I noticed that you have a now() calculation in the default column for a dateTime question. Although this does work appropriately in the Survey123 field app and should not cause issue when loading in the web app, it appears to be the culprit in this case. Try to move the now() calculation to the 'calculation' column for your dateTime question and republish your survey. After doing so, load the web app and see if the error persists. In the meantime, we will look into what might be triggering the error in further detail. Best, Brandon
... View more
02-06-2019
10:31 AM
|
0
|
0
|
1506
|
|
POST
|
Hi Eric, Did you create this survey using the web designer or Survey123 Connect? If Survey123 Connect, could you please upload the XLSForm that was used? Alternatively, you can send it to me at barmstrong at esri.com. If it was the web designer, please send a share link to access the web form. If you would prefer email, rather than uploading your XLSForm or sharing the url here, please let me know in the email and I can provide you with my AGOL username that you can invite to a group and share there. Best, Brandon
... View more
01-31-2019
12:21 PM
|
0
|
1
|
1506
|
|
BLOG
|
Hey TC! There is not currently a method to change the color of the annotate or barcode icons in the out-of-the-box version of Survey123, however, this may be something that can be done by modifying the Survey123 source code using AppStudio for Desktop. Having said that, it would then require a custom build of Survey123, and familiarity with modifying the source code. For the time being, the best approach might be to change the background image to something that will be more friendly with the icons. Best, Brandon
... View more
01-30-2019
04:07 PM
|
0
|
0
|
15129
|
|
POST
|
Hi Aurelie, At the moment, this message will display if a value has not been specified in the 'constraint message' column of the XLSForm prior to publishing. This will change, with the next update of the Survey123 website. For the meantime, by inputting a value in the 'constraint message' column of the XLSForm for your email question and republishing, you can determine what message is shown instead of “It’s an invalid answer”. I would recommend something like “This must be in the format [email protected]” Hope this helps, Brandon
... View more
01-30-2019
10:43 AM
|
1
|
1
|
892
|
|
POST
|
Hi Wilma, After taking a look at the XLSForm and the CSV you provided, I think your best approach would be separate the calculation out from external CSV. The idea would be to pull the unique rate formula from the CSV first, and then in a sequential question, reference it in a calculation that includes the formula resulting in Cubic Feet Per Second. type name label appearance default calculation choice_filter select_one WDNumber WaterDistrict Water District autocomplete 37B select_one_external DiversionName DiversionName Diversion Name autocomplete WaterDistrictNumber=${WaterDistrict} decimal GaugeHeight Gauge Height calculate calc calculation for pulldata pulldata('RatingTableInfo','RateFormula','DiversionName',${DiversionName}) decimal CFS Cubic Feet Per Second (${calc}*pow(${GaugeHeight},1.6)) I have sent a revised version of the XLSForm and CSV in a reply to your email. Best, Brandon
... View more
01-30-2019
10:26 AM
|
0
|
0
|
1339
|
|
POST
|
Please provide error logs and XLSForms in this thread or send to barmstrong at esri.com Best, Brandon
... View more
01-29-2019
11:09 AM
|
0
|
0
|
1490
|
| 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 |
4 weeks ago
|