|
POST
|
Hi!, I am also still searching for a way to efficiently edit the Creator/CreationDate/Editor/EditDate fields in AGOL feature layers. I was passed this link as a method shared by @ScottMoore__Olympia_ https://community.esri.com/t5/arcgis-online-blog/updating-editor-tracking-data-in-a-hosted-feature/ba-p/901900 I haven't went thru all the steps yet. I wish there was just a way to disable editor tracking and then it would allow you to change the value like any other cell. I know in the past I've spent hours disabling tracking and then trying to get it to append records with the original Creator/CreationDates but even though that setting is disabled its like it persists and would still put myself as the Creator. I'm not sure if there is a lag or what, but it is really a very frustrating task. Similar to other folks sometimes I have survey data that I didn't collect that during appending gets tagged with my credentials/creation date. Its over 4 years since this post and I don't think we have much better solutions as is noted by the posts in the thread for being able to manage these fields. Hopefully Esri will provide a more efficient means. For instance how do you efficiently edit hundreds of records to get the original CreationDate? I mean Creator is one thing, but each record would have a different CreationDate and querying for each record to update to the original date/time is not efficient yet being able to have the original CreationDate is very important. Thanks, Kathy
... View more
10-31-2022
12:30 PM
|
1
|
0
|
3001
|
|
POST
|
Hello!, I have a very similar data expression using the same join example that 'almost' works except I cannot get the max_samptime attribute to populate in the result Feature Dataset although I believe the other data is accurate. At the moment I have it commented out in the code included and have tried several renditions, but I just can not figure it out. I would so appreciate your thoughts! Thanks, Kathy var fs = FeatureSetByPortalItem(Portal('https://www.arcgis.com'), '669d6d77f2bc4ca7ad1ec208c3db90fd', 1, ["fishdataid","towername",'samptime','stockgroup'], false);
//return fs
var grouped = GroupBy(fs, ['fishdataid'], [
{ name: 'max_samptime', expression: "samptime", statistic: 'MAX' }]);
//return grouped
var features = [];
var feat;
for (var f in grouped){
var fish = f["fishdataid"]
var sdate = ToUTC(f["max_samptime"])
var sql = "samptime = '" + sdate + "'AND fishdataid = '" + fish + "'"
for (var p in Filter(fs, sql)){
feat = {
attributes: {
fishdataid: fish,
//max_samptime: sdate,
towername: p['towername'],
stockgroup: p['stockgroup'],
}
}
Push(features,feat)
}
}
var joinedDict = {
fields: [
{name: "fishdataid", type: "esriFieldTypeInteger"},
{name: "max_samptime", type: "esriFieldTypeDate"},
{name: "towername", type: "esriFieldTypeString"},
{name: "stockgroup", type: "esriFieldTypeString"},
],
'geometryType': '',
'features': features
};
return FeatureSet(Text(joinedDict));
... View more
09-09-2022
12:21 PM
|
0
|
0
|
3019
|
|
POST
|
Hello, I am trying to connect to a csv thru web url hosted on a github site. The data is currently only available to members of the group. For web connections, I do not see Github listed as an option, so what I have tried is the csv reader and I enter in the url and then within the parameters, I've selected 'Use Network Authentication' and provide my github credentials. When the reader runs, the log gives errors "Please ensure that the file exists and you have sufficient privileges to read it." If thru github I copy to the csv reader which includes the token the reader finds the data no problem, but the token is temporary and so this isn't a great method. I feel like I'm just missing a setting somewhere. Thanks in advance, Kathy
... View more
08-25-2022
10:41 AM
|
0
|
1
|
1085
|
|
POST
|
Hi @TonghuiMing, Thanks for the reply. I would be happy to share the app. The app is still in review, could I add you to our group for your review. I have a dev version without the reset as well to share. I would really like to figure out what is going on then. Thanks
... View more
08-23-2022
07:57 AM
|
1
|
0
|
444
|
|
POST
|
Hi, I recently enabled the 'Reset all filters' in the EB I have. This is really the only change I've made in the past few months. However I'm trying to figure out if this is related, but now I am commonly seeing 'No data' show in my filter options where as I hadn't noticed this months ago. It seems this is due to a lag because eventually options show up but for awhile I can cycle thru the filter options I have set and see 'No data' but I know there is data. Have others noticed this after enabling the 'Reset all filters' option? The issue besides the lag becomes very confusing to the end user and therefor the app loses credibility. I just saved a version of the EB and disabled the setting 'Reset all filters' and I have not been able to get the 'No data' messages possibly once but nothing like when the 'Reset all filters' is enabled. This is really unfortunate because I was so excited about the 'Reset all filters' addition. Thanks,
... View more
08-22-2022
11:10 AM
|
0
|
2
|
4276
|
|
POST
|
Hello, I have been working on EB app which includes a point feature layer in AGOL with ~37,000 points. Currently within the EB there is a web map (framework set to filter records), filter widget, feature info, and list. I haven't looked or worked with this app since last spring and now I just keep experiencing lags in the data/filter lists (showing up) and map updating to show filtered data. To the point I need to move the map at times for the points to actually filter? The overall performance seemed much better last spring? I did see a few other posts about slow performance after the last few updates. Have others noticed this? I'm trying to get the EB ready for folks to review, but at the moment I think folks will be confused when they click to filter the data and get the 'No data' option (see attached) but then it will populate a list of options later? For example in the attached, you can see for the filter 'Release Age' had previously given the option of 5, but now when I click to change the filter 'No data' is shown. I also have a lag in that the feature info sometimes show's No data even though points are on the map. There is also a dynamic count of records that shows or updates with the map/filters and now there is sometimes a discrepancy between the feature info and this total. I had seen this post on performance issues and they had redid all their widgets to improve performance, but that seems like such a pain. VERY slow pop-up performance in Experience Builder - Esri Community I don't understand what is going on but if I don't then folks reviewing it will really be confused and not impressed. One change I did make was to set the 'Clear all filters' option in the filter widget (which I was really excited about) not sure if that has messed with anything behind the scenes, but now after the clear all filters. All the filters get the 'No data' option for applying a filter? I just don't remember getting the 'No data' option so often. I'm curious if others are having issues or noticing performance changes. Thanks, Kathy
... View more
08-17-2022
01:03 PM
|
1
|
0
|
1312
|
|
POST
|
Hello, Unfortunately this isn't new news, Esri software hasn't been great for working with data that spans the international date line extent and this is another example. I have an EB app set up with a filter and with a request to zoom the map to a filtered data. Easy enough right, well when the features span across the international date line the zoom by default zooms to center the map over Europe. (see screenshots with current Zoom and the preferred Zoom (what I would expect)). Can this be updated or have an option to modify this zoom for data with this extent? See screenshots below. It is 2022, it seems like we should have better options for working with data that spans the international date line extent. This is such a basic request and hard to explain why this isn't possible currently for folks reviewing the app. Thanks in advance!, Kathy
... View more
08-16-2022
11:59 AM
|
0
|
5
|
2412
|
|
POST
|
Hi, I had posted last week and I'm still trying to figure out how to share an AGOL Dashboard to our Portal. The AGOL dashboard is secure. I am trying to Add Item -> Add an application but the option to store credentials similar is not an option. Is it possible to store credentials for a web app? I'm trying to figure out if we are missed a setting our Portal (version 10.8.1). Thanks, Kathy
... View more
06-28-2022
10:54 AM
|
0
|
0
|
737
|
|
POST
|
Hello, We currently have portal 10.8.1 and in AGOL I have a dashboard app that is largely sourced with a hosted join view layer. This dashboard is only shared to a group in AGOL but I really would like to share this to our agency portal (organization). Dashboards in 10.8.1 do not include data expressions and also portal 10.8.1 does not have hosted join view layers, so the functionality in AGOL I can't currently replicate in portal. I am told we will not upgrade to 10.9.1 until later this summer. We are just learning how to properly set up distributed collaborations and in reading thru the documentation I see the following. "Hosted feature layer views can be shared as copies if the feature layer has been configured to be sent as a copy"......so the hosted join feature layer I currently have could be shared as a copy and then updated regularly? Regarding the AGOL dashboard, "AGOL participants cannot share web apps to ArcGIS Enterprise participants at any version"...... so its not possible to share an AGOL dashboard to portal? Is it possible for folks in our portal to be able to view the AGOL dashboard? I'm struggling with our limitations with our version of portal and trying to make the AGOL dashboard app visible to all within our agency. It cannot be made public unfortunately. Thanks in advance, Kathy
... View more
06-24-2022
07:37 AM
|
0
|
0
|
1138
|
|
POST
|
Thanks Colin for trying to duplicate. I wish the issue wasn't there but I've spent a good day and half trying to troubleshoot. I will submit a tech support case and hopefully they can figure out. thanks
... View more
06-23-2022
04:10 PM
|
0
|
0
|
4246
|
|
POST
|
Just an update today I'm having an issue just viewing different offline maps and then the maps going white. So far these are ones in which I have added calculated expressions to in the last week. Another offline map using the same data without calculated expressions ever added does not seem to have this behavior yet. Nor other previous offline maps using different data going back and forth does not cause those to basically lose the offline map. It also seems that offline maps with calculated expressions are taking longer to download for the same map extent in the web map settings compared to offline maps without calculated expressions.
... View more
06-23-2022
08:57 AM
|
0
|
2
|
4269
|
|
POST
|
Hi Colin, I removed the calculations from the one map shown above, but I still see the issue although almost feel like there could be residual funk possibly in that map since it is a save as of the original map. The layers included in the web map are hosted AGOL feature layers and tables. In additional AGOL reference layers like hybrid reference are included in the web map. The offline maps use side-loaded tile packages for imagery basemaps. I can open other 'live' maps and so it seems not specific to the one I mentioned above with the joined layer. I can reproduce with a couple of other offline maps that are generated from separate web maps but use some of the same feature layers w/ related tables as the screenshots below. I also have an offline map that included calculated expressions that isn't having this issue using these same layers in a different web map. So I'm not sure. Last week we were having issues with even be able to generate preplanned offline areas that I believe has now been resolved. I will try with an on demand for one of the maps having issues and see if there is an issue with that one. These are preplanned offline areas generated in the web map settings. Thanks for seeing if you can reproduce. So far its myself and another crew both using iPads that can reproduce. So a bit of inconsistency that I can't pinpoint the cause except I see it on several offline maps and pretty soon will have like 15 people using these maps regularly remotely. Although most are not viewing other live maps just using for offline data collection. **I tried on demand downloads from the iPads on two of the maps that are having issues and both have the same behavior with screen going white/blank after viewing another map. Just wanted to update thanks!
... View more
06-22-2022
03:08 PM
|
0
|
3
|
4284
|
|
POST
|
Hi Colin, Thanks for the info on the updates and not being the cause. I've attached two screenshots from Field Maps on the iPad here. One shows the original offline map after downloading and then the offline map after viewing a 'live map' on the iPad. While this isn't a common practice of viewing other web maps on the iPad we do use a lot of offline maps and I don't remember having this issue before. Again in the Field Maps troubleshooting log the only thing I see of significance is the [] Feature tiling disabled. Would so appreciate any insight. I could also add you to a group for you to see if you can replicate. Thanks in advance, Kathy
... View more
06-22-2022
11:36 AM
|
0
|
5
|
4325
|
|
POST
|
Hello, I updated a web map to have calculated expressions in the survey form for several fields. In briefly testing all looks great and I tested with an offline map and syncing. Today the crew downloaded the updated offline map and all was looking good on their end. We also have a web map (online) that has a hosted join layer of the same data in the offline map. This displays when connected an updated view of markers that have been visited this year and others still needing surveying which is really great. However after reading post by @OliverIshmael maybe this is because both a feature layer (point) and the related survey table are used to create the hosted join layer in the online web map. As Oliver points out, "Feature layers that participate in view layers with joins cannot have their schema altered and are always read-only and cannot be used offline". Is this causing my offline map to crash? @PaulBarker However after looking at the other web map on the device and then returning to the downloaded offline map, that map is now all white? I've never had this happen before but I can duplicate and they can as well. Is it because of the calculated expressions in the updated offline map or what would be causing this? When I look in the troubleshooting log within Field Maps everything looks good except for this message "[] Feature tiling disabled"? The crew works offline and from a boat so a working offline map is crucial since they don't have a connection to download a new one after leaving the office. Update: I removed the calculated expressions from a saved version of the map, created an offline area. This looks good at first but after viewing the other web map and then returning to the offline map on the device the map is white and similar for another offline map in the same group of maps yet a completely separate project and not the same data for the the hosted join layer. Lastly I have now tried viewing offline maps and then viewing other 'live web maps' on the iPad and then returning to an offline map and they are indeed white. Is this now because of an AGOL/Field Maps June update? Thanks in advance, Kathy
... View more
06-22-2022
09:41 AM
|
0
|
8
|
4432
|
|
POST
|
Hi @FMBAdmin , We are now seeing this too with side loaded imagery .tpkx when a user presses the '+' sign it zooms in to white past the level tiling level. We have never had an issue with this in Field Maps and its the same .tpkx. Hopefully this bug can be fixed again? Thanks for posting on this I wouldn't have realized this was from an update. Thanks, Kathy
... View more
04-12-2022
07:33 AM
|
2
|
0
|
4509
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-18-2026 01:21 PM | |
| 1 | 10-02-2023 03:06 PM | |
| 2 | 10-09-2025 08:45 AM | |
| 1 | 03-03-2025 10:42 AM | |
| 1 | 12-03-2024 01:10 PM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|