POST
|
So is there any chance that when that happens we can acquire the retired version for at home personal use?
... View more
08-20-2025
06:14 AM
|
0
|
0
|
123
|
POST
|
For me one of the downgrades that Pro instituted from ArcMap was the Locate function. In ArcMap you could quickly and easily change a search to a specific attribute, partial or complete match. In windows explorer we can write a search to only search the file name name: <statement> Is there any way to do this with Locate. It gets very frustrating with I am trying to find a something and it will show all features that have that value in there somewhere. For example trying to find a substation we call Benton County. And there a many hundreds of attributes that have Benton County as the name of the county they are in. the option to search a single field in a single feature class is very detrimental and cumbersome when trying to work quickly. And is there any way to make Layer Search the default and not Locate In our use Locate is a valid option almost never.
... View more
08-11-2025
08:58 AM
|
0
|
1
|
115
|
POST
|
Don't know if this is possible outside of ArcGIS Pro I have a polygon layer that contains power information as a Number (double) I have distribution lines coming out of substations that can be distinguished by Substation Name and Feeder (via windmil data) In a Dashboard, I would like to be able to filter the line by selecting substation and a feeder using filters. Then any of the hex polygons that intersect those filtered lines the dashboard will calculate the Sum of an attribute column.
... View more
08-06-2025
11:33 AM
|
0
|
0
|
137
|
POST
|
Or better yet for my purposes allow me to create a subfolder under ISSUENAME_W using WORKGROUP
... View more
07-21-2025
12:30 PM
|
0
|
0
|
227
|
POST
|
I am exporting attachments from an Table with Attachments. I want to combine 2 fields from the base table for the folder name. This is what I have. I have named the fields FileName1 and FileName2. I just cannot figure out how to combine them Issues is the name of the origin Table # -*- coding: utf-8 -*- """ Generated by ArcGIS ModelBuilder on : 2025-07-21 13:23:03 """ import arcpy def Model(): # Model # To allow overwriting outputs change overwriteOutput option to True. arcpy.env.overwriteOutput = False arcpy.ImportToolbox(r"c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Data Management Tools.tbx") Issues = "Issues" NRPExportTest = "\\\\gisfs01\\GIS_Cache$\\GISData\\RobertTemp\\NRPExportTest" FileName1 = "ISSUENAME_W" FileName2 = "WORKGROUP" output_filename = f"{FileName1}" # Process: Export Attachments (Export Attachments) (management) Output_Directories = arcpy.management.ExportAttachments(in_dataset=Issues, out_location=NRPExportTest, subdirectory_field= output_filename)[0] if __name__ == '__main__': # Global Environment settings with arcpy.EnvManager(scratchWorkspace="\\\\gisfs01\\GIS_Cache$\\PortalServices\\PGIS\\FieldMarkups\\FieldMarkups.gdb", workspace="\\\\gisfs01\\GIS_Cache$\\PortalServices\\PGIS\\FieldMarkups\\FieldMarkups.gdb"): Model()
... View more
07-21-2025
12:07 PM
|
0
|
3
|
246
|
POST
|
My apologies I should have followed up. I figured out the issue. Margins, rulers, and guides can be toggled in the Show tab under Layout. It turned out to be a setting on the plotter. (very nice laser jet plotter that we share with Engineering) There are saved profiles and the default is the Engineering Default Page Size which is ANSI D I created a new GIS Profile that specified a modified ANSI E at 33.5" x 39.5". The plotter can do a minimum of .18" margin but I used .25" to make layout alignment a little smoother. We had not had this issue in the past but I believe one of the Engineers added a default profile. Not a big deal now that we are aware of it. In the below clip you can see that the new page size and how it lines up nice and neat.
... View more
05-07-2025
07:28 AM
|
1
|
0
|
252
|
POST
|
I am trying to export and or plot a 34 x 40 inch plot. When I show the margins it shows a dashed line that is much smaller than my plot. and when plotted it will print on 34 x 40 but clipped to this page size. In Pro it is setting the page size to 22 x 34. When I created the layout I have specified 34 x 40 and tried it as Ansi E 34 x 44. Selecting Fit to does not change anything. Earlier today I did something to get rid of that dashed line and expand it to the margins, but cannot remember or get it to work a second time. I do not have any elements outside of the paper
... View more
05-05-2025
12:09 PM
|
0
|
2
|
312
|
POST
|
Describe how you created the new database. Did you do it from the stand alone ArcCatalog or did you create it using Catalog in Pro? When you say you copied it, did you copy and paste. or did you use stand alone arc catalog to Import the data. It really should have worked the way you tried. it. can you include a snip of what the data looks like in Arc Catalog
... View more
01-27-2025
01:13 PM
|
0
|
0
|
543
|
POST
|
Portal 10.#. current Field Maps I had an issue pop up. Field Crews need to attach photos to a project issue location. Field Maps on iPhone is being used. Survey123 is not used in this application, but was used to create the origin point feature. There is a point with a related table. the photos are attached to the related tab. The application has been active for several years. Last week this started happening. The row on the related table is now showing 2 times. I verified in Pro that there is only one row. Now the field crews are not able to submit photos Survey123 is not being used. I created a new point and related table row and it does not replicate. I tried creating a new feature service and the problem persists I opened the application using Collector. it also shows to entries but did allow me to submit the photos.
... View more
10-30-2024
04:22 AM
|
0
|
0
|
416
|
POST
|
I am looking for arcade scripting for placing of labels. Specifically I want to place the label on top of the point. Using Arcade and not the placement properties under position
... View more
08-14-2024
11:24 AM
|
0
|
0
|
297
|
POST
|
what projection are you using? Personally I would recommend WGS 1984 Web Mercator (auxiliary sphere) Are you using a mobile device or a computer when you observe the incorrect location.
... View more
07-30-2024
04:30 AM
|
0
|
0
|
443
|
POST
|
I got it to work using an array. var MainFieldArray = [repeater, notall] where repeater and notall are Variables that are defined
... View more
07-23-2024
06:31 AM
|
0
|
0
|
926
|
POST
|
I need four symbol classes Site Not Started, Site in Progress, Site Complete, and Repeater only not started Before coming here I did generate all 256 combinations in symbology and then grouped them into 4 symbol classes. However, publishing them to a feature service did not work
... View more
07-23-2024
05:48 AM
|
0
|
1
|
945
|
Title | Kudos | Posted |
---|---|---|
1 | 06-01-2022 05:27 AM | |
1 | 05-07-2025 07:28 AM | |
1 | 05-18-2018 11:55 AM | |
1 | 06-11-2020 08:33 AM | |
1 | 10-04-2019 08:14 AM |
Online Status |
Offline
|
Date Last Visited |
08-20-2025
06:06 AM
|