|
POST
|
Hi @ElizabethHovsepian Sorry for the late response, and thanks for sharing the issue here. The appearance of the checkbox is actually determined by the operation system and the output format. Therefore, if you generate report in pdf format, the checkboxes will have the same size. I will log the issue you encounter and I will reply to this post if the issue is fixed. I also encourage you to contact Esri Support. Our Support team will assign an official bug number for your records. This number can be used to search for and subscribe to the bug on the Esri Support site. If the issue is reported by other customers it will be attached to the same bug report, which helps us assess the impact of the issue and prioritize it accordingly. Thanks, Ruth
... View more
06-30-2021
02:42 AM
|
0
|
0
|
1168
|
|
BLOG
|
Hi @PatrickHassett The error is returned by the encodeUrlParams REST API, and the request is sent to portal to verify the token. Could you please provide more info relates to the portal? For example, what is the authentication method used by the portal (IWA/SAML/Built-in)? Can it be accessed from external network? Thanks, Ruth
... View more
06-30-2021
12:49 AM
|
0
|
0
|
9124
|
|
POST
|
Hi @MarissaReed Thanks for the sample survey, the issue you mentioned is an known issue, we will reply to this post once the issue is fixed. Here is a workaround for this issue, change the relevant of the hotline_calls to: ${field_coordinatorlead_jobs}='Hot_Line_Calls' and ${field_coordinatorlead_}='Yes' Then, this Hotline Calls question will only appear when Field Coordinator/Lead: Yes and Jobs: Hotline Calls. Thanks, Ruth
... View more
06-29-2021
11:59 PM
|
1
|
0
|
2712
|
|
POST
|
Hi @JerryEnoe Apologies for the delay. If it is possible could you please share your report template here so that we can reproduce the issue? Thanks, Ruth
... View more
06-29-2021
06:04 AM
|
0
|
0
|
886
|
|
POST
|
Hi @Tim-Woodfield Apologies for the delay. If it is possible could you please share your report template here so that we can reproduce the issue? Thanks, Ruth
... View more
06-29-2021
06:03 AM
|
0
|
0
|
750
|
|
POST
|
Hi @ryanEvanczyk Sorry for the late response. I think the possible cause of the issue is that the web app only supports decimal date-time format right now, while the field app supports both UNIX(epoch) date-time formats. Although I cannot reproduce the issue using the formula you provided, I guess the age is calculated and submitted on the field app originally, and then you edit the data using the form view which is web app. The web app recalculates the age and returns the incorrect 0. To make the age calculation work on both field app and web app, you need to change the calculation formula to use the decimal date-time format. Try this in the calculation of pt_age: (decimal-date-time(today()) - decimal-date-time(${pt_dobstring})) div 365.250 Another workaround is to change the note question to text (please note the question cannot be set to read-only), then the field will not be automatically recalculated on the web app. Please be careful since the question type change may affect the data you already collected. I suggest you try the first option, if it does not work, please feel free the reply, I will get back to you ASAP. If it is possible please let me know what is in your ${form_incident}, it will help us reproduce the issue you encountered. Thanks, Ruth
... View more
06-29-2021
05:53 AM
|
1
|
1
|
1370
|
|
POST
|
Hi @JulietK It is nice to hear that once() solves the issue. If it is possible could you please provide us more information so that we can reproduce and fix the issue? e.g. What is the calculation formula used in the field 'bagparentq'? Does clicking the + button trigger the value change of field 'bagparentq'? Thanks a lot, Ruth
... View more
06-29-2021
02:57 AM
|
0
|
1
|
5094
|
|
POST
|
Hi @SaraMiller @OliviaHurd @Todd @WerkgroepGIS , The fix for this issue is already on production, the analyze and data pages should work fine now, could you please try again and let us know if there is any problem? Thanks, Ruth
... View more
05-16-2021
07:59 PM
|
0
|
0
|
3470
|
|
POST
|
Hi Keith @KeithGerhartz1 The issue related to the hidden navbar appears when the error msg appears has already been fixed. Could you please help us verify the fix if it is possible? Please feel free to leave comments if the issue still exists. Thanks, Ruth
... View more
12-21-2020
12:30 AM
|
1
|
0
|
1704
|
|
BLOG
|
Hi Keith @KeithGerhartz1 The issue related to the hidden navbar appears when the error msg appears has already been fixed. Could you please help us verify the fix if it is possible? Please feel free to leave comments if the issue still exists. Thanks, Ruth
... View more
12-21-2020
12:29 AM
|
1
|
0
|
74824
|
|
BLOG
|
Hi @hgaignard The issue you saw with the error "Viewing is not possible because the globalId parameter was not provided" with encodeUrlParams has been fixed. Could you please help us verify the fix if it is possible? Thanks, Ruth
... View more
12-20-2020
11:43 PM
|
1
|
0
|
11374
|
|
POST
|
Hi Jim, @Anonymous User We have fixed the BUG-000133407 (A non-administrative member in ArcGIS Online is unable to view the full results of a survey in the Data tab in survey123.arcgis.com from a survey containing repeats when the survey is shared to a group or organization.) which might be the cause of the issue you mentioned. Could you please help us verify the fix on the Survey123? Please feel free to leave comments here if you still see the issue. Thanks, Ruth
... View more
12-20-2020
10:45 PM
|
0
|
0
|
2187
|
|
POST
|
Hi Bill, @RalphPlummer We have fixed the BUG-000133407 (A non-administrative member in ArcGIS Online is unable to view the full results of a survey in the Data tab in survey123.arcgis.com from a survey containing repeats when the survey is shared to a group or organization.) which might be the cause of the issue you mentioned. Could you please help us verify the fix on the Survey123? Please feel free to leave comments here if you still see the issue. Thanks, Ruth
... View more
12-20-2020
10:43 PM
|
0
|
1
|
2796
|
|
POST
|
Hi Robert, Thanks for raising the issue here, it seems like an issue with the individual response panel. Our team will look into this issue, and reply to this post with any updates. Thanks, Ruth
... View more
12-10-2020
07:43 AM
|
0
|
0
|
1229
|
|
POST
|
Hello, If I understand your idea correctly, what you need is to query an existing object based on some information of another object. Then, this GeoNet post https://community.esri.com/t5/arcgis-survey123-questions/survey123-spatial-analysis-overlapping-polygons which introduces pulldata JavaScript might be helpful to you. In the GeoNet post, I query another object based on the spatial relationship overlay. If you don't have a known query criterion, and you just want to select another object on the map as you mentioned above, you then need to first get the coordinate first, and query for the object using the coordinate. Thanks, Ruth
... View more
12-02-2020
02:21 AM
|
0
|
2
|
1078
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-24-2026 12:50 AM | |
| 1 | 04-13-2026 07:59 AM | |
| 2 | 04-07-2026 03:11 AM | |
| 1 | 03-31-2026 02:59 AM | |
| 2 | 02-24-2026 07:32 PM |
| Online Status |
Offline
|
| Date Last Visited |
4 weeks ago
|