|
IDEA
|
The current Filter Widget behavior is: - if data source = "default", Filter applies to map widget and every Widget accessing that dataset regardless of whether widgets are sourcing "default" or a data view - if data source = data view, Filter applies to widgets where data source = data view, but does not apply to map widget I would like to suggest that either: - Filter data source = "default" only applies filter to widgets where data source = "default" Or - Filter can apply to map automatically regardless of data source, with an option to turn map filtering on or off Thank you!
... View more
03-08-2023
12:59 PM
|
0
|
0
|
673
|
|
POST
|
I am embedding a dashboard in experiencebuilder via a URL. In this case, I am not using URL parameters. My issue is that the embed widget is reloading the dashboard every time I navigate away from the page or view and then return. The behavior I expect is for the embed widget to load once and not need to reload if I navigate away. Steps: 1. Add embed widget to a view 2. Embed dashboard URL in widget 3. Ensure Autorefresh is 'off' 4. Navigate to different view, and then return to original view 5. Embedded dashboard reloads I have experienced this on Chrome and Edge.
... View more
03-08-2023
12:52 PM
|
0
|
4
|
2771
|
|
IDEA
|
Right now, the EB query widget spatial filters will generate outputs showing the attributes of spatial datasets that fit the chosen spatial relationship, but does not generate spatial information specific to the relationship. I would like the option to also get the area of intersect between spatial filters and the query layers, for example.
... View more
12-15-2022
10:08 AM
|
3
|
0
|
798
|
|
IDEA
|
Would like to have the option of creating a custom template (HTML or PDF) for Query Widget results to be fed into. Right now, the report takes the form of an attribute table and allows for basic customization of the header in HTML (which is a nice feature!). I would like to be able to generate an HTML or PDF report that allows for more control over look and feel, and which can be made available to the user for download.
... View more
12-15-2022
10:03 AM
|
14
|
5
|
3420
|
|
IDEA
|
Currently, you can get results for one query layer within a defined area using the query widget. However, if you want results for multiple query layers, you need to do so layer by layer, and you can't carry the same drawn shape between those layers. I would like to have the option to apply spatial filters (filter layers, drawn shapes, or map extent) to all desired query layers at once and generate an output showing the results of all queries. For example: Query Layers: nest site points, stream network lines, land use polygons Filter Layer: custom AOI 1. Draw custom AOI 2. Select Query Layers to act on, eg: Nest Sites & Land Use 3. Return results for selected query layers within custom AOI
... View more
12-15-2022
09:56 AM
|
2
|
0
|
758
|
|
POST
|
I have a convoluted workaround involving the List widget... I know the List widget used to autoselect the first record upon opening the app, which was nifty, though it doesn't seem to do that any more / I can't figure out how to do it again. However, it can still be used in a different way. 1. Create a Section. First 'View' is a List widget, second 'View' is the survey embed. Use the URL parameter for the survey embed, as mentioned in the original post. 2. For the List Widget: In 'Action > Message Action', add a trigger for 'Record Selection Changes'. Select 'Framework'. 'Trigger Data' should be the feature you're selecting in the map, and 'Action Data' should be the feature that is informing the Embed widget. These will probably be the exact same feature (so they will be auto-bound), but if not, they should connect on the 'GlobalID' field. 3. Add a Button to the List Widget to link to your second / Survey123 view. Style the rest of the List Widget as you like - I used this as a way for users to check the data of the point they selected before editing, and labeled the Button as "Edit Information". (I no longer have access to the app I built for this post, but this is the idea:) 4. When the user clicks the button, it should take them to a loaded Survey123 view, since clicking the item on the List selects the associated record across the framework. 5. Make sure you have a button on the second View to get back to the list! The only downside is that if the user clicks the map while in the Survey123 view, it will unselect the feature and throw the error again... usually I put text like 'Select Point on Map to Edit' above the Survey123 widget, just in case. Hopefully that helps... it's the best I've come up with, though hopefully ESRI is working on a way to auto-select the first record or something because so many of their widgets have this issue with looking funky before things are selected! If you find a better solution, too, please let me know!
... View more
05-17-2022
09:03 AM
|
1
|
0
|
5412
|
|
IDEA
|
@Anonymous User Thank you! I was very happy to see the update, fantastic stuff happening in the Arcade world!
... View more
01-24-2022
03:05 PM
|
0
|
0
|
3809
|
|
IDEA
|
@EmmaHatcher If you are not using Arcade expressions for your pop-ups, ExperienceBuilder has a lot of ways to dynamically display content without having to rely on the Feature Info widget. To make a "version" of the Feature Info widget, for example, you can connect a Text Widget to your data and use the Dynamic Content option to read data from the dataset. The limitations are that you cannot use complex Arcade expressions or directly edit the HTML when working with dynamic content (the latter may eventually be available with the Embed Widget), and it might look wonky when nothing is selected... but this could solve some of the problems with displaying content differently from the pop-up, at the very least? The List Widget is another option that gets around the "things looking wonky" problem. Not perfect solutions, but hey.
... View more
01-20-2022
11:05 AM
|
0
|
0
|
6987
|
|
IDEA
|
@ShengdiZhang I am having an issue where if I disable pop-ups in this way, one of my maps will no longer allow me to select features, thus preventing the Feature Info widget from operating as it should. Strangely, it is only happening on one of my maps - the rest allow me to select features when pop-ups are disabled. Do you have any ideas why this might be? I am trying to trouble-shoot, but having little luck... the configuration/settings of the different maps and hosted feature layers are the same. EDIT: I figured it out; it's because the layer I was trying to select was stored in a group in the new MapViewer. Once I moved it out of the group, I was able to select it (and populate a Feature Info widget) when pop-ups were disabled. Must be a bug around grouping?
... View more
01-20-2022
10:50 AM
|
0
|
0
|
6989
|
|
POST
|
Well, that was a simple solution! Thank you for the response - I'm currently on emergency deployment and some extra brain power is much appreciated!
... View more
12-01-2021
08:05 AM
|
0
|
0
|
5672
|
|
POST
|
Issue: when attempting to use 'Edit' option within Survey123 widget in EB, the error "Editing is not possible because the globalId parameter was not provided" appears. Purpose of app: to allow a manager to view and edit points collected in the field using a Survey123 form. Situation: Survey123 widget added & configured: Survey: connected to existing Mode: "Edit an existing record" Choose existing data: map containing survey data selected, survey layer selected Widget loads, but this error is given: Troubleshooting: Checked that 'GlobalID' field is turned on in Survey123 platform - it is Checked that 'GlobalID' field is turned on in AGO item page - doesn't seem that I can turn the field on in here, could this be the problem? Checked that 'GlobalID' field is appearing within Experience Builder - it is Not sure where to go from here... am I missing something, or is this a bug? Workaround: I am currently using the embed widget with a URL parameter for editing the survey (add ?mode=edit&globalId={GlobalID} to the end of the survey URL in embed widget), which is working. Unfortunately, it does not load on startup, and once I have connected with the survey through that URL it frequently triggers a 'Leave site?' dialogue when moving between points. I am hoping to improve the user experience by using the Survey123 widget itself.
... View more
11-30-2021
11:52 AM
|
0
|
5
|
5738
|
|
POST
|
Thank you for the input - I agree with this, and have had the same experience as far as the selection obstructing the user view / clearing the selection being unintuitive.
... View more
11-15-2021
03:53 PM
|
0
|
0
|
6077
|
|
POST
|
@PaulBarker Coming to this thread with the same issue as the other users.... do you know if there are any plans to implement this before the end of the year? Thanks!
... View more
10-15-2021
08:05 AM
|
0
|
0
|
5253
|
|
IDEA
|
I had this thought while browsing through Create HTML for popup with Arcade? , as a potential workaround to one aspect of the issue - having the ability to display related data as a table, rather than a list. This is how my data (feature:standalone table, 1:Many) is currently displayed. Unfortunately, it is quite clunky/busy, and without being able to apply any HTML formatting via Arcade it's difficult to improve the user experience: Within Arcade, however, it is possible to return a table object. For example: Unfortunately, this table object is not viewable within a pop-up (this is Map Viewer; Map Viewer Classic is simply blank): While I still think that allowing Arcade to build HTML expressions is the best solution here, I am wondering if allowing the Table object to be used in a pop-up might be a faster solution / easier to implement in the meantime. Especially with those of us struggling to display related data! (And, if this is already possible, I would appreciate being pointed in the direction of the solution - my googling has not returned anything useful!)
... View more
10-01-2021
10:27 AM
|
1
|
3
|
3932
|
|
POST
|
Hi, thank you for the quick response! The source order appears to be fixed! However, I am still getting the initial dropdown, which filters the map upon click, and then a second drop-down that I need to click in order to 'select' the feature. It looks somewhat different, so I have updated my original post in case it helps. I tried clearing my browser cache in case that was causing the issue to persist - let me know if there are any other steps I should try if it seems the problem is on my end!
... View more
09-27-2021
09:14 AM
|
1
|
0
|
6355
|
| Title | Kudos | Posted |
|---|---|---|
| 7 | 02-23-2026 12:25 PM | |
| 6 | 02-23-2026 12:50 PM | |
| 11 | 02-23-2026 12:34 PM | |
| 7 | 02-23-2026 01:00 PM | |
| 2 | 02-03-2025 01:51 PM |
| Online Status |
Offline
|
| Date Last Visited |
05-08-2026
01:29 PM
|