|
POST
|
How do I split the address numbers from street names and move that data to another field?
... View more
05-23-2019
09:20 AM
|
0
|
3
|
1529
|
|
POST
|
Survey123 has the capabilities to do digital signatures
... View more
05-23-2019
07:38 AM
|
0
|
0
|
1249
|
|
POST
|
How many ArcGIS Online credits are being used in the reverse geocoding sample? Trying to get an idea of how many credits are being used for that sample each time we move the geopoint and generate information. Thanks
... View more
05-23-2019
06:54 AM
|
0
|
5
|
3255
|
|
POST
|
Thank you. It took some reading to figure out how to get the reverse geocoding to work with Portal 106 due to an error or bug. But I found this workaround by Johnathan Hosthorpe and it's working. https://community.esri.com/groups/survey123/blog/2018/07/06/understanding-reverse-geocoding-in-survey123-30 If you sign into a portal that uses the default geocode service configuration (i.e the inbuilt Esri World Geocoder item is at the top of the list in the portal settings) - you will get an error when trying to perform a reverse geocode using pulldata("@GeoPoint",${location},"reversegeocode") if you do not specify a URL parameter. This is because the app will use the first locator service in the portal list and if it is the default World Geocoder it will require a token (even though the service is public). To get this working the user must create a proxy item in the portal and put this at the top of the locator list. See: https://docdev.arcgis.com/en/survey123/desktop/create-surveys/geopoints.htm#ESRI_SECTION1_E89036D9C34D4262BBC2B62E31631A… Steps Create an item in the portal org that links to the url for the world gecocode service (https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer) and has AGOL credentials saved into it. The credentials must be for an AGOL org user that has the permissions to perform geocodes (Geocoding). Create a new locator in the portal based on the service URL of the item created above and add it the top of the locator list. This will now be the default geocode service for the portal and will work for reverse geocodes (where a url paramter is not specified in the function).
... View more
05-23-2019
04:48 AM
|
0
|
0
|
5092
|
|
POST
|
Is it possible to pull the address from the geocode back to the fields similar to the youtube video below where he searches for an address on the geopoint map and it populates fields? Survey123 GeoSearch https://www.youtube.com/watch?v=4Rj9mbz7EH0
... View more
05-22-2019
11:04 AM
|
0
|
2
|
4144
|
|
POST
|
Why don't choice_filters work with multiple nested tables?
... View more
05-17-2019
05:37 AM
|
0
|
1
|
858
|
|
POST
|
Solution: table appearance must be "minimal" and there can't be a repeat_counter.
... View more
05-16-2019
05:21 AM
|
0
|
1
|
1179
|
|
POST
|
Can you move house address information directory into the geopoint search?
... View more
05-15-2019
05:04 AM
|
0
|
10
|
5906
|
|
POST
|
How do we prevent nested tables from being generated automatically if they're not called from a calculation? I've converted all of our paper forms into tables and they're related to a point FC which is published to portal. Does anyone have an example of an excel sheet that shows how to call a table to be generated and others not? We're using portal/enterprise 106 with survey123 connect to prepare our smart forms. I can provide the excel sheet via email if it helps better resolve this odd problem. Thanks
... View more
05-14-2019
05:56 AM
|
0
|
2
|
1275
|
|
POST
|
I found my solution. If I use the html code below and keep the text >< empty the program doesn't prompt and errors. <font color="red"></font>
... View more
05-10-2019
08:21 AM
|
3
|
1
|
2570
|
|
POST
|
How do I hide labels for fields with image types? Survey123 Connect won't allow me to keep the label field empty.
... View more
05-10-2019
08:08 AM
|
0
|
2
|
3086
|
|
POST
|
Is it possible to format a phone number? When the user starts to type the digits the form automatically adds dashes between 330 - 111 - 1111
... View more
05-09-2019
06:04 AM
|
4
|
12
|
19436
|
|
POST
|
Thanks for the update. It's really misleading including an integration section if it only supports creating new features in survey123.
... View more
05-06-2019
08:45 AM
|
1
|
2
|
3388
|
|
POST
|
If I have a field with a select_multiple SymptomsChecker and someone selects "Other" how can I gray out the None choice from being selected? SymptomChecker Headache SymptomChecker Dizzy SymptomChecker Nausea SymptomChecker Other SymptomChecker None
... View more
05-01-2019
09:18 AM
|
0
|
1
|
1366
|
|
POST
|
I can't figure out why workforce and survey123 won't open an existing point on a form!! Our survey form is a feature service in portal which meets all the requirements. We created a project in workforce, assigned our survey form to the integrated app section, set the Workforce Field to [ID] and the survey123 question Field to [email] for testing purposes. Every time I go to the IOS Workforce app, open an assignment, reroute us to survey123 an entirely new survey will be opened verses checking for an existing one. I am working with an ESRI rep and he doesn't even understand why this is happening. FYI - I did create another enterprise gdb environment with the esri reps attachment and I am still have the same problems getting workforce to open an existing feature. Portal v10.6 | federated SQL 2012 Esri - Notes It was a pleasure talking with you the other day! I am glad we were able to hop on a screen share and troubleshoot the behavior we are encountering. Just to recap: We had discussed that I was able to reproduce the behavior when I had the Geopoint on the Survey123 survey. We removed the geopoint in the Survey132 survey and tested again. We were able to reproduce the same behavior. I had advised that I would test with the XLSForm passed along. I have been testing on my end and unfortunately am encountering some issues with the feature service published on my end. I have created the survey using the existing feature service and published the survey to my Portal. I have configured the Survey123 custom submission URL in a web map for use in Collector. I collect the point in collector and click the link to go to the survey. Once the survey opens I fill out the information as we did on the screen share, but when I submit the survey the submission hangs on "TestReportServicsTested" related table. I had captured the web traffic when submitting and it seems that the requests that are being made are made for every single other service in the server and not the table of interest. Moving forward as I am working through the testing limitations encountered I have a couple of tests to try to obtain a better idea of the behavior encountered. I have attached a file geodatabase with a feature class to this email. Please import the feature class into the enterprise geodatabase and publish the service the same as the NEOForms feature class. Please create a new survey and remove the geopoint question from the survey. Once the survey is published and the custom submission URL is created for the survey please test the workflow again. Are we able to reproduce the same behavior? For our existing NEOFroms feature service if we create a new survey in Survey123 connect and remove the geopoint question and republish a brand new survey do we obtain the same behavior? If you have any questions or updates please feel free to contact me via phone by calling 888-377-4575 and referencing this case #02309159, or simply by replying to this email.
... View more
04-30-2019
08:01 AM
|
0
|
6
|
3828
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-11-2018 06:04 AM | |
| 1 | 04-11-2018 06:24 AM | |
| 1 | 04-04-2019 05:59 AM | |
| 1 | 05-06-2019 08:45 AM | |
| 2 | 06-06-2019 06:32 PM |
| Online Status |
Offline
|
| Date Last Visited |
01-13-2021
02:32 PM
|