|
POST
|
I am running into the same usability issues described by @Markbe_utco when using a single map. With many layers, managing visibility becomes confusing and time consuming, especially for end users. The need to toggle layers on and off in both lists just to compare two layers is not intuitive and really reduces the usability of the tool. It is a shame, because it is a cool tool. It would be great to see this workflow simplified in the future.
... View more
|
1
|
0
|
38
|
|
POST
|
Thank you for the clarification. I would like to add my vote for this as an enhancement request as well. Without this capability, using the Swipe widget can be more frustrating than helpful, especially for users who expect the imagery or other selected layers to turn off when the widget is closed. Automatically disabling those layers would really improve the user experience. Thanks for passing this along for consideration.
... View more
|
0
|
0
|
22
|
|
POST
|
Hi David, are these tutorials still available? The links are broken. Thanks!
... View more
04-07-2025
11:49 AM
|
0
|
0
|
213
|
|
POST
|
Thanks for the links, but I’m looking for a way to do this in ArcGIS Online, without a portal or a server.
... View more
09-19-2024
12:50 PM
|
0
|
2
|
1691
|
|
POST
|
The goal is to print it with the map on the same page, next to other elements like the scale bar, legend, etc.
... View more
09-19-2024
09:38 AM
|
0
|
4
|
1714
|
|
POST
|
Hi everyone, I'm trying to understand how to enable users to print feature attributes within Experience Builder in AGOL without publishing a template from a server and without requiring a Professional or Professional Plus license. I understand the need for advanced functionality with higher licenses, but printing basic feature attributes seems like a core function. Is there a workaround or alternative approach for users without Professional/Plus access? Thanks
... View more
09-18-2024
12:07 PM
|
0
|
6
|
1788
|
|
POST
|
I have a point layer with (1:M) related tables; I use Field Maps for adding/updating the geometry and Survey123 for the forms (related tables). The layer has a unique ID field that is created with this code: Text(Now(), 'MM DD Y hh mm ss'). This ID is the common key between the geometry and the tables. (I prefer using this readable ID over GlobalID). The problem is that if I later update the location or any of the attributes of the point, the ID changes as well (based on the time of the updates), and it breaks the relationships between the geometry and the related table (that is still referring to the original ID). Is there a way to prevent updating certain attributes when editing, so the ID is generated and assigned only during the initial creation of the point feature?
... View more
12-20-2023
09:27 AM
|
0
|
6
|
2159
|
|
POST
|
As promised by esri, yesterday’s release fixed this problem - users can now use the All checkbox to turn every source on or off. https://doc.arcgis.com/en/experience-builder/latest/get-started/whats-new.htm
... View more
10-26-2023
09:04 AM
|
0
|
0
|
1565
|
|
IDEA
|
It would be helpful to add headers to each side of the imagery viewer app when using the Swipe tool. I configured the app using aerial images from four different years, so the users can select which year to view on each side of the swipe slider. A header showing the selected year on each side can help the users remember which years they chose for which side. (See suggested example below). I know that users can keep the imagery viewer/selector open to see the selected images, but it covers part of the screen.
... View more
08-11-2023
11:15 AM
|
0
|
0
|
483
|
|
IDEA
|
@JessicaShue , I also encountered a similar problem where I could not update or submit new points after clearing the list. I tried the solution that @Woodpecker suggested, and it works, but then after clearing the list the comma stayed at the beginning of the list, and it looked like this: , yellow, blue, red... I tried a different approach and added it to the original code. See below. After cleaning the list, the Options field shows the ‘Clear List’ value, and the Options_List field shows the ‘empty’ value, but if you tap the X in the Options field, it clears them both, and you can then submit a cleared field. See the attached screenshots. var selection = $feature["Options"]; var thisFieldValue = $feature["Options_List"]; if (selection == "Clear List") { return 'empty'; } else if (IsEmpty(thisFieldValue)) { return selection; } else if (thisFieldValue == "empty") { return selection; } else if (thisFieldValue == "Clear List") { return ''; } else if (Find(selection, thisFieldValue) != -1) { return thisFieldValue; } else { return thisFieldValue + ', ' + selection; } I hope it helps. @Woodpecker - thanks a lot for sharing the original code!
... View more
07-31-2023
04:40 PM
|
0
|
0
|
5566
|
|
POST
|
I’m desperately looking for a way to toggle off all layers from the search widget in ArcGIS Experience Builder. Currently, you can toggle all the layers On from the search widget, but you have to manually deselect each layer. It would be more useful if there was a way to uncheck the ‘All’ option, to deselect all layers. I have a map with over 30 layers. In Web AppBuilder there is an option to search all layers or only one layer by selecting it from the layer’s list. In Experience Builder, if you want to search only one layer, you need to deselect every other layer individually. Doing this with so many layers is not practical. I contacted Esri about it a year ago, and they added it to their enhancements list, but it is ‘under consideration’ with low priority, which means that it will probably never going to happen. Web AppBuilder will retire in a year, and I need a solution. Without this option I can’t transfer the app from Web AppBuilder to Experience Builder. Am I the only one who encountered this issue? Any suggestions? Solutions? Thanks
... View more
07-03-2023
12:40 PM
|
1
|
2
|
1754
|
|
POST
|
Thanks a lot! This is exactly what I was looking for.
... View more
05-15-2023
12:24 PM
|
0
|
0
|
658
|
|
POST
|
Thanks a lot! It looks like what I need. I will give it a try.
... View more
05-11-2023
01:31 PM
|
0
|
0
|
2774
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Friday | |
| 1 | 08-19-2022 10:22 AM | |
| 1 | 08-25-2022 11:30 AM | |
| 1 | 03-25-2022 12:08 PM | |
| 1 | 12-21-2023 10:27 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|