BLOG
|
Hey again Xander Bakker This expression produces the correct values in the popup, but the web map table displays 'Data Error'. I removed a Visible Scale setting on the layer so that the layer is visible when the map is launched. When I reloaded the map, the attribute table would display a hyperlink saying 'Show', and when clicked it would display the correct result. When opening the Web AppBuilder Attribute Table, the attribute columns still display '[object Promise]' when using the new Arcade expression and after removing the Scale Visibility setting. The web map and application are hosted in AGO, the data is in a local enterprise geodatabase and being served through ArcGIS Server as a Feature Layer. The map services were published using ArcMap.
... View more
02-13-2020
11:20 AM
|
0
|
0
|
542
|
BLOG
|
Hey Xander Bakker, The Arcade expression is returning a string. The web map attribute table shows the expression attribute columns and the values say 'Show' and appear like a hyperlink (blue and clickable). When 'Show' is clicked, the 'Show' value disappears and the cell is empty. For a few minutes yesterday, clicking 'Show' would display the correct result from the Arcade expression. In Web AppBuilder, the Attribute Table widget displays the attribute columns for the Arcade expressions, but the value for all of them is text that says '[object Promise]'. This can be seen in the web application (ArcGIS Web Application ) by opening the Attribute Table. Taxpayer Name, Taxpayer Address Line 1, Taxpayer Address Line 2, Parcel ID, and Homestead Description are all Arcade expressions that return '[object Promise]' in the cell. The correct value displays in the map popup. The Arcade expression for Taxpayer Name is as follows. Note that this is used for each expression and the only difference in each of them is the name of the attribute returned from the intersecting layer. var intersectLayer = Intersects(FeatureSetByName($map,"Tax Parcels"), $feature); for (var i in intersectLayer) { return i.TAXPAYER_NAME }
... View more
02-13-2020
10:10 AM
|
0
|
0
|
542
|
POST
|
We were unsuccessful with the current versions of Survey123 Connect until more feedback came through the thread. The additional information led us to finally being able to successfully publish and share the survey in the location desired and for the users needing it. We no longer need a previous version.
... View more
02-12-2020
10:49 AM
|
0
|
0
|
122
|
BLOG
|
Hi Kelly Gerrow, Have you encountered expressions like this returning 'Show' hyperlink in the web map table, or '[object promise]' in Web AppBuilder's Attribute Table for features that have this type of Arcade expression that pulls attribute values from an intersecting layer? Kyle
... View more
02-12-2020
10:18 AM
|
0
|
0
|
542
|
POST
|
We have configured an Arcade expression in a Table popup. There is a 1:M relationship between a point layer and this Table. The resulting value of the Arcade expression is successful. However, when viewing the Table's attribute table in the map viewer, a blue hyperlink is displayed in the expression attribute column with the value 'Show', but when clicking it displays 'Data Error'. When saving the map and attempting to view the table using the Web AppBuilder Attribute Table widget, no records display when viewing the Table's attributes. The following expression returns a successful value, but displays as 'Data Error' when viewing in the attribute table. var signTable = FeatureSetByRelationshipName($feature, "RoadSign"); var results = ""; for (var r in signTable) { results =+ r.SignID } return results Need to be able to view the related Table with attributes grabbed from the related feature layer. Thoughts or ideas?
... View more
02-05-2020
11:47 AM
|
0
|
1
|
135
|
POST
|
My question is the same. Where can we download a previous version of Survey123 Connect?
... View more
01-31-2020
07:26 AM
|
1
|
2
|
122
|
POST
|
We experience this issue as well where the map selected in Survey123 Connect is not the same map that displays when the survey is published in accessed in a web browser. Has set us back. Will plan to use something other than Survey123 if we can't find a solution with this or one of the older versions of Connect.
... View more
01-31-2020
06:59 AM
|
0
|
4
|
145
|
POST
|
Have any experienced using ArcGIS Pro Spatial Join tool to join the attributes from one feature to another based on spatial relationship, gotten the output layer created with the correct attributes, but got all null values for the joined attributes when using layers added to the map as feature services? The coordinate systems are the same. This process works successfully using AGO Map Viewer and the appropriate Analysis tool, but not in ArcGIS Pro when I attempted. Any other similar experiences, thoughts, or suggestions? Things I should be considering?
... View more
12-04-2019
07:02 AM
|
0
|
0
|
69
|
POST
|
I'm unable to find, right away anyways, where the label configuration is. My asks for labeling in the new map viewer beta. If a label doesn't fit inside of a polygon, don't display it. This helps to avoid clutter, and indicates to the user that they must zoom in closer in order to view any label associated with the feature. Option for polyline and polyline labels to follow the curvature of the feature. Removing duplicate labels if they appear near one another. Support for stacked labels (multiline). There are currently creative workarounds for labels on point layers in the current map viewer, but not for polyline or polygon layers.
... View more
11-20-2019
06:34 AM
|
1
|
3
|
114
|
POST
|
Hi Sarah! My sorries for neglecting this! I've checked this now, and it seems that loading time may have simply been slow. On a similar note, do you know if the search results supports showing related data? Kyle
... View more
08-08-2019
02:47 PM
|
0
|
1
|
128
|
Online Status |
Offline
|
Date Last Visited |
a week ago
|