|
POST
|
Yup, you have to uninstall Connect before installing the newer version. When uninstalling, it will say this: My surveys are stored elsewhere (which I believe is the default), so that's fine. You can double check where yours are saved by clicking on a survey's 3 dot menu in Connect and then choosing Show folder and seeing where that folder lives.
... View more
01-08-2020
12:41 PM
|
0
|
1
|
2166
|
|
POST
|
Chris Whitmore's answer here helped me: https://community.esri.com/message/827156-re-feature-layer-view?commentID=827156#comment-827156
... View more
01-06-2020
10:47 AM
|
2
|
0
|
2823
|
|
IDEA
|
Currently, the URL parameter in Operations Dashboard will filter the category selector. When I pass param=City of Saline, I get: This renders the dashboard mostly useless. Users cannot navigate between the rest of the municipalities themselves. Please also allow the option to simply select that choice instead of filtering out all the rest so it would look more like this with the rest of the choices still there: Original Post: can Dashboard URL parameter select (not filter) category selector?
... View more
01-06-2020
05:30 AM
|
101
|
24
|
12683
|
|
POST
|
Hi Derek, thanks so much for checking with them! I'll make the idea right now Here's the idea: Allow Operations Dashboard URL parameter to SELECT... - GeoNet, The Esri Community
... View more
01-06-2020
05:24 AM
|
5
|
0
|
3694
|
|
IDEA
|
Hi Jacob, Thanks for replying. Happy New Year! - They are 3 separate lines, each with only 2 vertices. - I only see the option to flip the colors with Gradient Stroke, not rotate which direction it's going. - Adding a Rotate Effect rotates the whole line so they no longer point where they should. - I don't see any way to get a gradient effect by modifying the Solid Stroke option. - I mentioned modifying the Picture Stroke with a picture of a gradient. Do you know if it can be stretched to the full line for all zoom levels?
... View more
01-02-2020
06:14 AM
|
1
|
0
|
12461
|
|
IDEA
|
There are a couple old posts about this (like Want to symbolize lines with color gradient ), but I'm wondering if Pro has this capability now. I can make my lines have a gradient, but it runs perpendicular to the direction of the line. I was trying to make a flow line map (Creating radial flow maps with ArcGIS), and would love for the color to follow the direction of travel to help users understand what's happening. The closest I've gotten is with a picture stroke of a gradient in the correct direction, but then it repeats/changes based on your zoom level. I don't see an option to stretch the picture to fill the length of the line. Am I missing any options?
... View more
12-19-2019
07:59 AM
|
3
|
4
|
12986
|
|
IDEA
|
Good news, this is in the works! General FAQ—Workforce for ArcGIS | Documentation : What is planned for Workforce? - Allowing mobile workers to assign themselves to assignments - Allowing mobile workers to create assignments - Increasing dispatcher efficiency with the ability to automatically assign work - Support for creation of recurring assignments
... View more
12-19-2019
06:34 AM
|
1
|
1
|
4257
|
|
IDEA
|
Are you envisioning using it on a desktop PC or mobile browser? The desktop PC wouldn't provide an accurate location for your features, so it seems limiting. Unless, are you just looking to add records to a table? (I'm not sure if that's possible at this point) Are you trying to avoid end users from having to install an app?
... View more
12-19-2019
06:28 AM
|
0
|
0
|
1610
|
|
BLOG
|
Thanks for the link! The first suggestion on that page worked for me and I can open the file now: File>options>trust center>trust center settings>protected view>uncheck all
... View more
12-18-2019
09:30 AM
|
0
|
0
|
21915
|
|
BLOG
|
Thanks for posting these! However, I get an error when I try to open it. "PowerPoint found a problem with content in [the.potx]">I try to repair it>Says it can't read it/"the presentation cannot be opened. Your antivirus program may prevent you from opening the presentation." I'm using Powerpoint from Office 365 ProPlus. I can't temporarily disable my antivirus. Do you know what might be causing this within the file?
... View more
12-18-2019
07:06 AM
|
0
|
0
|
21915
|
|
IDEA
|
How does this functionality not exist yet? I don't want to have to open the AGO table in Pro just to add a record.
... View more
12-13-2019
11:48 AM
|
5
|
0
|
9754
|
|
POST
|
Hi Alexandra, I'm not sure what fixed it, but looking at my notes, some of the things I tried were repairing the user's installation of ArcMap, deleting the normal.mxt, and upgrading him to the latest version of ArcMap. Eventually he reported that it was working fine. Hope one of those helps you!
... View more
11-27-2019
11:16 AM
|
0
|
1
|
1306
|
|
POST
|
When dragging a widget, hold down the shift key, the docking icons will change to green and you can dock them more within each other like the dashboard you were looking at shows
... View more
11-26-2019
07:34 AM
|
3
|
1
|
1246
|
|
POST
|
I thought I had this working at some point, but I'm not seeing how to do it now and it doesn't seem to be possible. I've set up a URL parameter in my operations dashboard to accept param=MUNICIPALITYNAMEHERE. The only action choice for category parameter is Filter. I can Filter the Category Selector I have in my header which is set to filter all the other widgets and charts to show stats for that municipality. Unfortunately, this is a FILTER on the category selector, so then it will only show that one MUNICIPALITYNAME and the user can't navigate between them. Is there any way to get the URL parameter to not filter, but just select that choice from the category selector so that all the other values remain in the dropdown? I don't see the point of filtering the category selector with the URL parameter, it just limits functionality in the dashboard. I could configure the URL parameter to filter all the widgets in the dashboard itself, but then the category selector shows the wrong municipality and would confuse the end user. What I want, all the choices still there: What I get when I pass param=City of Saline:
... View more
11-26-2019
06:59 AM
|
5
|
3
|
4051
|
|
POST
|
Sorry about that, sounded like an Arcade question. I wasn't sure, so I just messed around in ArcMap for a bit and this worked for me: - Set Text String as Expression (not a field) - Set Parser to Python - Check Advanced so it's ON - below the def FindLabel(SOMETHING): put these 2 lines of text, making sure they have one space in front of them so the first line ("def") is the furthest left. mxd = arcpy.mapping.MapDocument("CURRENT") return int(arcpy.GetCount_management(arcpy.mapping.ListLayers(mxd)[0]).getOutput(0)) I don't know if this is the most efficient way of writing it, but it worked for me. It didn't work while I was editing the layer, but once I saved and stopped editing, the labels would update with the new number. Change the 0 to the index of your layer in the table of contents (first layer = 0, second layer = 1, third layer = 2, etc.) Hope that works for you!
... View more
11-25-2019
12:15 PM
|
0
|
1
|
4450
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-23-2025 06:30 AM | |
| 1 | 03-10-2026 10:37 AM | |
| 3 | 03-05-2026 01:21 PM | |
| 1 | 02-12-2026 07:21 AM | |
| 2 | 09-04-2025 12:24 PM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|