|
POST
|
Hello, I was trying to migrate a dashboard to EB for the sole reason of the filter option being able to have more flexibility in the statements. I need a filter that will select values from within a list so it was suggested to use EB. Similar to other posts here, I am finding the sort options not great. For instance, I would like to be able to filter the data by year and so I'm using all unique values. However I would like it to open with the most recent year as the default value. I tried creating a view with year values sorted descending but the filter still shows the years ascending. I also don't see an option to have the last year be the default. Is this possible? The frustrating thing is the dashboard selectors allow default values with first and last and apparently more functionality than the filter widget EB. However the dashboard selectors only have equal/does not equal for options hence the reason I'm trying to now use EB. Now I'm struggling with sort and default values in the EB filter. Hopefully I'm just overlooking settings. Thanks!, Kathy
... View more
11-16-2022
10:06 AM
|
1
|
0
|
2940
|
|
POST
|
Hello, I am working on an EB that has point layer with related tables. I would like to filter the map data and also have the table/feature info (with the related tables) filter. Is this possible? I've searched the Community and also around on the internet and can't find an answer. Every video and example keep referring to record selections and then related data is filtered/selected. Currently in the EB, I have added a filter which zooms and filters the point data based on the filter statement. The action in the filter has a trigger added to filter data and map Zoom To. This works fine. In the map, action tab there is a trigger added to Extent Changes -> framework data is filtered (point data). This works fine. Why is there not an option to add a trigger to Extent Changes to specify trigger and action data. This is an option in the Record Selection Changes trigger? This works fine to filter related table records when a point is selected in the map but it adds another step and not an obvious workflow to the user. (see screenshots) What is the best way to filter map data and the related tables reflect the dataframe filters? I read this blog article for Sept. 2022 by @ThomasCoughlin , but using the Search widget seems like a big step back in functionality needing to specify names, dates versus choosing from unique values. I still think the ease of selectors and filtering in dashboards is so much better. For this EB we are trying to use it as a way to edit survey data and related tables (very common in data collection) seems very remedial in EB. Thanks in advance, Kathy
... View more
11-06-2022
01:14 PM
|
0
|
0
|
1922
|
|
POST
|
Hello, I am tasked with creating a web map for use in a dashboard and currently stumped on how to achieve the symbology requested. The data I have is fish harvest (tabular records joined to polygon centroids). Fish harvest consists of 5 species, by default there was a species_type field and then a count field. So many records for a period of time for the same centroid point. Overall goal: points are color coded by predominant species harvested and sized based on species harvest compared to 'Total Harvest' in the map for the time period shown. So not at the feature level but map level. I also need to be able to filter by species in the dashboard. Goal 1: predominant species harvested (color code-coded or pie chart would be awesome). I transposed the data to have each species be a new field and then corresponding count for that species also as a new field. These were aggregated to certain dates. I followed the predominance mapping and arcade syntax in this ArcGIS Blog post : This works for symbolizing by predominant species harvested. However, I lose the ability to filter the data by species in the dashboard since now I have 5 species fields instead of one. Unless I am missing a way to configure the dashboard filter to search multiple fields? @KristianEkenes your article was so informative, but for predominance mapping is there a way to filter by predominant categories? Goal 2: Proportional sized predominant symbols based on the feature sum count to the overall map count. So the size of the symbol for fish harvest would be colored to show predominant species harvested (goal 1), but then sized proportional to the total harvest for that time period. Currently I can get a proportional symbol but the size is only relative to the total harvest at that centroid. I believe it would be equivalent to the $map harvest or data store, but these are not available at the symbology level. I would so very much appreciate any ideas. I would think predominance mapping is currently being used in dashboards?
... View more
10-31-2022
03:23 PM
|
0
|
0
|
918
|
|
POST
|
Hi Brittany, I was also looking up on predominance mapping in AGOL and had followed this blog post creating the arcade syntax. A couple of questions for you, is the map above with the pie charts symbols in AGOL or Pro? I really like being able to easily see the breakdown you are showing with all the slices. When I looked up I think pie chart symbology is not yet supported in AGOL? Another question, I had transposed the data I have to new fields for each category. For instance I'm working with fish species and catch in a certain area. I consolidated catch records and moved species (5 of them) and counts to each have their own fields for the predominance mapping to work. The map is used in a dashboard and while the predominant species is mapped accordingly, I can no longer filter the dashboard map by species. I'm trying to figure out a way to have both (predominant species caught for a time period) but also be able to filter by species. Prior to transposing there was a species field and count, so many records for one period of time, but I could filter by species. In short to relate to your map above, how would you filter the map for one the categories such as all areas with 'Mobile' in a dashboard"? I would appreciate any ideas! Thanks, Kathy Thanks, Kathy
... View more
10-31-2022
03:04 PM
|
0
|
0
|
1681
|
|
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
|
3499
|
|
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
|
3308
|
|
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
|
1210
|
|
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
|
501
|
|
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
|
4810
|
|
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
|
1426
|
|
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
|
2763
|
|
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
|
789
|
|
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
|
1212
|
|
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
|
4760
|
|
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
|
4783
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 2 | 3 weeks ago | |
| 4 | 03-16-2026 08:17 AM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|