|
POST
|
I don't think using the DATE_ONLY field vs the "older" DATE_TIME field would matter. The DATE_ONLY field would return a Month-Date-Year field and not have the time obviously.
... View more
10-21-2024
12:48 PM
|
0
|
0
|
1720
|
|
POST
|
Caveat - I am not a Python person but I found a Python script written via this page that seems to accomplish the task at hand:
listdates = []
cursor = arcpy.da.SearchCursor(layername, "Date_Mod")
for row in cursor:
listdates.append(row)
maxdate = max(listdates)
maxdatestr = str(maxdate)
datestr = maxdatestr[19:31]
arcpy.SelectLayerByAttribute_management(layername, "NEW_SELECTION", "Date_Mod = date '" + datestr + " 00:00:00'")
... View more
10-17-2024
03:35 PM
|
0
|
0
|
1753
|
|
POST
|
Not as easy as QGIS but you can do this using the workflow response from MarkLysecky on this ArcGIS Idea page - Toggle visibility for individual Categories on Sym... - Page 4 - Esri Community - I tested it with unique symbology and it does work.
... View more
10-17-2024
03:17 PM
|
0
|
0
|
1329
|
|
POST
|
@AlfredBaldenweck - question for you - what geoprocessing tools are you using for your workflows? In many of the GP tools, there is a slider where you can "Use the Selected records" option to only use those selected features in the GP tool. Buffer, for example, has this option.
... View more
10-17-2024
03:04 PM
|
0
|
3
|
2020
|
|
POST
|
Another workflow to consider is using Python. There is an older thread here - Solved: how to convert mdb to gdb - Esri Community - that may assist you in the conversion.
... View more
10-17-2024
03:01 PM
|
0
|
0
|
1012
|
|
POST
|
I do know hyperlinks are supported in ArcGIS Pro. Here are a few references to explore:
FAQ: Is It Possible to Add a Hyperlink Path to a Field in ArcGIS Pro? (esri.com) Use hyperlinks in pop-ups—ArcGIS Pro | Documentation How To: Add Multiple Hyperlinks to a Feature in ArcGIS Pro (esri.com)
... View more
10-17-2024
02:38 PM
|
0
|
0
|
794
|
|
POST
|
Hi Y_Chau - good to hear that the offline license worked well for the process. I wonder if your online connectivity is an issue (i.e. drops and comes back?) between ArcGIS Pro and the ArcGIS Online Named User Licensing model. Hard to really know via the Esri Community site. But yes, if it takes less than 60 minutes, it would/should be fine.
... View more
10-17-2024
01:34 PM
|
0
|
0
|
1953
|
|
POST
|
At present, there are no core tools in ArcGIS Pro to do this but there are a few ArcGIS Ideas you can upvote to get the "eye" of the developer.
Linked Views: Link Map View and Map Frame extent - Esri Community ArcGIS Pro: Linking Map view to Layout view - Esri Community
... View more
10-16-2024
10:56 AM
|
0
|
0
|
2226
|
|
POST
|
Hi @Y_Chau - correct, ArcGIS Pro, to my knowledge, will not open a "stalled process" UI if something goes awry. When ArcGIS Pro is disconnected from the ArcGIS Pro Online Portal, you have 60 minutes to reconnect. If you fail to do, ArcGIS Pro will close. This is expected behavior. So if a GP tool is running longer than 60 minutes, it will close the process with the application.
... View more
10-16-2024
10:14 AM
|
0
|
2
|
1975
|
|
POST
|
BUG-000163295 is now listed "In Product Plan" but I do not see if it will be included in the Q4 release of ArcGIS Pro.
... View more
10-16-2024
10:09 AM
|
1
|
0
|
1577
|
|
POST
|
Thanks for the response Dustin - so let's try another workflow. Is it possible to reduce the size of the area to a smaller geographic extent to test if it's the size of the dataset or the GP tool? Please advise.
... View more
10-16-2024
10:06 AM
|
0
|
1
|
4656
|
|
POST
|
Besides XTools, check to see if there are any other 3rd party applications installed for ArcGIS Pro that "may" be causing the application to freeze. In addition, you can perform an ArcGIS Pro soft reset. Instructions to do so are here - How To: Perform an ArcGIS pro Soft Reset (esri.com)
... View more
10-16-2024
09:57 AM
|
0
|
1
|
3647
|
|
POST
|
Hi Bin - I'm not aware of any Esri tutorials on how to install and/or use the ArcGIS Pro SDK package. Perhaps a call to Esri Support Services to request assistance on installing the SDK would be the best approach?
... View more
10-16-2024
09:53 AM
|
0
|
0
|
3993
|
|
POST
|
I can confirm that BUG-000167647 is fixed at ArcGIS Pro 3.4 which is scheduled to be released Q4 2024.
... View more
10-16-2024
09:49 AM
|
0
|
0
|
7391
|
|
POST
|
One thing that generally works well is a clean uninstall and clean install of ArcGIS PRo to completely remove any bouts of weirdness that the application is experiencing. You can learn more about it here - How To: Perform a Clean Uninstall and Reinstall of ArcGIS Pro (esri.com)
... View more
10-04-2024
10:40 AM
|
0
|
1
|
2376
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | Monday | |
| 1 | Tuesday | |
| 1 | a week ago | |
| 1 | a week ago |
| Online Status |
Offline
|
| Date Last Visited |
16 hours ago
|