|
POST
|
Hi I have a set of overlapping points (1X, 20Z, 1A, 50D, 2B), and I would like to get the min and max values Min: 1A, Max: 50D. The tool "Summarize attribute" get the min and max of integer. How do you get the min and max of string + integer automatically? Would you please let me know if there are any tools or codes available? Thanks
... View more
11-28-2021
11:21 PM
|
0
|
2
|
1645
|
|
POST
|
Hi Is there is a way to export a GEOPDF with some layers as an image in ArcGIS Pro?. For example, if I have four layers in total, I only want one layer to turn on and off, and the rest appear as an image. Please let me know if there is a solution. Thanks
... View more
10-31-2021
07:02 PM
|
0
|
3
|
1697
|
|
POST
|
Hi I am working with Experience Builder and button widget I connect the button with the suburb layer, so each time I select a suburb will appear in the button the name of the suburb but if I do not choose any suburb to appear by default the name of the attribute. Is there any way it has a text like "Select a suburb" instead of the attribute name? Thanks
... View more
10-09-2021
04:20 PM
|
0
|
2
|
2462
|
|
POST
|
I am using Experience Builder. I am new to it, but I would like to do the following: I have a list of suburbs and a list of flood events. If I press the button Suburb and Probable Maximum Flood, the popup message should appear with the suburb's name and the description of the flood event. If I only press the flood event only should appear the description of the flood in the popup. Is there a way to do it using Experience Builder? Is any other method available in ArcGIS Online? Thanks
... View more
10-08-2021
01:32 PM
|
0
|
2
|
1096
|
|
POST
|
HI I am using Experience Builder I am new to it but I would like to do the following: I have a list of suburbs and a list of flood events if I press the button Suburb and Probable Maximum Flood, then the pop-up message should appear with the name of the suburb and the description of the flood event. If I only press the flood event only should appear the description of the flood. (see picture below) I did an arcade code in the flood layer var intersectLayer = Intersects($feature, FeatureSetByName($map,"Suburb")) for(var f in intersectLayer){ return f.SuburbName } But it does not work because only appear the same name of suburb for example "Suburb 2" all the time. I also do not want that display all the names of suburbs that intersect the flood. If I click a suburb and a flood event it only should appear this info in the pop-up. I would appreciate any help. Thanks
... View more
10-07-2021
02:31 PM
|
0
|
0
|
512
|
|
POST
|
Thanks, Joanes, for your reply, I tested the code, and it gave me the name of all the suburbs that intersect the flood, Are there any way that if my flood intersects several suburbs, but I click in a specific suburb, only return the name of that suburb?
... View more
10-07-2021
01:07 PM
|
0
|
1
|
946
|
|
POST
|
HI I have a flood layer and a suburb layer. I wrote an Arcade code in the flood layer so when click returns the information of the flood and the name of the suburb var intersectLayer = Intersects($feature, FeatureSetByName($map,"Suburb")) for(var f in intersectLayer){ return f.SuburbName } But the result in the pop up always has the same suburb name "Suburb 2". I appreciate any help. Thanks
... View more
10-07-2021
02:26 AM
|
0
|
4
|
1088
|
|
POST
|
HI I want to write an Arcade expression in a pop up. I have two polygon layers in my web map Suburb polygon and Flood polygon I want to appear the name of the suburb in the flood event pop up when click on the suburb layer My expression is var SI = FeatureSetByName($map,"Suburb") var int = First(Intersects($feature, SI)) return int.Suburb The expression returns a suburb name but it returns the same name all the time for example "suburb 1". If I click in another suburb it still return the name "suburb 1"
... View more
09-17-2021
12:22 AM
|
0
|
7
|
5937
|
|
POST
|
Hi I created a mosaic dataset but when I zoom in appear the following issue: Could you please let me know with should be the solution Regards
... View more
09-14-2021
05:50 PM
|
0
|
2
|
1159
|
|
POST
|
How to add a search button in "Experience builder" base on a layer For example a combo box button base on a county layer Thanks
... View more
09-13-2021
11:14 PM
|
0
|
0
|
362
|
|
POST
|
I want to remove the overlap black areas of my mosaic. I manually reshape the boundary (red line) and this process removes the external black areas of my mosaic which is OK. I did the same process for the footprint (green line) but it does not work.. If I change the symbology as not data I just get white space where the black space is. I want to see the underneath image if the first image has black areas.
... View more
07-23-2021
12:29 AM
|
0
|
2
|
2508
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-06-2024 04:15 PM | |
| 2 | 06-22-2020 06:27 PM |
| Online Status |
Offline
|
| Date Last Visited |
07-27-2025
06:00 PM
|