POST
|
Hello! I am an Experience Builder newbie. I have managed to create an "information lookup" experience to serve basic address, parcel, zoning, and FEMA information. I have a simple pop-up on each operational layer. I have Views(?) in the left side bar list for the four layers (and legend, basemaps, etc.), which can be scrolled, and shows the same information as in the pop-ups. I noticed that I have to scroll through the pop-up to update the information in the side bar views, when I click on a different map location. I fear this will cause confusion by the user. What I am doing wrong in the settings that would cause this issue, and how do I resolve it? Many thanks.
... View more
|
0
|
0
|
70
|
POST
|
Jamie, Sorry to hear of your struggles. It's been a while, but I recall "going off script," and using the copy of the original solution's 123 form and modifying it as we needed. While the Survey123 form worked well and was used by the residents in Newark (Delaware), we were disappointed in the number of surveys returned/submitted. The only part of the Esri LSL Inventory solution we use, is the original solution feature service, ServiceLine. I either modified the solution's web map (s) or created new ones. We created our own Dashboards too. Eventually, we created a feature class in our enterprise sde GDB, which we consider the "source of truth" for all things water service line related. Any water material line data present in our other water distribution sde feature classes (e.g., curb stops), were added to this feature class, and updating those fields elsewhere has been suspended. Thus, we have, for now, stopped using the Survery123 form to collect service line material. Apologies for the rambling. We are now moving into next steps to add to the inventory. Regards, Jay
... View more
3 weeks ago
|
0
|
0
|
56
|
POST
|
Laura, Many thanks! I usually forget about that one important detail. Regards, Jay
... View more
10-07-2024
06:26 AM
|
0
|
0
|
131
|
POST
|
Hello! I have updated content and republished several feature service layers (Sharing......Overwrite Web Layer) from ArcGIS Pro. These are service layers that have been in use in various web maps for several years now. When opening the web map in the ArcGIS Online (new) map viewer, the existing layers show an error in the TofC and do not load. I have to re-add each (now republished) layer, rename the layer, and reconfigure the layer pop-up - a real chore. I read somewhere that this is the expected behavior in the web map when updating a service? I am using a configurable application, Information Lookup. When I open the app, two of five layers I have updated, show the following message: Layer is not in the webmap:service_name_####, where the service_name_ is the name of my service followed by some four digit number. However, the service layers are in the webmap. Interestingly, the two layers show in the application map but are not honoring the symbology. Instead, some default(?) symbology is used. I went back to the web map, and changed the symbology slightly on the two layers, and saved the changes/map. While the symbology has improved, I still get the errors on those two layers when I open the application. I cannot figure out why this is happening in general and happening with these two layers. Any help would be appreciated. Many thanks, Jay
... View more
10-02-2024
09:04 AM
|
0
|
2
|
212
|
POST
|
I think I have this figured out. In this example, I have a starting inventory of 188 95 gallon recycle carts. I pulled seven carts from inventory and the result is 181 remaining. The Indicator element is filtering the cart type, cart size and cart transaction where carts are pulled from inventory and delivered to residents. var difference = 188 - $datapoint["count"] return { middleText: difference }
... View more
09-16-2024
08:28 AM
|
0
|
0
|
227
|
POST
|
Howdy! I am trying to create a series of inventory counters in ArcGIS Dashboards on ArcGIS for Enterprise 10.9.1. The inventory is of refuse carts of three types recycle, trash and yard waste, each having up to three sizes (35, 45, and 95 gallons). I was considering starting with a supply of carts, a number, then subtract from it each time a cart of that type and size is pulled from inventory and the delivery is completed. For example, I have 100 95 gallon recycle carts (R95). I pull three from inventory and deliver them. I would like a counter that shows 97 R95 carts remain. Each time I pull a R95 cart(s) from inventory, the count decreases. We use Survey123 Connect to record and manage the various cart transactions. I have a Delivery Complete field (yes, no) in the Survey form. My thought process was to use Arcade, sum the number records for Delivery Complete (=Yes), filtered by cart type and size, and subtract that count from the starting inventory value for that cart type and size. As the Delivery Complete value increases, the remaining cart count decreases. Does this approach make sense? If yes, I am struggling with coding the idea in Arcade. Or is there another way to achieve a dynamic inventory count?
... View more
09-13-2024
01:12 PM
|
0
|
1
|
296
|
POST
|
I was comparing the 'Trees' feature service with 'Trees_public' service after I deployed the solution. If I am not mistaken, the _public service does not have a field called "adoptedby." Just curious as to why.
... View more
09-04-2024
08:55 AM
|
0
|
2
|
323
|
POST
|
Hello, we are considering deploying the Tree Management Solution to manage our tree inventory in 2025. The inventory will likely be generated by an external consultant. I would like to provide the attribute table for the primary feature class/service used in the solution to the consultant. Is there a way to download the attribute table schema without having to download the solution? How will the solution evolve with Workforce being rolled into Field Maps? And is there an ETA on when Workforce will be replaced in the solution? With the Enterprise version, will the public need credentials to access the public-facing solution components? Many thanks, Jay
... View more
09-03-2024
08:49 AM
|
0
|
5
|
382
|
POST
|
Hi Barry, Thanks for the reply. The "map frame" phrase was a poor choice to use. I failed to mention that definition queries were involved as well, with multiple maps each with different queries filtering the same data. I was looking for a lazy way to keep things straight and organized. Regards, Jay
... View more
07-24-2024
11:33 AM
|
0
|
0
|
240
|
POST
|
Hello! In some Pro projects, I have multiple map frames open, which may contain the same feature classes in each, as well as other feature classes. If I open a few attribute tables for Map frame 1, and then switch to Map frame 2, the attribute tables already open are still correlated with Map frame 1. Is there a setting or similar, that keeps the tables aligned with the map frame, when one switches between frames? So, if Map frame 1 is open, and I have attribute tables for Map frame 1 open, and I switch to Map frame 2, the tables I had open for 2 will show. I fear I am not making sense. Maybe a "discrete container" idea, multiple map frame containers with associated layers, and attribute tables in each. I made some unexpected editing snafus....thanks in advance. Jay
... View more
07-24-2024
08:47 AM
|
0
|
3
|
278
|
POST
|
Bingo! I think I have this resolved. I modified the script to remove the 'L0ServiceLine' in the field name, and this restored the dots in my wLSL feature class. I don't know how this happened in the first place, but I know what to do going forward. Thank you again for your help.
... View more
07-22-2024
08:21 AM
|
0
|
0
|
309
|
POST
|
Hi Alex, I believe the dot labeling issue has to do with the join I have in place. It appears the Arcade labeling code from the original solution gets updated or overwritten based on the newer field names. In testing in a separate Pro project, if I replace the Arcade code with the code from the original solution the dot labeling returns. Original Solution Arcade code if($feature.utilverified != "Yes" && $feature.custverified != "Yes") {return " ●●"} else if($feature.utilverified != "Yes" && $feature.custverified == "Yes") {return "●"} else if($feature.custverified != "Yes" && $feature.utilverified == "Yes") {return " ●"} My feature class Arcade code. I have no clue why the Survey123 L0ServiceLine field names are shown or where this comes from? wLSLServiceLines is my feature class on sde, created from the ServiceLine layer, and represents our source of truth. Again, the dot labeling and symbology were working fine for the past several months with this feature class. I think I can simply replace the current code with the solution's original code and all will be well. I would like confirmation though. And thank you for your help! if($feature['.....wLSLServiceLines.L0ServiceLine.utilverified'] != "Yes" && $feature['.....wLSLServiceLines.L0ServiceLine.custverified'] != "Yes") {return " ●●"} else if($feature['.....wLSLServiceLines.L0ServiceLine.utilverified'] != "Yes" && $feature['.....wLSLServiceLines.L0ServiceLine.custverified'] == "Yes") {return "●"} else if($feature['.....GIS.wLSLServiceLines.L0ServiceLine.custverified'] != "Yes" && $feature['.....wLSLServiceLines.L0ServiceLine.utilverified'] == "Yes") {return " ●"}
... View more
07-22-2024
08:13 AM
|
0
|
0
|
309
|
POST
|
Hi Alex, Yes, I have been updating the verified fields. The dots have been present for months, disappearing as expected, when I update the verified fields. The Arcade code is present in the labeling properies pane. On top of this, I began to have trouble Friday with symbology failing during a join to another layer. Maybe the two, labeling and symbology, are related? In addition, to updating my LSL FC with the Survey123 results, I was attempting to bring over water main, curb stop, and lateral line material values from the other sde FCs, to better populate the service line layer. I started getting the following error message: Warning:
Primary symbology relies on one or more fields that are invalid. I found a technical bulletin work around which helped me correct the symbology issue, but the dot labelling was never restored. I really don't know what else to do. I have updated10,000 records and worry about something being corrupted. I was close to concluding the historic data search, and now the above starts to happen.
... View more
07-22-2024
07:19 AM
|
0
|
0
|
314
|
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
|