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
|
556
|
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
|
574
|
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
|
589
|
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
|
2069
|
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
|
2071
|
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
|
2072
|
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
|
2073
|
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
|
247
|
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
|
683
|
POST
|
Hello! I am trying to figure out how to write a pulldata function that has two feature filters, I assume placed in the WHERE clause. I am building a refuse cart solution that tracks cart type (trash, recycle, yardwaste), cart size, cart serial number, etc. in Survey123 Connect (on Enterprise Portal 10.9.1). The original feature class contains three records per property, one record for each cart type, from which I published a feature service to our federated Server. I am using the pulldata @layer workflow and would like to filter on cart_type first, based on the choice in a select_one question, then filter on the address field, thus retrieving that one unique record from the service table. Is this possible to do in one pulldata statement? Any help, example code, workflow, etc. would be appreciated. Many thanks, Jay
... View more
11-01-2023
11:20 AM
|
0
|
1
|
762
|
POST
|
Hi Tim, I have not heard anything more on the Sidebar coming to Enterprise, or anything more on the "missing" information in the pop-up depending on whether its anchored or floating. We are still at Enterprise 10.9.1, so I don't know if Sidebar, etc., is available in 11.x, but to be fair, I haven't inquired either. Regards, Jay
... View more
10-12-2023
11:37 AM
|
0
|
0
|
1214
|
POST
|
Hi. I am working in Experience Builder where I am trying to count features similar to the Indicator widget with filtering in Dashboards. I am using ExB in Enterprise 10.9.1. I am building a refuse cart distribution application. We distribute carts for new homeowners (NEW), distribute additional carts to existing homeowners (SECOND), replacement carts (REPLACE) and track carts returned (RETURN). In each of these four cart transactions, we have three feature layers for Trash, Recycle and Yard Waste carts. When I connect data in ExB, the Trash cart layers in each group are missing. I am a bit of novice with ExB, so maybe its operator error?! Currently, only the NEW group is visible as are the three cart layers in this group in the web map in map viewer. I haven't figured out how to count yet in ExB, but assume I need to resolve the 'missing' layer issue first. Any help on this issue and clues on setting up counters in ExB would be greatly appreciated. Many thanks, Jay
... View more
09-18-2023
10:03 AM
|
0
|
1
|
486
|
POST
|
Zach, Thanks for the idea. If I understand you correctly, any 'cart_type multiple answers' of any two or all three cart types get returned as 'other,' which I can then manage (click off) in the symbology pane? I will give it a try. Thank you, Jay
... View more
09-01-2023
10:33 AM
|
0
|
1
|
1040
|
POST
|
Hello! I continue to build a cart management application in the wildly exciting space of refuse carts. We are using the new Map Viewer in ArcGIS Enterprise 10.9.1. I am trying to create unique feature symbology using an Arcade expression. The overall workflow is initiated on the office admin side (enter cart type and size requested by transaction type) using Survey123 Connect forms embedded in Experience Builder. The survey records are updated in the field using Field Maps smart forms (cart size delivered and the serial number of the cart). Here is the breakdown of refuse cart variables (all are type=text variables): Transaction type [new carts, replace carts, second carts, and return of carts], Cart type (trash, recycle, yard waste], and Cart size [large, small]. I am trying to use Arcade to create unique symbology based on the six combinations of cart type and size (trash small, trash large, recycle small, recycle large, yard waste small, yard waste large). I have found useful posts, for example, How To: Group Unique Values from Multiple Attribute Fields Using Arcade Expressions in Arc (esri.com). Unfortunately, I was not successful using the example code in this article. In my Survey123 Connect XLSForm, the cart type question is select_multiple from a list of three cart_type choices (trash, recycle, yard waste), as each Transaction type can include any one, any two, or all three cart types. The cart_lgsm size question is select_one from a list of two choices (small, large). I am assuming one issue might be the select_multiple cart type question in the Survey form and my Arcade code expecting a single response. For example, if cart_type==trash, and cart_size==small, return 'smalltrash' won't work if the response was 'trash, recycle' to the cart_type question. My Arcade skills are beginner level. In my mind, it seems straightforward to have a script that will create the six options for symbology, but "on paper" I struggle to create the code. Any help would be appreciated. Many thanks, Jay
... View more
09-01-2023
09:14 AM
|
0
|
4
|
1118
|
POST
|
Hello. We have experienced a similar problem with both ArcGIS Pro and ArcMap when installing version 18 of the ODBC driver. When we installed version 17, connections could be created. Sincerely, Jay
... View more
09-01-2023
05:48 AM
|
1
|
1
|
1137
|
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 |
Offline
|
Date Last Visited |
Monday
|