Bug ID Number |
BUG-000171791 |
Submitted | October 28, 2024 |
Last Modified | December 26, 2024 |
Applies to | ArcGIS Survey123 |
Version found | 3.19 |
Operating System | Windows OS |
Operating System Version | 11.0 64 bit |
Status | Under Consideration
The issue has been reviewed by the development team. It has not been prioritized into a release plan and will be monitored to determine its overall impact. Factors that are considered in the prioritization process include the number of users affected or requesting the functionality, business impact, whether a workaround exists, among others. If a bug is adversely affecting your business, see How To: Escalate a defect (https://support.esri.com/en/technical-article/000024129).
|
Workaround
It is caused by capitalization of fields in dataset, Oracle implements this automatically.
Syntax for queries in default summary can be changed to below to allow for record counts in report to display:
- Selected record count: ${#Events | stats:"count,OBJECTID,COUNT_OBJECTID":"":""} ${COUNT_OBJECTID}${/}
- Total record count: ${#Events|where:"1=1 !important"|stats:"count,OBJECTID, COUNT_OBJECTID":"":""}${COUNT_OBJECTID}${/}
Hashtag (#) allows for query of fields that are capitalized.
Steps to Reproduce