|
POST
|
I did see that option, but I assumed it was just a certificate stating you had attended the conference and nothing else. I didn't expect it to have the list of all the sessions I attended, but it sure does! Thank you for the information!
... View more
07-25-2025
10:45 AM
|
1
|
1
|
416
|
|
POST
|
Is there a way to view a list of all the sessions you attended while at the 2025 UC in San Diego? I had my badge scanned at the door of each session, but I don't see where I can see a list of those scans. I used the app to find sessions, but I never logged into it, but if my badge links to an ID in a database somewhere there should be a query that can run pretty easily, right?
... View more
07-25-2025
07:54 AM
|
1
|
4
|
474
|
|
POST
|
Looks like these folks had the same problem and accepted a solution... I hope this helps. If you've seen this link already, I apologize for resending it. Solved: Attribute Rule when splitting a line - Esri Community
... View more
03-28-2024
12:16 PM
|
0
|
3
|
1397
|
|
POST
|
Hi, Are you exporting to PDF? If so, are you using the Export button or the Print button. If your using Export, you might try using the Print button and selecting "Microsoft Print to PDF" as your printer.... assuming you're creating a PDF that is.... I've also read some posts that people have exported to .jpeg and then converted that to PDF. If you don't have these options configured or you need another format, could you share an image of your Export window with the options you selected.
... View more
03-28-2024
11:30 AM
|
0
|
1
|
1940
|
|
POST
|
I have a polygon feature class (FC) in my database containing information about source documents we obtain from outside sources. Each source is given a polygon boundary and entered into the FC using an internally assigned unique identifier. Other information about the source is also entered into this FC (datums, dates, etc). When data from one of these sources is entered into an asset specific FC in the same database (Inlets for example), I would like for the newly created feature to obtain its HorizDatum attribute information from the Source FC based on the source's unique ID being entered into the feature template. I thought that if a user entered the unique identifier of the source into the "SrcLink" field in the feature template (SrcLink being used to link the asset back to the source we acquired it from) that I could use this value to pull data from the Sources polygon FC, but all my efforts are in vain. No matter what is entered into the template I only get the default value for datum (Unknown in our case) rather than the datum contained in the Sources FC. Is there a way to use feature template values in Arcade Calculate Rules? Thank you for all your help. K
... View more
03-28-2024
11:09 AM
|
0
|
0
|
496
|
|
POST
|
I have a table that contains no spatial data. It exists in an SDE enterprise geodatabase (SQL Server). The table contains log information generated by an FME process; data related to if a certain process ran successfully or not and why or why not. Again, this table contains no spatial data, but it is registered with the GDB. My question (and I should know this after 100 years) is can I use straight up SQL Server SQL commands to update the table (using SQL Executor in FME) or do I have to use a Writer that points specifically to an "Esri geodatabase (SDE)" format. Basically my question is can I edit a non-spatial table that is registered with the geodatabase using native SQL commands and cut an Esri client out of the picture? The native SQL just seems much faster without the overhead. At different times I've heard Yes, I've heard No, I've heard Yes but you shouldn't, I've heard Yes and it didn't hurt anything.... but nothing official. Thank you for your time.
... View more
01-15-2024
08:08 AM
|
0
|
4
|
1688
|
|
POST
|
Sorry to keep bothering you but I have a window in the next week or so when we will have almost zero users and I want to make sure I get it right the first time. Does this sound like a good process flow: Delete any old versions that have already been rec and posted or which can be discarded. Check the remaining versions for conflict with default. Create a new version to accept the new district edits. Turn off my arcade rules and editor tracking. Make the edits in my version (using python) Rec and Post new version to default (which is protected by-the-way) Turn editor tracking and arcade rules back on
... View more
12-21-2023
06:56 AM
|
0
|
1
|
2427
|
|
POST
|
Thank you so much for the quick and extensive response. I'll use the python method rather than the Arcade. Should I create a new version and make the edits there and then push them to default through a rec and post, or is editing Default an option (I hate that usually)?
... View more
12-21-2023
06:27 AM
|
0
|
3
|
2431
|
|
POST
|
I have a branch versioned geodatabase in SQL Server. The database contains 300,000 features spread across 14 feature classes. One of the attributes of each feature in the GDB is “PlanningDistrict” (each of the 300,000 features has a district populated). The value is populated automatically by arcade scripts during data entry. Recently the planning districts were redrawn (many added, some deleted, all reshaped), so now I have to update literally every feature in the database. The actual calculation of the new data is not a big deal (we’ll just use Arcade), but what I’d like to know is what are the implications of versioning, what should I turn on and off (I.E. versioning, the arcade scripts, etc.)? What is the best/recommended way of going about this. More information is that we do have a few outstanding versions with edits at the moment.
... View more
12-21-2023
05:39 AM
|
1
|
5
|
2455
|
|
POST
|
Too bad you didn't get a reply. This is my problem also in 2023.
... View more
08-09-2023
06:32 AM
|
1
|
0
|
1136
|
|
POST
|
Thank you Joshua, I like this a lot. It makes perfect sense to me. We used to do this in the old days before database sequences. Since this has to be an everyday problem, I thought I was missing something that had to be built into AGOL natively to solve it, but I guess I'm not. Note to Esri though. Support for attribute rules would be AWESOME, and a database sequence object would be appreciated. If it's there already and I'm missing it, please let me know and I apologize to Esri. Thank you again Joshua.
... View more
04-06-2023
05:50 AM
|
0
|
1
|
5594
|
|
POST
|
I think this object Domain—ArcGIS Pro | Documentation and this function ListDomains—ArcGIS Pro | Documentation are what I would try. The result looks like a dictionary, so should be pretty easy for format. Hope this helps. K
... View more
04-05-2023
05:16 PM
|
0
|
0
|
1517
|
|
POST
|
I have a hosted feature layer on AGOL. This layer is editable. When a new feature is added I have to create a new "SmartID" prefaced with the side of town it falls within based on overlay analysis and then using the next highest value from a database sequence (IE VALV-N-0001 the next one could be VALV-S-0002). I originally wrote this pretty fast in the Pro I published the service from using Arcade, an Attribute rule and a database sequence....Come to find out Attribute rule don't work in AGOL....OUCH....I thought I'd come up with a work around using a Template/Form for data entry in AGOL and using Arcade again to create a calculated value in the AssetID field, but now I find out that AGOL (I guess) doesn't know what database sequences are either since Arcade doesn't understand "nextsequencevalue" in the context of the Form (and I definitely had a database sequence contained in the database I publish from, but I guess it doesn't get published automatically and I can't find how to publish the sequence for use in AGOL).... AGOL also (to the best of my knowledge) doesn't have an iterating data type I can use as a sequence replacement.... What am I missing!? There has to be a way to assign the next highest ID (other than ObjectID) to a new asset created in AGOL? Any help would be appreciated.
... View more
04-05-2023
04:38 PM
|
1
|
5
|
5641
|
|
POST
|
We've written a scripting tool in ArcGIS Pro 3.0.1 (Python API) that allows a user to select a Layer Name from a portal using a dropdown list. The tool reports back which web maps on the portal the layer is used in. The script works well, but we've noticed that once a layer has been removed from a web map and we run the tool again selecting the same layer name, that the map from which the layer was removed still shows up on the list of web maps the layer is used in. Its almost like the web maps JASON isn't being updated to reflect the changes that have been made to it. Is their a way to refresh or update portal information so we can see the most recent web map data (I.E. showing the layer has been removed) so the map will not show up on the tools output list again?... I really don't think its a problem with the code.
... View more
02-22-2023
01:24 PM
|
0
|
1
|
603
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-25-2025 07:54 AM | |
| 1 | 07-25-2025 10:45 AM | |
| 1 | 05-10-2022 11:06 AM | |
| 1 | 05-09-2022 04:05 AM | |
| 1 | 03-17-2022 04:04 AM |
| Online Status |
Offline
|
| Date Last Visited |
07-25-2025
07:47 AM
|