POST
|
Hi Robert, Thanks for the reply. I did exactly the workflow you described prior to my post, with no success. I tried python, sql, arcade, same result. Mystery...Regards, Jay
... View more
04-10-2024
06:32 AM
|
0
|
2
|
547
|
POST
|
Hello. I have noticed recently, when I Overwrite a feature service from Pro to ArcGIS Online, the layer will not load in the Map Viewer web map. The layer has the same name, etc., only data in the layer has been updated. If I choose Add, Browse, and select the updated layer it loads fine. But now I have to rebuild the pop-up from memory (risky!). Normally, I just push on through, rebuild the pop-up as best I can recall, and move on. Is having to add the feature layer each time it is overwritten the normal workflow? Or am I doing something wrong? Thanks in advance. Jay PS We just felt an earthquake here in Delaware a few minutes ago, it was located in north-central New Jersey.
... View more
04-05-2024
07:48 AM
|
0
|
1
|
467
|
POST
|
Hello. I am trying to update a date field to Null in a Server service published from Pro. The date data come from a Survey123 Connect form field, passed to the corresponding Server feature service fields via a python script. I am testing a workflow and need to return the service fields for my point features to Null. Calculate Field works as expected for the other fields (non-date). I can manually update the date field value to Null be deleting the value in each record. I can't figure out why I can do this manually, yet the Calculate Field tool will not do the same. I have tried SQL, Arcade and Python code options in the tool, same 99999 error for each. What simple thing am I missing?
... View more
04-02-2024
06:53 AM
|
1
|
4
|
687
|
POST
|
This issue just started for us today. We are able to submit complete Survey forms using the Survey123 phone application, but cannot submit them through a web browser. Were you able to resolve this issue? Thank you.
... View more
03-20-2024
12:16 PM
|
0
|
1
|
448
|
POST
|
Richard, Thanks for the reply. I failed to check and see if I had any edits hanging out there as unsaved. Something to remember to check in the future. Regards, Jay
... View more
03-19-2024
07:26 AM
|
1
|
0
|
584
|
POST
|
Hello. I am using the 'Join Field' GP tool for the first time. I am trying to add a field, and the data, from a FGDB feature class in Pro, where I added a new field and data, to the same feature class in our sde GDB, which does not have this new field. The sde feature class is in feature dataset that is registered as versioned. The editing option for the sde feature class is clicked on in Pro. I am using the 'Select transfer fields' parameter in the GP tool and choosing the field I want to add to my sde feature class. I do not have a field (null values) set up in my sde feature class to receive the data. I am assuming the field will be added. I have tried the GP tool using the our Default version and using my edit child version. Regardless, running the tool returns an 'ERROR 000499: table is not editable' message. What am I doing wrong? Many thanks in advance.
... View more
03-18-2024
02:22 PM
|
0
|
2
|
668
|
POST
|
Ken, thanks! I tried your code and it worked as well, and gave me meters counts against the criteria that seem to be more of what I was expecting. I need to investigate further. Ken and Josh, thank you both!!
... View more
03-18-2024
08:01 AM
|
0
|
0
|
699
|
POST
|
Josh, Excellent, that worked. I figured my back-to-back approach was not correct, but I didn't know the correct way to combine conditions. Now I do! Thanks.
... View more
03-18-2024
07:44 AM
|
0
|
0
|
717
|
POST
|
Hello! My Arcade skills are not strong yet. I am trying to write an expression to symbolize on two criteria: 1) water meter sizes less than or equal to 1.0 inch having an installation date of up to 15 years old, and, 2) water meter sizes greater than or equal to 1.5 inches having an installation date of up to 10 years old. If I comment out all of the code after the first return: return "Small Meters installed up to 15 years ago" } the code runs and produces results. When I remove the comments and try to get the entire code to run, I get an Invalid Expression, Error on line 12, Reserved keyword used. I have tried multiple ideas, but no further progress. Any help would be greatly appreciated. Many thanks in advance. //Meters less than or equal to 1.0 inches and installed less than or equal to 15 years ago if ($feature.metersize_inches <= '1.0') if (DateDiff(Now(), Date($feature.installdt), 'year') <= 15) { return "Small Meters installed up to 15 years ago" } //Meters greater than or equal to 1.5 inches and installed less than or equal to 10 years ago else if ($feature.metersize_inches >= '1.5') else if (DateDiff(Now(), Date($feature.installdt), 'year') <= 10) { return "Large Meters installed up to 10 years ago" } //Time since meter installation is none of these else { return "None of these" }
... View more
03-18-2024
07:26 AM
|
0
|
4
|
732
|
POST
|
Figured it out. I had created nice little ballot box symbols in the past (Vector point). Apparently, these no longer work. If I updated the symbology to use Basic Shapes, then the point features are displayed. Went a step further and imported my original ballot box GIF files through the Symbol Styles...Added Styles pane in Map Viewer. Worked great!
... View more
03-07-2024
08:33 AM
|
0
|
0
|
2811
|
POST
|
Publishing new did not work. Tables in both feature layers are viewable, select and 'zoom to' works, but no point symbols are showing.
... View more
03-07-2024
07:43 AM
|
0
|
1
|
2813
|
POST
|
I overwrote the service and the blue dot persists. I removed the layer and added it back in to the web map, configured the pop-up. Blue dot persists. Shared to Everyone. I suppose I need to delete the feature layer now, and simply publish a new one.
... View more
03-07-2024
07:18 AM
|
0
|
2
|
2814
|
POST
|
Hi. I am having this problem now too. I updated the web map and feature layers in early February, and all were working well. The web map is composed of two hosted feature layers, a polygon layer with six polygons and a point layer with six points - election districts and polling places. The polling place layer will not load in the web map and therefore is not available in the instant application in our public facing GIS gallery. In the web map, the point layer has the little blinking blue dot, which keeps on blinking. I suppose I will have to overwrite (republish) the layer, or is there something else I can try?
... View more
03-07-2024
06:13 AM
|
0
|
3
|
2815
|
POST
|
Hello. I created a web map and then used the Basic template in the Instant Application builder to create a shareable application. Following the Publish step, a Share window opens. The Copy Link copied the full URL with the appid included, so I thought the application could now be viewed by others (based on the sharing). I closed the Share window without launching the application. I closed the Configure window. I accessed the application's Item Overview page and copied the URL from there and sent it out. I found out later the URL was opening a web map for Washington state's DOT - not my web map. I then noticed the URL did not contain the appid. Am I missing a step that appends the appid= to the URL?
... View more
02-23-2024
07:56 AM
|
0
|
0
|
293
|
POST
|
UPDATE: I can now choose cart type, enter an address, and have the record associated with the cart type and its location (geometry) retrieved. After tinkering with the Calculation, Choice_Filter, Relevant, etc. options in Connect, I ended up adding search parameters to my 'autocomplete search' function in the Appearance option: autocomplete search("address?url=https://yourserviceurl/FeatureServer/0",'contains','cart_type',${cart_type}). I also had to increase the "max record count returned by the Server" service to be able to access the 20,000+ records. Data retrieval time remains fast. For more information on Search Appearance....
... View more
11-03-2023
08:14 AM
|
0
|
0
|
883
|
Title | Kudos | Posted |
---|---|---|
1 | 04-23-2018 12:44 PM | |
1 | 02-03-2022 05:40 AM | |
1 | 07-19-2024 03:32 PM | |
1 | 07-09-2024 02:14 PM | |
1 | 06-21-2024 08:55 AM |
Online Status |
Online
|
Date Last Visited |
4 hours ago
|