|
IDEA
|
Make the Query widget execute when Enter is pressed after entering a query term, instead of needing to click "Apply". This is a minor complaint, but also seems like an easy fix to make it match the behavior of the Query widget in WAB.
... View more
12-01-2023
12:00 PM
|
15
|
1
|
519
|
|
POST
|
There's a thread on this that might be of interest: Please ensure gssapi is installed - Esri Community But an easy fix might be to just use gis = GIS("pro") instead.
... View more
12-01-2023
11:48 AM
|
0
|
3
|
1388
|
|
POST
|
FYI to all, the functionality to open a popup on search results (or from any widget-initiated selection: query, list, etc.) was included with the last AGOL update. It's a setting in the Map widget ("Show popup upon feature selection"). However, there's a bug that causes the popup to be blank if the feature service was published from Pro (instead of directly in AGOL): BUG-000162942 for ArcGIS Experience Builder (esri.com) @EricPescatore @apgis16
... View more
11-27-2023
10:32 AM
|
1
|
1
|
2849
|
|
POST
|
Thanks @TonghuiMing - so for the time being, all layers must be in Web Mercator projection if using an Esri basemap, if one wishes to use this feature?
... View more
11-17-2023
08:23 AM
|
1
|
0
|
3995
|
|
POST
|
The new "Show popup upon feature selection" in the Map widget doesn't seem to be working properly. I have a map with valid popup configurations that display properly when I open the experience and click on a feature: However, if I search for any feature, the popup shows blank: Furthermore, now I can't see the popup for any feature in any layer, even ones I haven't searched on, until I refresh. Showing the popup on feature selection breaks the popups for the entire experience until it's refreshed. This isn't limited to the search widget. Here's a brand-new session where I'm selecting from the Query widget: It's not limited to one layer; it happens on all layers. I even tried spinning up a new experience and got the same behavior. Has anyone else come across this? Any thoughts, ExB team?
... View more
11-16-2023
07:32 PM
|
0
|
17
|
5223
|
|
POST
|
HI Jared, here's what I do in that case. I create a second web map just for the FeatureInfo popup configuration (you could also just configure the default popup on the service, but I noticed some buggy behavior doing it that way). Then on the main map I either disable the popup on the layer being used in the FeatureInfo widget or just make the popup say something like "see details in left pane", so the popup isn't duplicated. Then add the new map to your ExB project and point the FeatureInfo widget to the layer on the new map and make your Search widget and map widget select its records when searched/clicked. Here's an example. To my knowledge, it's not currently possible to automatically show a feature's popup on the map when returned as a search result. The FeatureInfo widget is an imperfect workaround.
... View more
10-20-2023
10:28 AM
|
0
|
0
|
9053
|
|
POST
|
You have two columns named "Total Enrolments_P". (Column F and Column AB).
... View more
08-14-2023
07:00 PM
|
0
|
3
|
3202
|
|
POST
|
Hi Jansen, this might work for your purposes: 1. Open the dashboard in Chrome/Edge and press CTRL-SHIFT-I to open developer tools. 2. Press CTRL-SHIFT-M to toggle on device emulation. 3. Make sure Dimensions: Responsive is selected at the top of the window, then enter an appropriate resolution. 3000x2000 seems to give a good resolution for a 36x24, but you can experiment. 4. Select DPR: 3.0: 5. Click the three dots and select Capture Full Size Screenshot: Wait a few moments and Chrome/Edge will create a PNG in your downloads.
... View more
08-14-2023
05:47 PM
|
2
|
0
|
1750
|
|
POST
|
Make sure you don't have any null fields (empty columns) in the CSV.
... View more
08-14-2023
05:06 PM
|
0
|
7
|
3282
|
|
POST
|
For now, we're just going to modify the API code and self-host. In case anyone needs to have access to this parameter (or any other web form URL parameter not available in the Survey123WebFormOptions class), you can add: const qqq = this.recalculate;
qqq && (t.recalculate = qqq); to the getUrlQueryString() function of the Web Form API, then add a recalculate parameter to the web form instance in index.html, like so: const webform = new Survey123WebForm({
clientId: 'uWqBqfybE4SWiQJL',
container: 'formDiv',
portalUrl: 'https://gis.example.com/portal',
mode: 'edit',
globalId: globalid,
itemId: '5780e99999904bb9b981b7a99999999',
recalculate: 'field:Reinspect_Status,field:Scenario_Types,field:Scenario_Components', @JamesTedrick: We'd love to see this available in a future version of the web form API, if possible!
... View more
08-14-2023
12:33 PM
|
0
|
0
|
1232
|
|
POST
|
I've made a custom Survey123 form using the Web App JavaScript API, which works great. However, I need to submit the form request while passing field names to the recalculate parameter, and I don't see this property in the documentation for the Survey123WebFormOptions class. I can set mode, portalURL, version, etc. through the API, but not recalculate. Does anyone know if this is possible without modifying and self-hosting the API code?
... View more
08-11-2023
03:20 PM
|
1
|
1
|
1320
|
|
POST
|
Hey Jonathan, What are you trying to do exactly? The FeatureInfo widget just uses a popup configuration, so really you're just using Arcade to configure a popup, which is a pretty broad topic. If you have a specific goal in mind, I'm happy to see if I can help.
... View more
03-09-2023
02:47 PM
|
2
|
1
|
10085
|
|
POST
|
Thanks again Barbara. I think one of these approaches will meet our needs.
... View more
02-07-2023
12:54 PM
|
0
|
1
|
1504
|
|
POST
|
Thanks so much Barbara! I was able to get that to work, but I had to pull the leftmost three columns (parent info) out of the table; otherwise, I got "Failed to parse ${FACILITYID} since FACILITYID cannot be found in the current parsing scope.". So, I was able to do this: But I was unable to put it all in a line in a single table, like the example in my post. Is it possible to put the parent info and a single related record in a table row within a single table? I tried putting the open/close parent tags both inside the table and outside the table, and both gave the parsing scope error on the first attribute the template was attempting to pull from the parent table.
... View more
02-07-2023
12:23 PM
|
0
|
3
|
1512
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-24-2024 12:44 PM | |
| 1 | 08-13-2024 11:31 AM | |
| 1 | 02-06-2023 05:52 PM | |
| 1 | 09-05-2020 01:13 PM | |
| 2 | 12-24-2024 11:19 AM |
| Online Status |
Offline
|
| Date Last Visited |
09-16-2025
04:51 PM
|