|
POST
|
OIC, I learned decades ago to not use numeric Domains for text fields in ESRI (mainly for lookup issues across software/platforms, but now yet another reason), so when I saw street names (though you clearly mentioned the number), didn't think to test that. However, using numeric fields I can reproduce your issue in both 2.9.3 and 3.1.1..... If I set up a domain with Long/Short, add an existing domain to it and save, it WILL overwrite the current value with no error/warning at all. Probably best to start a tech support call with ESRI on this so it can get in the que to eventually, maybe, think about fixing it. R_
... View more
05-08-2023
10:38 AM
|
0
|
1
|
3200
|
|
POST
|
How are you trying to 'add' it? Pro warns me and greys out the save button if I have duplicates. RhettZufelt_0-1683563629805.png R_
... View more
05-08-2023
09:34 AM
|
0
|
1
|
3219
|
|
POST
|
In the table of contents, you can also list by data source: RhettZufelt_1-1683558556322.png R_
... View more
05-08-2023
08:09 AM
|
0
|
1
|
4059
|
|
POST
|
That is set in the configuation when you share the layer from Pro: RhettZufelt_1-1683322275921.png However, that can also be set in the setting tab for the HFL item details page. Just be sure to save if you change it: RhettZufelt_0-1683321973287.png
... View more
05-05-2023
02:32 PM
|
0
|
0
|
4755
|
|
POST
|
In Map Viewer, select "Fields", click on the field you want to set decimal places on, then set to 0 Decimal Places. RhettZufelt_0-1683318514294.png R_
... View more
05-05-2023
01:28 PM
|
1
|
0
|
1004
|
|
POST
|
If you want to only overwrite a single hosted feature layer, one option is to publish each feature class as separate hosted feature services, that way, if you overwrite the study area HFS, it won't clobber the wetland or streams feature layer(s) as they would be in thier own HFS. Since there are issues beyond our control in AGOL, and, no real backups, any important data that I have in AGOL gets copied locally on a regular basis. For the most part, my script just backs up the HFS's to local FGDB's with date appened to the name. This way, I at least have a snapshot backup if 'something' happens. For other layers that I tend to overwrite from Pro, my scheduled script checks for features that are in the AGOL hosted layer, but not in my local data (that I originally shared the layer from), and then appends the data to the local dataset. This way, if I overwrite the layer, it has ALL the data in it. Kind of clunky method, but it gets the job done. Hopefully others will have 'better' options. R_
... View more
05-05-2023
11:27 AM
|
1
|
2
|
4780
|
|
POST
|
OIC your issue now, yeah, that is a line number automatically inserted by Pro, NOT part of the code. With line numbers off, should look more like this (with nothing in the Code Block section): RhettZufelt_2-1683310435374.png R_
... View more
05-05-2023
11:10 AM
|
1
|
1
|
5996
|
|
POST
|
That is the line number. Not sure why yours is black (or mine is blue), probably a windows setting. you can turn that on/off with right click (in Code Block as well). RhettZufelt_1-1683310094108.png Did you get it to work? R_
... View more
05-05-2023
11:08 AM
|
0
|
0
|
1423
|
|
POST
|
I am still able to delete features in Field Maps 23.1.0 on iOS. Are you logging into Field Maps with the same credentials that you are using in the web map? R_
... View more
05-05-2023
10:19 AM
|
0
|
0
|
1241
|
|
POST
|
Working fine in 2.9.3 and 3.1.1. It appears as if it doesn't like the first double quote in your syntax for some reason (perhaps copy/pasted in windoze). Try replacing or just use single quotes, they work as well. RhettZufelt_0-1683301793280.png RhettZufelt_1-1683301840632.png R_
... View more
05-05-2023
08:51 AM
|
0
|
2
|
4597
|
|
POST
|
This is refered to as slicing in python, and is not really deleting values, rather 'grabbing' values from the string. many ways to do it, and the links I provide gives some good examples, but google has tons of into on it. Example: !GEOIDFIELD![:6] would grab the first 6 digits. !GEOIDFIELD![6:] skip first 6 digits and grab the rest. ........ R_
... View more
05-05-2023
07:39 AM
|
0
|
0
|
3922
|
|
POST
|
In your example, you only have one symbol selected when you change the color bar. This will only change the color of the selected symbol(s), so, either select all of the symbols you want to change when you switch color bars, or select None of them and this will change them all. R_
... View more
05-04-2023
02:13 PM
|
0
|
1
|
4776
|
|
POST
|
Guess I overthough that one a bit. No need for the split if you are always grabbing the last 6 digits: Calc tool, Expression Type Python 3 !GEOIDFIELD![-6:] R_
... View more
05-04-2023
01:45 PM
|
0
|
2
|
3942
|
|
POST
|
Are all of them following the same format? GEO_ID + space + 11 digits? If so: intext = 'GEO_ID 25027704202'
intext.split(' ')[-1][-6:]
'704202' R_
... View more
05-04-2023
01:14 PM
|
0
|
0
|
3949
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 04:00 PM | |
| 1 | 09-14-2022 07:53 AM | |
| 1 | 09-14-2022 08:23 AM | |
| 1 | 05-21-2026 08:53 AM | |
| 1 | 05-14-2026 04:28 PM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|