|
POST
|
Have you had a look at this blog post? https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-embedding-a-survey-in-an-arcgis/ba-p/899140 In the comment section someone had a similar issue and the issue seemed to have been resolved when the parameters in the URL are set to &mode=edit&globalId= This is because your survey URL already has the ? sign to pass the portalUrl parameter.
... View more
01-19-2021
01:26 PM
|
3
|
1
|
2460
|
|
POST
|
Hi Todd, I would recommend that you use the Concat() function in the calculation field as the Survey123 webform can be problematic is these cases. Once I inserted your HTML script into the calculation field, I was able to display the hyperlink correctly in both the Field app and the webform. concat('<a href="',${school_url},'">',${school_url},'</a>') concat('<a href=','"https://www.google.com/maps/place/@',${school_lat},${school_lon},',17z">Google</a>') Hope this helps. Regards Alber
... View more
01-18-2021
07:21 PM
|
3
|
2
|
2702
|
|
POST
|
Hi, Do you experience the same issue when you have all the questions on the same page, in other words removing the 'pages' function? Regards Alber
... View more
01-18-2021
06:29 PM
|
1
|
3
|
4919
|
|
POST
|
Hi, What is the exact problem here? Does your first statement not work or are you looking for advice on how to change it? Regarding your second query, the provided logic does not satisfy the If-then-else conditional workflow. You would expect something like this: If(selected(${age}, '6-10') and selected(${item_on_path},'mark it'),0,1) You could also have a look at the documentation on formulas provided by Esri here: https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm Hope this helps. Alber
... View more
01-18-2021
05:30 PM
|
0
|
0
|
1214
|
|
POST
|
Hi, What happens when you share the Dashboard and the sSurvey123 form with the Organisation? Same error? Albert
... View more
01-18-2021
05:08 PM
|
0
|
3
|
2473
|
|
POST
|
Hi, How many cities are in your entire list? Fields will not be dynamically created based on the answer of a previous question so you would have to create a field for each city and have the logic that displays the field if the corresponding city name is selected in the 'select_multiple' question. This could be an arduous task if you have hundred (if not thousands) of cities in your list. I could advise using the repeat table to capture individual city's information where the user selects the city name from a dropdown option in the repeat table and then completes the questions per city. This way you would still use the cascading select function to filter the available city names but provide the user with a 'select_one' question when selecting the city name and complete the associated questions inside the repeat table.
... View more
01-18-2021
04:56 PM
|
1
|
0
|
1599
|
|
POST
|
Hi Barbara, Thank you for the response. I am aware that this is not supported but in the post I show that it is in fact do-able if the previous question is answered "yes" then "no", the the thumbnails do show and I am able to capture the image and submit it successfully. Why is that?!?
... View more
01-12-2021
04:46 PM
|
0
|
1
|
16778
|
|
POST
|
Hi All, I encountered this strange behaviour and thought I would ask the community for some explanation why this is being experienced. In a survey form, I have a photo field that is hidden unless the field preceding it is set to 'no'. When completing the form for a new feature, then the logic is sound, no issues encountered but when I use the Inbox to edit an existing feature, then the below behaviour is encountered: I would expect that one would not be able to edit a photo field in the form from an existing feature but when the yes/no question is toggled, then the photo/folder button do show and I am able to capture and successfully send the captured image. Is this a bug or is there something else causing this? Some insights would be appreciated. Thank you in advance.
... View more
01-12-2021
04:29 PM
|
2
|
11
|
18776
|
|
POST
|
Hi Jason, So you're looking for more of a dynamic filter type. Will the same attributes always have values or is there no consistency or pattern to the populated fields? Based on the responses of Derik Law in this thread, you would not be able to incorporate IF, ELSE statements or make use of Arcade yet but this is apparently on the roadmap. https://community.esri.com/t5/arcgis-dashboards-questions/source-code-for-list-element-in-operations-dashboard/td-p/740444 Regards Alber
... View more
11-23-2020
02:10 PM
|
1
|
1
|
3863
|
|
POST
|
Hi Jason, Yes there is. During the configuration of the List tool in Dashboard, in the Filter section select the field you wish to filter by and then choose "is not null" in the operator's field. This will filter out all values that are null in the List only. Hope his helps. Alber
... View more
11-22-2020
02:25 PM
|
1
|
3
|
3880
|
|
POST
|
Hi, According to Esri's System Requirement document, all Android versions from 6.0 and later are supported. System requirements—ArcGIS Survey123 | Documentation As long as you are on one of the recommended OSs, there should not be any compatibility issues however, if you do encounter any, feel free to contact Esri's Support. Regards, Alber
... View more
11-22-2020
02:17 PM
|
1
|
0
|
2857
|
|
POST
|
Hi Robert, This is a Point feature class so not able to use the table to point tool. The idea here is that I add this arcade script in a Attribute rule in the geodatabase, where features will be inserted and upon insert, the point geometry is to be calculated. Hope that explains it.
... View more
11-08-2020
01:55 PM
|
1
|
1
|
6073
|
|
POST
|
Hi, I need to calculate the geometry of a point feature based on the coordinates in the X and Y fields in the attribute table. In the case below, I am replacing the existing Geometry. The configuration in the Field Calculator to do this looks like this: Once I apply this, the existing point disappears from the map where I'd expect it to display in a new location based on the X and Y coordinates. What am I doing wrong here? Appreciate your assistance.
... View more
11-06-2020
10:37 AM
|
2
|
7
|
6103
|
|
POST
|
Hi Cedric, One possibility is that the sent survey is still in your Sent box. This would only be possible if you enabled the Sent box but could be the cause. This is mentioned in the post below: Prepare for editing existing survey data—ArcGIS Survey123 | Documentation If you did not enable the Sent box, then your filter could be the cause. Regards Alber
... View more
10-29-2020
03:40 PM
|
0
|
0
|
1237
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-29-2021 10:45 PM | |
| 1 | 07-25-2021 04:24 PM | |
| 1 | 11-22-2020 02:17 PM | |
| 2 | 01-12-2021 04:29 PM | |
| 1 | 01-18-2021 06:29 PM |
| Online Status |
Offline
|
| Date Last Visited |
07-18-2022
09:59 PM
|