|
POST
|
Can you post a screen shot? What version of the ArcGIS Pro?
Mine seems to be working:
... View more
12-16-2024
05:43 AM
|
0
|
2
|
1502
|
|
POST
|
The trace parameters do not support sql grouping, you have to rely on the AND and ORs, so it gets tricky to make a correct sql statement without group
... View more
12-12-2024
08:37 AM
|
0
|
0
|
2365
|
|
POST
|
Network Categories are just tags of Asset Group/Asset Types. Just make a category and assign to all the AG/ATs that you want to stop your trace and then use that category as the condition barrier:
... View more
12-12-2024
07:24 AM
|
0
|
1
|
2370
|
|
POST
|
or change your slashes, but you def need the f.
Try this: f"{wDB}/WaterLine" or f"{wDB}\\WaterLine"
... View more
12-11-2024
02:45 PM
|
0
|
0
|
2124
|
|
POST
|
Just a comment on Josh's code. Calling Count and then First results in an extra query. For optimal performance, just call First and check if the result is valid.
var xs = Intersects($feature, someOtherLayer)
var intersected_feature = First(someOtherLayer)
if (IsEmpty(intersected_feature)){
return 'No Intersecting Feature Found'
}
return intersected_feature['other_attribute']
... View more
12-11-2024
02:32 PM
|
1
|
1
|
1398
|
|
POST
|
You cannot group sql like that easily. I would suggest using a category.
... View more
12-11-2024
02:23 PM
|
0
|
1
|
2387
|
|
POST
|
Wrong data type. The field has an invalid data type.
A field has been assigned the wrong data type. For example, an integer data type for the field was expected instead of a string data type.
https://pro.arcgis.com/en/pro-app/latest/help/data/utility-network/about-error-features.htm#ESRI_SECTION1_B9C576CB6CA8492F9B0E0FC822BDE315
... View more
12-11-2024
02:22 PM
|
1
|
0
|
785
|
|
POST
|
No, the only context we have is Update. I recall a similar request for split.
... View more
12-10-2024
08:40 AM
|
0
|
0
|
696
|
|
POST
|
Might be tricky in the current framework, but I will log it and think about how to solve it.
... View more
12-10-2024
08:35 AM
|
1
|
0
|
1866
|
|
POST
|
You can always adjust the attribute rule to no use the dynamic value field. This just builds a baseline Attribute Rule
... View more
12-10-2024
04:24 AM
|
0
|
0
|
1877
|
|
POST
|
Also ensure there is a vertex on the main at that location.
... View more
12-08-2024
05:29 AM
|
1
|
0
|
2099
|
|
POST
|
Take a look at this section https://pro.arcgis.com/en/pro-app/latest/help/data/utility-network/remove-a-subnetwork-controller.htm#GUID-6F94E8D3-1FDD-44EE-A739-C4159F258C74
Run the Update Subnetwork tool to update and remove the Subnetwork Name for features in the subnetwork.
Export the subnetwork with the Set export acknowledged check box checked to remove the row in the Subnetworks table corresponding to the terminal.
When working with an enterprise geodatabase, this must be performed against the default version.
... View more
12-06-2024
06:18 AM
|
0
|
0
|
1269
|
|
POST
|
Another note: These group template are purely for configuration of the attribute rule. They are not how I would set them up for an editor
... View more
12-05-2024
03:12 PM
|
0
|
0
|
1904
|
|
POST
|
That is what I am saying. You need to create the group template on the Meter. That group template will End with the meter, but start with the Tap.
Here is an example. My service connections are the meters
I create a group template on Service Connection and set the Tools to Line Tools
Then I add builders. If I want the line to be digitized from Meter to Main, I ensure the Meter(Service connection in my example) is set to End of Line. I then set the tap to Beginning of Line
... View more
12-05-2024
03:11 PM
|
1
|
3
|
1904
|
|
POST
|
I'm guessing the only difference between the FGDB and EGDB variant is adding the database owner to the class variables? - Yes
If you are trying to create a lateral when you place a service connection, then you should create the group template on the service connection(and assign the attribute rule there) and remember the service connection templates attribute control the filter in the attribute rule to see if it should process and create the lateral(in addition to the value of the dynamic value field)
... View more
12-05-2024
02:37 PM
|
0
|
5
|
3832
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Wednesday | |
| 2 | 07-07-2026 06:45 AM | |
| 1 | 06-26-2026 09:15 AM | |
| 1 | 06-05-2026 05:01 AM | |
| 1 | 06-02-2026 01:29 PM |
| Online Status |
Offline
|
| Date Last Visited |
22 hours ago
|