|
POST
|
I'm running into a similar issue, but I'm using a hosted feature layer that's just a hosted table (no geometry) and I can't seem to get the text widget to show times. I have tried connecting to it directly through the widget, as well as connecting to the data through a web map that has the 'Show time' toggle enabled on the field for the layer. Does it not work for hosted tables?
... View more
09-23-2022
10:12 AM
|
3
|
0
|
2775
|
|
POST
|
...bump? It's been over a year and I still have no idea how to do this, or whether it's even possible. Surely I can't be the only person to run into this!
... View more
09-23-2022
10:07 AM
|
0
|
0
|
3683
|
|
POST
|
I'm having a similar issue. I'm wondering if support for downloading data from hosted tables (rather than hosted feature layers with actual geometry) was dropped or screwed up in a recent update? I have a dashboard more than a year old that consumes a hosted feature table with no spatial info, and the download option was available and working all that time. Recently, I noticed the download button stopped working and would give a 505 error instead. Now (not sure if related or unrelated) my hosted table went corrupt or something and I had to re-upload it entirely, but no matter what I do I can't get that download toggle to appear again, despite having the Extract capability enabled in the item settings. EDIT: Just realized this post was in regard to ArcGIS Enterprise 11 -- my issue is on ArcGIS Online
... View more
09-21-2022
02:37 PM
|
0
|
0
|
2003
|
|
POST
|
@DougBrowning It's a pretty big service, and has multiple layers/endpoints. I actually am truncating the entire table and appending the new data back in using the ArcGIS for API for Python, which otherwise works fine, but I get an error whenever an outstanding replica is present. While I suppose I could make the service for the reference data editable, and try to apply the changes like normal field edits by checking out a copy, that would potentially open up a lot of room for field users to accidentally make edits to the reference data, if the web map owners don't have their web maps set up correctly to prevent that. I was hoping these layers could be a resource for lots of different users within our org to include in a multitude of offline projects—and it wouldn't really be feasible to monitor every person that grabs them for a project and make sure that they set up their maps to prevent edits to the reference data, or expect them to read some specific instructions on the item details page that they might never even see. It's entirely possible I'm completely over complicating this workflow and there is some simpler solution I'm just overlooking. I did consider creating a custom basemap, but a lot of the reference data isn't just visual reference, and is only really useful to some users if they can click on the features and get pop-up attributes. Also, go Pack go!
... View more
09-21-2022
02:31 PM
|
2
|
0
|
3915
|
|
POST
|
Often in our Field Maps mobile projects, we have a need to include non-editable reference data in the web map. Sometimes this reference data changes fairly frequently, and the hosted feature layer needs to be updated. In some instances, we've found the easiest/most reliable way to do this is to schedule an ArcGIS Notebook to do the update for us. However, in order to take a Field Maps project web map offline, all layers in the map need to have sync enabled, regardless of whether or not they are editable. Sync can be enabled/disabled on hosted feature layers using the ArcGIS API for Python, which is required in order to make updates to the data, however, sync can not be toggled off if the hosted feature layer has any outstanding replicas. So all that said, I am trying to figure out the best workflow to make automated updates to a hosted feature layer that has sync enabled, and may often have outstanding replicas as users check out the data for their offline Field Maps projects. I know I can unregister replicas via the python API, however I'm wondering how that may affect other layers in the offline web map when the user later tries to sync. Since the service I'm unregistering would not be editable regardless, would this essentially have no affect on the user when they go to sync their projects? Or is syncing an all or nothing process, where other editable layers in their offline project with changes will fail to sync because their replica for a reference layer was unregistered? Hope that makes sense. Appreciate any help. If nobody knows, I'll eventually try to set up a test and report back, but hoping someone else already knows the answer and can save me the trouble of setting that up.
... View more
09-19-2022
09:01 AM
|
0
|
3
|
4009
|
|
POST
|
Great to hear, thank you for the quick response Russel
... View more
08-19-2022
12:38 PM
|
1
|
0
|
1592
|
|
IDEA
|
This is more of an ArcGIS API for Python idea than strictly Notebooks, but I don't see a group for that. A need we've had for quite some time now is a more efficient notification system for pending requests to join an ArcGIS Online Group. As of now, there isn't a way to check (that I can see) that doesn't involve actually logging in to ArcGIS Online and going to the Groups page. There are a couple of existing ArcGIS Ideas posts about the option to be notified by email, but since they've been unresolved for so long I'm assuming there is an issue with introducing this functionality. As an alternative, it would be nice if the ArcGIS API for Python 'Groups' class could have an additional property added stating if the Group has has any pending join requests outstanding (or better yet, even tell you how many!). Then users could at least write and schedule their own Notebooks to handle this task for them - for example, do a daily check of specific Group(s) for pending join requests and send out an email if any are found (using a method such as those in the ESRI Sample Notebook: Deploy Automatic Notifications). A built-in option to send email notifications for Groups would still be ideal, but being able to write a custom Notebook using such a property would be find, too. Thanks -Aaron
... View more
08-19-2022
12:36 PM
|
3
|
0
|
1090
|
|
POST
|
Hello, In the current (new) Map Viewer, the default rendering for Cluster symbology is based on the predominant value type found in the cluster. I'm wondering if it's possible to use something other than predominant type via an Arcade expression, however I can't find where I would do this within the Cluster symbology menu. A use-case example would be if you had a feature layer of overlapping inspection points that have a status of Complete (green), Due (yellow), and Overdue (red) -- and you want any cluster that contains even one Overdue point to symbolize as red, even if it is the minority. Currently, is there any way to modify this default behavior? If not, is this on the feature roadmap? If it is already possible, how would one go about doing this? Thanks!
... View more
08-19-2022
12:20 PM
|
0
|
2
|
1628
|
|
POST
|
Hi Amanda, I've been running into this same issue for months. What I've noticed is that it seems to happen if you've been logged in to AGO on the same browser window for a certain amount of time. If you log out first and sign-in again, the Groups 'View All' button should work again. Hoping it will get fixed one day, but that's the workaround I've found for now.
... View more
08-19-2022
12:10 PM
|
1
|
0
|
3107
|
|
POST
|
Doh! That’s exactly what it was. I had opened a new Notebook just to see if any of the packages had been updated. Thank you for clarifying the behavior of the Info pane for me, I had never noticed it worked that way before. Much appreciated!
... View more
07-08-2022
03:36 PM
|
0
|
0
|
1604
|
|
POST
|
Hello, not sure if I'm just unable to find where it has moved to or if it was removed entirely, but prior to the most recent update there was an 'Info' button in the top menu where you could check the version of each package/module being used by the current version of Notebooks you had open. This was very helpful in troubleshooting. Does anyone know where it can be found, now? Or if it was removed, please consider re-adding it?
... View more
06-24-2022
09:52 AM
|
1
|
2
|
1675
|
|
POST
|
@Luke_Pinner Thanks so much, had the same problem and this did the trick for me. Had tried reinstalling Pro but that didn't solve it. Not on any sort of work or school network as Ryan suggested, so not sure what causes this.
... View more
05-30-2022
09:23 AM
|
2
|
0
|
4863
|
|
POST
|
Hi @KevinBurke , For this specific project, we are using just one ArcGIS Online hosted feature layer. We are able to complete the download of the offline area. The problem occurs when we go to create a new feature (points, in our case): the contingent values do not appear as 'Recommended' in the dropdown, nor do any of the contingent fields auto-populate when there is only one possible value, based on previous choices. This workflow functions normally when not using an offline area (recommended values appear, certain fields auto-populate). Thanks,
... View more
05-20-2022
10:09 AM
|
0
|
0
|
5724
|
|
POST
|
Hello. It appears that the support for contingent values added in the May 2022 update only applies when working online. We have a project where contingent values created in Pro will work as expected in the Field Maps mobile app (Android) while working online, but once you create an offline area, they no longer function in the app. No other changes to the project were made. Is this a known issue or expected behavior? I haven't been able to find it referenced in the documentation anywhere. https://doc.arcgis.com/en/field-maps/android/help/fill-out-forms.htm#ESRI_SECTION1_7E7EF23C996E4EA7AB5986540DF2D812 Thanks.
... View more
05-17-2022
12:46 PM
|
4
|
17
|
9314
|
|
POST
|
@heatherdawsorry I forgot the top bit of the script which imports strftime and defines the username and home directory. Edited the original post above to include those at the top.
... View more
05-12-2022
08:32 AM
|
0
|
0
|
4927
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 04-24-2026 09:14 AM | |
| 1 | 09-19-2023 08:22 PM | |
| 1 | 06-24-2022 09:52 AM | |
| 1 | 03-26-2026 12:44 PM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|