|
POST
|
@sbednar - apologies for the tardy response. So I'm using a fGDB polygon feature class, added a field called GIS_Acre, calculated US Acres, selected 68 polygons, opened the attribute table, right-clicked the GIS_Acre field and selected Visualize Statistics. This creates a chart and opens the Chart Properties pane. My selection filter is not grayed out. I can click the Selection filter on/off and see the results in the chart and the statistics in the Chart Properties pane and the MAX value for the selection. I verified that the MAX selection value is correct by sort descending in the attribute table for the GIS_Acre field. I'm using ArcGIS Pro 3.4.3. See image below:
... View more
04-15-2025
08:55 AM
|
0
|
0
|
2702
|
|
POST
|
Instead of storing the output raster dataset as fGDB raster, try creating the raster outside of the fGDB and save it as *.tif file. Does the error message persist? Related, I would also try the fGDB storage route on your C: drive in a temporary directory like C:/temp/test.gdb and call the output digital_elevation_model_30 and see if the tool completes with or without the error message. If without then I wonder if the bigger problem is the name of the S: drive having space in it...maybe.
... View more
04-14-2025
03:44 PM
|
0
|
1
|
1306
|
|
POST
|
There's an Esri Technical Support article on this item with 3 possible solutions. You may find it here - Problem: The Basemap Gallery is Empty in ArcGIS Pro
... View more
04-14-2025
03:36 PM
|
0
|
0
|
906
|
|
POST
|
Not sure why but a possible workaround is in the Labeling Class group in the Labeling tab, you can uncheck the box "Label features in this class" for Class 1. Then you can run the Convert Labels to Annotation GP tool to create anno for only the Class 2 labels. I tested it on my ArcGIS Pro 3.4.x and the workflow worked as expected.
... View more
04-14-2025
03:14 PM
|
0
|
0
|
845
|
|
POST
|
In your screen grab, the Catalog tab at the top of ArcGIS Pro is active. You need to click the Manage tab towards the right side of the ribbon and in the Create group, click the dropdown for New Item. Then you can create new line styles.
... View more
04-14-2025
03:05 PM
|
1
|
0
|
1375
|
|
POST
|
@LauraleeGann25 - so I can confirm that the Generate Schema Report does work on a fGDB as I just ran it without any issues. See images below. The item "datasets must be registered with the geodatabase" only applies to eGDB's and not fGDB's. In eGDB's, when a dataset is registered with the geodatabase, this stores information about the items in the repository system tables. My guess is that help documentation for this item could be improved. Question - are you not able to run the GP tool on your fGDB? If it does not run, then maybe you need to upgrade the fGDB to the current release.
... View more
04-11-2025
07:27 AM
|
0
|
0
|
3087
|
|
POST
|
True. Just another way of looking at the question I suppose.
... View more
04-10-2025
01:39 PM
|
0
|
0
|
1543
|
|
POST
|
There's a couple workflows that would get you close: 1. You can configure the feature template to prompt for attributes on 1 or more attribute fields. Unfortunately, this would still allow for NULL values. Configure a feature template—ArcGIS Pro | Documentation 2. If features already exist in the feature class to be edited, you cannot uncheck the "Allow Nulls" item in the Fields Designer FAQ: Is It Possible to Uncheck the Allow NULL Check Box When Editing the Attribute Table i 3. If you can recreate the feature class with no data in it - then yes, you can configure a field to not allow NULL values - Problem: Unable to Configure Fields to Ensure Null Values Are Not Allowed in ArcGIS Field 4. You could create a constraint attribute rule that does not allow for Null values - Attribute rule script expression examples—ArcGIS Pro | Documentation
... View more
04-10-2025
01:39 PM
|
1
|
1
|
1698
|
|
POST
|
So I'm thinking a calculation attribute rule would be possible in this scenario. The arcade code block in building the attribute rule would be something like this: var code = $feature.Code; var description = When( code == 0 || code == 1 || code == 2, "Low Risk", code == 3 || code == 4 || code == 5, "Medium Risk", code == 6 || code == 7 || code == 8, "High Risk", "Other" ); return description; You can make it an immediate calculation rule so when an editor types in the value 1 for the code field, the attribute rule triggers and calculates the Description field to be "low risk". Caveat here - I'm not an arcade guru so the script may need some tweaking.
... View more
04-10-2025
01:05 PM
|
0
|
2
|
1548
|
|
POST
|
Good afternoon Lauralee! So I examined the help documentation back to ArcGIS Pro 3.2 and the pages say that the datasets must be registered with the geodatabase. So I don't think there's been a change recently in the code. There's a great blog article here that discusses the Generate Schema Report GP tool. I see that you found the Esri Community Data Management page that discusses this as well and asked Jonathan for the information referenced in your response here. I'd be curious to hear what Jonathan says.
... View more
04-10-2025
12:39 PM
|
1
|
0
|
3120
|
|
POST
|
You're very welcome! I'm glad it worked out for you!
... View more
04-10-2025
12:31 PM
|
0
|
0
|
3025
|
|
POST
|
There's an ENH-000162334 - "Add a way to turn on/ off layers in the Contents pane listed per feature dataset" that's listed "In Product Plan." Additionally, the enhancement request says: "In ArcMap when using the Table of Contents, List by data source option the users can turn on/off all the layers inside of a Feature Dataset. It would be really useful if that option gets added to ArcGIS Pro. When a Feature dataset contains a lot of layers it is really useful to see that option. Additionally, there’s no way to see feature dataset groups in the ArcGIS Pro Contents pane yet."
... View more
04-09-2025
01:27 PM
|
1
|
0
|
2146
|
|
POST
|
Hello there! I was hopeful that a clean uninstall/reinstall would resolve this issue. There are some registry items you can rename that sets ArcGIS Pro back to factory settings. You can learn about it here.
... View more
04-08-2025
01:31 PM
|
0
|
0
|
3066
|
|
POST
|
Interesting. So if this works in other ArcGIS Pro clients and not the one you're on/using, then "maybe" it's missing something certainly. You could do a clean uninstall and clean install of ArcGIS Pro 3.4 and then upgrade to the latest software update of 3.4.3 to see if the problem continues.
... View more
04-07-2025
02:02 PM
|
0
|
4
|
3093
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Thursday | |
| 1 | Thursday | |
| 3 | Monday | |
| 1 | 2 weeks ago | |
| 2 | Monday |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|