I want users to be able to download summary tables from a dashboard (I am just learning AGOL and dashboards). I created these summary tables of AGOL feature layers with Arcade code.
The instructions here https://doc.arcgis.com/en/dashboards/latest/create-and-share/download-data.htm say:
But I don't see any mention of download options within the 'general' tab:
Nor is there a download arrow at the bottom of the element as described in the instructions on the page.
Solutions don't have to be within a dashboard, although that seemed appropriate.
Thanks kindly for any help you can provide.
You might want to check if AGOL's dashboard settings support exporting summary tables directly. If not, consider using the squishmallow halloween "Export Data" option from the feature layer's menu or scripting with Python to automate table downloads.
I believe that something changed in the most recent update to ArcGIS Online. I used to be able to configure a table to allow source data download. It was a simple toggle switch
This is a table that I have in a dashboard. This was created earlier this year.
Today, if I add a new table, the Summarized data download option does not appear. In its place is Allow attribute updating (which is great in general, but if the data was originally created in Field Maps with expressions to calculate data, i.e., pull the nearest address based on the parcel layer, the edit function in the dashboard cannot process that it seems and those fields become blank, even if I don't choose to update them. I realize that is an issue for another post)
I encountered this yesterday when i went to try to create a table where an end-user could download the source data to a csv file. This functionality does not appear to exist in Dashboards anymore.
have to ask... have you double checked that the underlying item allows others to export?
I see the option has changed. It is still in the General options just below the Title, but it is not working. Has anyone figured this one out? Thanks.
I am trying to export the data from the Table as well but my layer is coming from a REST service, not a hosted feature service. is there a way to enable data export or download for a REST service? if so is it in the server manager site or within the SDE. ALL layers within the webmap are from REST services, not hosted FS or views. the dashboard will filter data but not allow the export of that data from the table or the LIST panel .