|
POST
|
This would be for our servers. We have had a few times where we have been under routine maintenance or our services have been down and we are trying to fix them and have had the the information banner up and running and still get emails and phone calls about them being down. I don't want to have to put that information into every splash screen. The informational banners do not populate to everything that is deployed nor do they give me the space or functionality that I want. This would also be deployed on our intranet and on our website. We do not have a list of users outside of the county. I have a couple that I typically contact, but not a list. (We may consider making an email list, but that's not on the table right now.) I want to create a page that visually lets people know what's going on, and what to do if there is an outage. Something that will be linked to from ALL of the splash screens, displayed on our Open Data Portal and various hub solutions we have deployed, and that is appealing enough to spark a reminder for them to go look at when things stop working.
... View more
06-16-2025
07:48 AM
|
0
|
0
|
1552
|
|
IDEA
|
Good to know it's being considered! Thanks for the Solutions Diagrams!
... View more
06-16-2025
07:15 AM
|
0
|
0
|
973
|
|
POST
|
Has anybody considering creating something akin to the ArcGIS Online Operational Dashboard "light" for their organization? I'm considering adding something that would be used by the administrators to relay information about issues with our services, rather than us having to field 81,000 phone calls and emails when something goes down or becomes laggy. I'm thinking something like Intranet, Website, Database, Citrix, Tax Receipting, etc. along with "normal", "issues reported", "routine maintenance" and down, along with comments or notes about when to expect it to be working again and work-arounds, etc. I was playing around with Survey123 (for the admins) and a dashboard for the reporting, but I can't get the the dashboard elements to "see" the data. I can use an indicator to get it to count how many submissions there are, but when I switch it to feature and try to specify a field it tells me that there aren't any fields. If I try to use a data expression, it tells me that there aren't any variables for the profile. Is there a better/easier way? Am I overthinking (again)? Google is no help because any of the keywords I use are so ubiquitous that I get a million hits with no relevance to what I'm doing.
... View more
06-13-2025
01:32 PM
|
0
|
3
|
1627
|
|
IDEA
|
Yeah. Same Idea but with ExB. I do have Admin Tools for ArcGIS Pro and there is a re-wire for WAB and for Dashboards, but not ExB.
... View more
06-10-2025
02:00 PM
|
0
|
0
|
3955
|
|
IDEA
|
Good to know. Thanks. I'll give it a try. It would still be able to do it without in going a back door.
... View more
06-10-2025
12:47 PM
|
0
|
0
|
3976
|
|
IDEA
|
I would like to be able to choose which parts of a solution I would like to deploy. Sometimes I need a survey, sometimes I just need a hub (or sites) page. As it is now, I have to download the solution, figure out what parts I need, figure out what is connected to those parts and then delete what I don't need (while hoping I don't accidentally delete something I actually do need.) I would like to to say "hey, I need this hub and this app, but I don't need the survey." select the Hub and the App and their dependencies and just go with it.
... View more
06-10-2025
11:40 AM
|
7
|
3
|
1058
|
|
IDEA
|
I have an Experience Builder App that has 18 filters, some of which are compound. The filters are all park amenities and the end user can toggle on one or more amenity to filter out which parks will meet their needs for their trip. I created the app anticipating that we would self-host the parks data. We have since determined that hosting the layer online would be a better fit. I am using the same map with the same data, just hosted in a different place. The only thing that is changing is the location of the data. When I change the source, every filter breaks and goes back to its default state. Meaning I lose the query, action, label name and icon. Not to mention all of the other functionality such as the list of parks. I would like to be able to switch the data source in the map, or app without having to re-create all of the filters in the Experience Builder app.
... View more
06-10-2025
11:07 AM
|
19
|
11
|
4520
|
|
POST
|
OK. That wasn't it. What I have determined is the factor is if I had the Fields Block with the fields in it, this script (and another one that someone gave me) work. If I don't have the fields list in there it doesn't. Which to me seems counterintuitive.
... View more
05-05-2025
06:48 AM
|
0
|
0
|
963
|
|
POST
|
I have an Arcade Expression that has decided to stop working. I was using FeatureSetByName and it stopped running when I changed the layer name. I changed it to FeatureSetByID and it still doesn't work. Set it back to FeatureSetByName and used the new name. Still doesn't work. This is what's weird. When I am configuring the pop-up, it shows up in the pop-up. When I click on a feature, it doesn't. I even tried adding it as an expression in the table. Same results. It shows up in the configuration, but not in the pop-up. The frustrating part is that it used to work. Anybody have any ideas. var fields = ["Baseball_Softball", "Benches", "Biking_Trails", "Birding_Wildlife_Viewing", "Boat_Launch", "Cross_Country_Skiing", "Drinking_Water","Enclosed_Shelter","Equestrian_Trails", "Fishing", "Grills","Historical_Area", "Mulitple_Gender_based_Restrooms","Natural_Study_Area","Non_Motorized_Boating","Open_Shelter","Paved_MultiUse_Trails", "Picnic_Tables","Play_Fields_Open", "Rest_Room", "Single_Unisex_Restroom", "Sledding_Area", "State_Natural_Area","Trail_Shelter", "Unpaved_Hiking_Trails"]; var features = FeatureSetById($map, "1963b1ca2de-layer-23", fields, false); var aDict = Schema(features); var aArray = aDict['fields']; var output; for (var j in aArray) { //console(aArray[j]['name'] + ' ' + $feature[aArray[j]['name']]) if ($feature[aArray[j]['name']] == 'Yes') {$map output += aArray[j]['alias'] + TextFormatting.NewLine; } } return output;
... View more
05-02-2025
01:57 PM
|
0
|
2
|
1038
|
|
POST
|
THANK YOU! I tried a couple different solutions for my map and they didn't work. They would show up when I ran them in the configuration dialog, but not in the actual pop-up. I tried both the Arcade expression and the Attribute expressions. I finally tried this one and got it to work as an attribute expression.
... View more
04-22-2025
10:22 AM
|
0
|
0
|
1633
|
|
POST
|
Did you create a local view of the World Geocoding Service? If you did and that's what you have selected as the locator service, you have to be logged in to your organization to use it. If you aren't logged in and that's the only service you are connected to, that search bar won't see anything.
... View more
04-15-2025
06:07 AM
|
0
|
0
|
1236
|
|
POST
|
I know this is almost a year old, but for anybody else who is struggling with this, I found something not perfect but serviceable. You can offset the drop shadow. You can't get rid of the OG line and the drop shadows aren't opaque, but it works.
... View more
04-11-2025
12:50 PM
|
0
|
0
|
2158
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Friday | |
| 1 | 04-22-2026 01:04 PM | |
| 1 | 03-31-2026 08:44 AM | |
| 2 | 03-31-2026 08:54 AM | |
| 10 | 03-03-2026 07:30 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|