|
POST
|
Hi @ARyanWADNR , Unfortunately, there is no way to force the field app to update. The updating of the app is controlled by the app store. If you are using the mobile device management (MDM) however to manage your devices, you can then force the update and make it required before using the app. Thanks, Ruth
... View more
08-10-2021
11:55 PM
|
0
|
0
|
2334
|
|
POST
|
Hi @BabatopeAdebajo1 Unfortunately, we still cannot identify the issue. It seems like some queries may have the 200 status but return invalid result. If it is possible could you please open the network panel, while the network panel is opened apply the filter again, and then export the request in the network panel using "save all as HAR with content". Please send the HAR file to my email [email protected] , and we will try go through all the request to see which request causes the issue. Thanks, Ruth
... View more
08-09-2021
03:38 AM
|
0
|
0
|
3676
|
|
POST
|
Hi @BabatopeAdebajo1 I am so sorry for the late response. Unfortunately, the error raised in console is not the cause of the issue, and we will need to investigate more on this. Could you please try clicking "Open in Map Viewer", and then use the filter on the map viewer to see if the filter works on Created at or not? If the filter does not work on the map viewer either, then there may be some issue with the feature service. Then, I encourage you to contact the Esri Support and work with an analyst. They will be able to diagnose further and work with you on this. If the filter works on map viewer, then could could you please send us a screenshot of the fields of your main feature layer, like this one: Could you please open your network panel on the developer tool, and then apply the filter again. There should be a failed query request shown in red, and click on the request to see the details? Scroll to the bottom of the header tab, and send us a screenshot of the Query Strings Parameters (please blur the token for safety), and then go to the response tab, expend all section and send us a screenshot of that. Thanks, Ruth
... View more
08-06-2021
02:34 AM
|
0
|
0
|
3727
|
|
POST
|
Hi @ARyanWADNR Thanks for sharing here! The repeat content can be found under feature under repeats in the payload since version 3.10. In other words, the payload does not have the repeat section if the survey is submitted using the field app or web app before version 3.10. Could you please double check the version of your survey and version of the field app? Thanks, Ruth
... View more
08-04-2021
03:09 AM
|
0
|
2
|
2392
|
|
POST
|
Hi @cschooley Thanks for sharing here! If it is possible could you please provide your XLSForm and the CSV table, or share your survey with us, so that we can reproduce the issue? Thanks, Ruth
... View more
08-04-2021
01:42 AM
|
0
|
1
|
1701
|
|
POST
|
Hi @BenBaker1 If you only need to the summary report for all records, you can use the !important filter to ignore the data filter and the this 1000 restriction. Please see the documentation for more information: https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereportqueries.htm#ESRI_SECTION1_34D03ABEE83B49CE82B0B1D8FDCE04D1 For example, when you print the summary report using the sample summary template, no matter what you select in panel, you get the actual total record count in the summary report. So if you print summary report using the sample template you should see the total record count equals to 1018 in your case. If you want to overwrite the selection and the 1000 limitation, use the !important filter. Please note this only works in the summary report, you still cannot print over 1000 individual report at a time. Thanks, Ruth
... View more
08-03-2021
04:42 AM
|
0
|
3
|
3173
|
|
POST
|
Hi @HalilSiddique Thanks for sharing here! I think you still need version 3.13 to fulfill the functionality. The 3.13 version is currently available on BETA website: https://survey123beta.arcgis.com/. If you want to search the postal code in your own feature layer, you can use the search appearance: https://earlyadopter.esri.com/project/article/item.html?cap=e69ef91f45744b98882c651f7b518eb7&arttypeid={5a8e51ed-4a87-43fe-a67d-2b7829af130f}&artid={F91C2CD4-2A42-4CA3-AC7D-755A5C34F811} If you want to search the postal code using a geocoding service, you can see this article for details: https://earlyadopter.esri.com/project/article/item.html?cap=e69ef91f45744b98882c651f7b518eb7&arttypeid={5A8E51ED-4A87-43FE-A67D-2B7829AF130F}&artid={53275B2E-4660-460A-9626-8459CA185691} Thanks, Ruth
... View more
08-02-2021
09:35 AM
|
0
|
1
|
1863
|
|
POST
|
Hi @JCOSNatRes1 Thanks for sharing here! It seems like there is a comma missed in your concat() calculation. Thanks, Ruth
... View more
08-02-2021
08:22 AM
|
1
|
1
|
7765
|
|
POST
|
Hi @AlexP_ You can use URL parameters ?mode=edit&globalId={globalId} to edit a submitted record. The full URL will look like: https://survey123.arcgis.com/share/{surveyId}?mode=edit&globalId={globalId} See this blog for details: https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-web-form-url/ba-p/894722 Thanks, Ruth
... View more
08-02-2021
07:59 AM
|
1
|
0
|
4976
|
|
POST
|
Hi @AlexP_ , Thanks for sharing here! Currently, the search widget on map does not support search feature from layer. However, if you want to select feature without viewing it on map, then you can use the search appearance which is currently available on BETA. You can create an autocomplete question which pulls features from the feature layer. The pulled features can also be filtered using spatial queries, see details below: https://earlyadopter.esri.com/project/article/item.html?cap=e69ef91f45744b98882c651f7b518eb7&arttypeid={5a8e51ed-4a87-43fe-a67d-2b7829af130f}&artid={F91C2CD4-2A42-4CA3-AC7D-755A5C34F811} I will log your feature request in our internal repo, meanwhile, I encourage you to contact Esri Support. Our Support team will assign an official enhancement case number for your records. This number can be used to search for and subscribe to the enhancement on the Esri Support site. If the enhancement is requested by other customers it will be attached to the same enhancement case, which helps us assess the impact of the issue and prioritize it accordingly. Thanks, Ruth
... View more
08-02-2021
07:16 AM
|
3
|
0
|
3686
|
|
POST
|
Hi @EPAHUNT1 As Zhifang replied, the issue has been fixed. You don't need to modify your template, and the report should be generated without issue. For your question related to workaround, what I meant is to extract the repeat section out as a new survey, then report can be generated on each repeat instance. For example, here is the original survey: question_1 repeat_1 question_2 question_3 Then, you can create a new survey from the repeat_1 (feature layer of the original survey), and only keep question_2 and question_3 in the new survey. For the new survey, each repeat instance becomes a record, then the report can be generated for each repeat instance. Thanks, Ruth
... View more
08-01-2021
08:05 PM
|
0
|
0
|
4246
|
|
POST
|
Hi @EPAHUNT1 , The 10 min limitation issue is handled on 3.12 July update which will be available soon, and I will reply to this post once the build is ready. To find the failed job id, you need to go to the Survey123 Website Data page, open the report panel, click Recent tasks button on the bottom, and view the details of the failed task which will let you know the failed object ids: Then, you can use the filter tool on the data tab to filter the data. Thanks, Ruth
... View more
07-26-2021
07:45 PM
|
0
|
2
|
4268
|
|
POST
|
Hi @ryanEvanczyk There is a tool called Upgrade Attachments in ArcGIS Pro that can be used to add the keywords field to the attachment. After that, you may need to add the associate questionName to each attachment which may take some effort. Basically, you have to export all images and add them again with keywords. Here is the related DOC: https://support.esri.com/en/technical-article/000024606 A post with the Python script to automate the work: https://community.esri.com/t5/arcgis-survey123-questions/is-there-an-easy-way-to-update-the-keyword/m-p/862537#M26135 Or, as you said you could use the below syntax to print a specific image. ${$image | src:"https://upload.wikimedia.org/wikipedia/commons/1/13/Esri_Headquarters%2C_Building_Q.jpg" | size:400:0} Thanks, Ruth
... View more
07-26-2021
05:46 AM
|
1
|
0
|
3591
|
|
POST
|
Hi @Hussam_AlJabri , Thanks for the reproduce case, my email address is [email protected]. We found the potential reason by tracing the code, it may be caused by the wrongly calculated top value in a certain network or the computation condition. Since we cannot reproduce it, our fix may not be effective, your reproduce case will be really helpful! Thanks, Ruth
... View more
07-25-2021
08:21 PM
|
1
|
1
|
5259
|
|
POST
|
Hi @BabatopeAdebajo1 , Thanks for sharing here! The date &time are actually converted and stored in Coordinated Universal Time, and the website will convert again and show it in the specified format, so if you append &locale=en-gb to your URL, the data will be displayed in the UK format. Could you please provide more information on this issue so that we can reproduce and identify the issue? For example, what is the error msg you saw when you use CreatedAt field to filter the data, what is shown in the browser console (it can be opened using F12). Thanks, Ruth
... View more
07-20-2021
04:11 AM
|
0
|
1
|
3801
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 6 | 3 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|