IDEA
|
%100 agree! We also have to include a 'how to navigate' section on our collections and make sure to include the four squares as our users don't find it intuitive.
... View more
04-15-2025
10:38 AM
|
0
|
0
|
415
|
POST
|
Hi @KevinDonahue3 , I just had a go and am able to paste into the URL text box (as long as the 'link to' box is set to 'URL'. Is that where you're trying to paste?
... View more
03-12-2025
04:02 AM
|
0
|
1
|
1394
|
POST
|
Thanks @YingboDong , yes that works, but is not great for my productivity! Thank you.
... View more
02-25-2025
09:49 AM
|
0
|
0
|
219
|
POST
|
I have the same issue - very frustrating! I don't have KB5050094 available to uninstall. I also can't drag layers across to the geoprocessing panel. I have found the only temporary workaround is to move the map to my primary monitor, which isn't ideal.
... View more
02-25-2025
09:33 AM
|
0
|
2
|
1009
|
POST
|
Thanks @ChristopherCounsell , unfortunately I'm not hosting either of these layers, so my ability to set a join up is limited.
... View more
11-21-2024
03:41 AM
|
0
|
0
|
605
|
BLOG
|
Thanks @TanuHoque , I'm working in AGOL, so sadly no enterprise database to access. I'm also working with layers that are hosted by another provider, so I can't set the relations in the data.
... View more
11-20-2024
10:03 AM
|
0
|
0
|
5990
|
POST
|
Hi all, I've been using this incredibly helpful post (https://community.esri.com/t5/arcgis-online-blog/show-related-data-or-tables-in-pop-ups-with-arcade/bc-p/1560662#M1204) to get my pop-up to show data from a related feature layer. My expression looks like this: //Access 'Facilities' table as a featureset var portal = Portal("https://www.arcgis.com") var facilities = FeatureSetByPortalItem(portal, "1e189022e7064e0e9b1bdaadef6d3b78") //Filter related features by Site ID var varSite = $feature.siteid var filterStatement = 'siteid = @varSite' //related features as a variable var relatedData = Filter(facilities, filterStatement) //Sort related features var relatedDataSorted = Orderby(relatedData,'facilitytype ASC') var popupString = '' var facilityCount = 0 for (var f in relatedDataSorted){ popupString += Text(f.facilitytype) + TextFormatting.NewLine facilityCount=facilityCount+1 } return popupString This works great within the pop-up, but I'm now trying to extend it to the style of the layer, so that I can vary the size of the point depending on the 'Count' (i.e. number of related features). At the moment the code doesn't work at all in the style expression builder - can anyone suggest where I'm going wrong? Many thanks, Helen
... View more
11-20-2024
03:49 AM
|
1
|
4
|
641
|
POST
|
In case it's relevant, this issue arose for me in one of my hosted feature layers after the November 2024 update. It was a bug "Following the ArcGIS Online November Release Hosted Feature layers using British National Grid projection are reprojecting to 0,0.", and the way it showed up was the layer either appeared / disappeared at various random zoom levels, or it didn't show at all. The ESRI UK support team resolved it for me.
... View more
11-20-2024
03:42 AM
|
1
|
0
|
431
|
BLOG
|
This was an incredibly helpful post, thank you! I have this working in a pop-up in MapViewer, but I'm trying to apply the same logic to an expression in the layer style (i.e. count related features and vary the symbol size by number of features). Does anyone know if this is possible?
... View more
11-20-2024
03:33 AM
|
0
|
0
|
6040
|
IDEA
|
Agree that this would be really helpful! It's currently quite labour intensive to move text around a StoryMap. Being able to highlight several sections and move them around together would be great.
... View more
11-20-2024
02:33 AM
|
0
|
0
|
435
|
IDEA
|
It would be great if there was 'hover over' pop-up functionality within ExB. If it were similar to the functionality within the 'media map' instant app that would be great; allowing a pop up box (configured in the usual way within the map viewer) to open when a mouse is hovered over a map feature. Many thanks, Helen
... View more
09-23-2024
08:37 AM
|
6
|
1
|
457
|
POST
|
Hi, does anyone know if it's possible to create a hover over pop up for map features within ExB? It's possible within some of the instant apps and it would be great to replicate the same within Experience Builder. Many thanks, Helen
... View more
09-23-2024
08:24 AM
|
0
|
3
|
1249
|
Title | Kudos | Posted |
---|---|---|
1 | 12-02-2021 01:34 AM | |
1 | 01-17-2022 09:49 AM | |
1 | 11-20-2024 03:49 AM | |
1 | 11-20-2024 03:42 AM | |
1 | 09-03-2024 06:45 AM |
Online Status |
Offline
|
Date Last Visited |
09-05-2025
06:02 AM
|