|
IDEA
|
@Geo_Supp We are currently working supporting clustering in ArcGIS Pro. It is too early to put a release number on that. But hoping to bring this capability to our user community by the end of this year or the next. We'd really appreciate if you could share your use case. As I mentioned in my previous comment, please take a look at Feature Binning capability and see if that helps you in the meantime.
... View more
06-14-2021
10:14 AM
|
0
|
0
|
4742
|
|
POST
|
@NathanHeickLACSD If I recall correctly this issue got fixed in one of the newer ArcGIS server/enterprise releases. Which version do you have?
... View more
06-09-2021
11:58 PM
|
1
|
0
|
2396
|
|
POST
|
hi @LucasMNDNR, Sorry for the delayed response. Unfortunately it is not supported out of the box, as you have already figured out. I'm working on to find any workarounds. I will update you once I figure something out (or not). thanks for sharing the rptx file.
... View more
05-12-2021
11:00 AM
|
0
|
2
|
7998
|
|
POST
|
hi @Arne_Gelfert I saw your post yesterday and talked to few developers. This one appears different than what we fixed in the patch. Some kind of dll version conflicts could be a reason. I'm glad you narrowed it down to ExportToPDF() call. Would you mind try on a fresh 10.8 (or 10.8.1) install? if that does not fix it, then I'd strongly recommend you to reach out to Esri support and have an analyst take a close look. I'm afraid I couldn't be much of help this time.
... View more
05-12-2021
12:09 AM
|
0
|
1
|
5028
|
|
POST
|
@LucasMNDNR would you mind explain a bit more on your requirements?
... View more
05-07-2021
12:18 AM
|
0
|
4
|
8031
|
|
IDEA
|
hi @Anonymous User, As you see, after @KoryKramer merged your post here, we don't have any out of the box capability at this point. For now, I can give you a workaround and it will ONLY work if: if both of your layers are coming from the same enterprise database (doesn't need to geodatabase). won't work for file geodatabase both of them are in the same projection (on the fly projection won't work) Steps to filter out features from layerA using feature(s) from layerB First get the source FeatureClass name for layerA do the same for layerB let's assume they are named DS-A and DS-B respectively Open layerA's Proeprty page Switch to Definition Query page Create a new one Switch to SQL mode by clicking the SQL toggle button from the upper right corner Paste one of the following two sql clauses. even though the send one looks pretty straight forward, I found it didn't perform well in my quick test. I'm not a SQL guru, therefore I can't explain why 😞 Click OK The syntax provided below are for SQL Server. The STIntersects() function syntax will be different on PostgreSQL or Oracle or other databases. SQL#1 objectid in (select DS-A.objectid from DS-A inner join (select shape from DS-B where aField = 'aString_Value' ) a on a.shape.STIntersects(DS-A.shape) = 1) SQL#2 exists (select 1 from DS-B a where aField = 'aString_Value' and a.shape.STIntersects(DS-A.shape) = 1) Here is animation showing how I did that on my side:
... View more
05-06-2021
11:23 AM
|
0
|
0
|
5289
|
|
IDEA
|
@Anonymous User I have two questions for you: 1. is your data stored in an enterprise database or file gdb? 2. >> Harvest data is tied spatially to clients in "districts" << are these district polygons coming from a separate Feature Layer?
... View more
05-05-2021
03:17 PM
|
0
|
0
|
5331
|
|
POST
|
@Arne_Gelfert Please make sure the print service Execution Mode is Synchronous. I think WAB print widget does not like async print services. About writing out pdf issue, that was a bug that fix in a 10.8.1 patch. I'd recommend you to upgrade to 10.8.1 and install the following patches. https://support.esri.com/en/download/7834 https://support.esri.com/en/download/7868
... View more
04-30-2021
03:33 PM
|
0
|
7
|
8095
|
|
POST
|
thanks @LancasterGIS . It looks like we are hitting this bug: https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEzODQ0NQ== what is the last version it work for you? 2.7.2?
... View more
04-30-2021
11:58 AM
|
0
|
2
|
5415
|
|
IDEA
|
you might be hitting a bug. Which version did it work for you last time? 2.7.2? also, is your service a public one that we can use?
... View more
04-30-2021
11:54 AM
|
0
|
0
|
32081
|
|
POST
|
Hi Jacob, Unfortunately that is not supported via a print service. You need to have your templates of different size authored and shared with your print service.
... View more
04-28-2021
09:17 AM
|
1
|
1
|
1784
|
|
POST
|
we fixed a similar bug in 10.9. Please give 10.9 a try when that is available to you, and let us know if you still see the same issue you are reporting here. Since it is security related I will highly recommend you to call Esri Support and have them take a look first. https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEzNjI3Nw==
... View more
04-27-2021
05:24 PM
|
0
|
1
|
3611
|
|
IDEA
|
@JoeBryant1 We are actively working on supporting clustering in ArcGIS Pro and are hoping to release this sometime later this year or early next. Having said that, if you’re working with an enterprise geodatabase, please look at Feature Binning which is another way to make meaningful maps out of overlapping points. This is not a replacement for clusters but might help users on this thread so we wanted to mention it. Hope this helps! Thanks
... View more
04-14-2021
02:31 PM
|
0
|
0
|
6255
|
|
POST
|
cool. I'm glad fixing spatial index fixes your issue. thanks for letting us know
... View more
04-06-2021
04:28 PM
|
1
|
0
|
5260
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 04:42 PM | |
| 2 | 05-11-2026 04:59 PM | |
| 1 | 04-16-2026 01:37 PM | |
| 1 | 03-06-2026 04:33 PM | |
| 1 | 03-05-2026 03:22 PM |
| Online Status |
Offline
|
| Date Last Visited |
06-10-2026
10:17 AM
|