|
POST
|
Hi Jared, Sorry, I should have been more clear. By replace the map, I meant you'll need to add your newly made map to the dashboard, then re-point the indicators, KPIs, and filters to the new map and layer. Once everything has been re-pointed, you can then delete the original layer. Starting with a copy will make the process a bit faster since everything will be present. If you wanted a more customized look for each department's dashboard, you could create a new dashboard and use the default item as a template to follow. Andy
... View more
01-28-2020
01:31 PM
|
0
|
0
|
1393
|
|
POST
|
Hi Jared, The layers in the reporting maps are all views of a single reports layer. You should be able to use the unique views (or make your own for each department) in unique maps for each dashboard. Since the default configuration of Citizen Problem Reporter is one dashboard, you'll need to create your own dashboard for each department. As a starting place, you may want to do a "Save As" when editing the deployed dashboard. This way you'll have an outline and would just need to replace the map and repoint the KPIs. Andy
... View more
01-23-2020
01:16 PM
|
1
|
2
|
1393
|
|
POST
|
Hi Steven, What settings are you using for the actions when adopting and abandoning assets? The Adopta widget won't automatically kick the correct date (or clear the date) based on the pop up configuration. If the values aren't quite populating correctly when the widget is set, would it be possible for you to send a screen shot of the widget configuration and the URL for your asset layer? With regards to photos, are you trying to attach through the map viewer or through the Adopta widget? At this time, Adopta can only send preconfigured edits to the asset layers (adopt, abandon, clean, etc.). If you are trying to simply get the attached images to show in Adopta, the top right panel is simply the pop up. If you can get it to show up in the pop up, it should appear there too. Andy
... View more
12-16-2019
08:21 AM
|
0
|
0
|
579
|
|
POST
|
Hi Jared, If the layer doesn't load in the map, you should just be able to open the map, acknowledge the layer is not accessible, and then save it. Since the layer is not in the map at that point, it will update the map correctly. Andy
... View more
12-06-2019
02:54 PM
|
0
|
0
|
1791
|
|
POST
|
Thanks for sending that, Jared. When I access the maps (without the app) they give a warning that indicates one of the layers cannot be accessed. From this end it looks like the county boundary layer is inaccessible. Can you verify that this is shared in the same way as the rest of the layers? Andy
... View more
12-06-2019
12:05 PM
|
0
|
2
|
1791
|
|
POST
|
Hi John, Does every value need to have the extra padding or just values which are shorter than the full length you want? For example, would you want "0011" and "0111" or would you want these to be "0011" and "00111"? If you want the former, you can change the width of the integer generated so your expression would look like this "MANHOLE|4|SSMH[seq]". That should ensure the sequence is 4 digits and will pad with leading zeros Andy
... View more
12-06-2019
10:17 AM
|
0
|
0
|
1325
|
|
POST
|
Hi Jared, Are you still seeing these issues? If so, any chance you can share a link to the app? Andy
... View more
12-04-2019
01:04 PM
|
0
|
4
|
1791
|
|
POST
|
Hi Brent, What type of filters are you using on the web map? If you set the filter to "Ask for Values", does the filter appear as you would expect? Andy
... View more
12-02-2019
12:20 PM
|
0
|
0
|
1271
|
|
POST
|
Hi Dan, You should be able to take care of this with Arcade expressions. Depending on how the data is set up, the expressions would be of varying complexity If you have the subdivision information in the data, you can simply run that value in an if/then/else expression: if (subdivision_number == 1){ return URL_1 }else if (subdivision_number == 2){ return URL_2 }else if( subdivision_number == 3){ return URL_3 } If the subdivision is stored in another layer (it sounds like this is your set up), you can simply pull it with a intersection. var intersecting_division = Intersects ($feature, subdivision_feature) if (intersecting_division.subdivision_number == 1){ return URL_1 }else if (intersecting_division.subdivision_number == 2){ return URL_2 }else if( intersecting_division.subdivision_number == 3){ return URL_3 } What ever you return as the URLs you can then just set as a hyperlink in the pop-up. You can also built the URL within the arcade if you need more variants, such as a specific feature's plans or permits. Andy
... View more
12-02-2019
11:36 AM
|
1
|
0
|
1192
|
|
POST
|
Hi John, If you don't have the ConfigFiles folder, it sounds as if something isn't quite getting unpacked correctly. I suggest reaching out to Technical Support. They'll be able to help get everything working. Andy
... View more
09-25-2019
09:36 AM
|
0
|
1
|
5392
|
|
POST
|
Sorry that didn't quite work. There are still a few more things we can try that I was hoping to avoid since they require some resets. When Attribute Assistant installs, it generates a configuration file which tells the tool how to behave. If you navigate to 'C:\Users\<USERNAME>\AppData\Roaming\ArcGISSolutions\ConfigFiles' you should see a file named 'loaded.aa.config'. If you delete this file, ArcGIS will recreate a new copy on the next load of the program. I'd suggest rebooting your machine before the restart just to get everything cleared up. If that still doesn't work, you can do a soft reset of ArcMap. This will reset all of your toolbars and mxd preferences, so I suggest taking screen shots to make sure you remember what you have. If you navigate to 'C:\Users\<USERNAME>\AppData\Roaming\Esri\Desktop10.6\ArcMap\Templates' you will find a file named 'Normal.mxt'. This is the template that ArcMap updates every time you save, open, or close the program. If you rename this to 'Normal_old.mxt', it will disconnect it from the program. When ArcMap is rebooted, it will recreate this file. Once again, I'd suggest a reboot between renaming and restarting ArcMap. Andy
... View more
09-19-2019
08:18 AM
|
0
|
0
|
5392
|
|
POST
|
Hi John, This will sound silly, but try un-installing and then reinstalling a new download of the add-in. I've seen that workflow fix this error quite a few times. I've also seen changing level of security on your Add-In manager work. If you go to Customize > Add-In Manager and then go to the options tab, you can change the levels to "Load all Add-Ins without restrictions" . Restarting ArcMap will set the settings saved. If neither of those work, try changing the method you are using for installing the addin. You can change where ArcMap looks for Attribute Assistant by going to Customize > Add-In Manager and then going to the options tab. Here you can add the folder where you have the Attribute Assistant File (I suggest a place in documents so you don't lose it and it doesn't try to read your entire machine). Restarting ArcMap will once again save the settings. Andy
... View more
09-18-2019
01:49 PM
|
1
|
0
|
5392
|
|
POST
|
Hi Allison, You can deploy a new copy of a solution by changing the settings of the deployment. In the Top right corner, the three parallel lines (looks a bit like a hamburger) is a drop down where you can change the settings. If you uncheck "Use Existing Items in the Organization", it will redeploy everything for you. If you then need to use some of the existing services (reference layers or other data), you can then just switch them in on the webmap.
... View more
08-07-2019
10:54 AM
|
3
|
0
|
993
|
|
POST
|
Hi Sue, Are you hoping to display the data as a gauge or an indicator? Both of these can filter on a date field and can have multiple filters added. You can build something like: 'Appraisal' = "New" and 'EditDate' is within the Last 1 Day. In the image below, I'm just using the editor tracking fields, but if you have an "Appraisal Date" field, that too would work. The exact same filter will work on an indicator, it will just look different. Andy
... View more
08-07-2019
10:49 AM
|
1
|
1
|
1517
|
|
POST
|
That certainly makes the workflow you are looking for easier. To do this, you'll need to use the Generate ID by Intersect method (link below). Essentially, this will have a unique ID sequence for each area you are intersecting. The area you are intersecting will be used to dictate which ID Sequence to follow. Generate ID by Intersect: https://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-sequences-and-id/#generate-id-by-intersect This will also require a Generate ID Table, if you don't already have one. Documentation on this can also be found below. Generate ID Table: https://solutions.arcgis.com/shared/help/attribute-assistant/workflows/configure-generate-id-table/ Cheers, Andy
... View more
07-17-2019
08:24 AM
|
0
|
1
|
1071
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-08-2025 01:48 PM | |
| 1 | 03-31-2025 08:06 AM | |
| 2 | 01-24-2025 08:36 AM | |
| 1 | 10-16-2024 11:51 AM | |
| 1 | 03-06-2023 10:38 AM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|