<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to export a Hosted Feature Layer View? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/how-to-export-a-hosted-feature-layer-view/m-p/1188144#M46734</link>
    <description>&lt;P&gt;Clarification for this reading - hosted Feature Layer Views can be used offline. You need to enable sync on the parent layer first, and then the view:&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/arcgis-online/manage-data/create-hosted-views.htm#ESRI_SECTION1_3C30E0A91C0B44AD9FC4B60FE3A7F97C" target="_blank"&gt;https://doc.arcgis.com/en/arcgis-online/manage-data/create-hosted-views.htm#ESRI_SECTION1_3C30E0A91C0B44AD9FC4B60FE3A7F97C&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you run the Join Features tool with the option to store as Hosted Feature Layer Views, it will not let you take it offline as per the limitation identified here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/uncategorized/bring-your-data-closer-together-save-analysis-results-from-join-features-as-hosted-feature-layer-views/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-online/uncategorized/bring-your-data-closer-together-save-analysis-results-from-join-features-as-hosted-feature-layer-views/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can run the classic 'join features' without the option checked to create a View, duplicating your data, but this give you an output where you can enable sync etc.&lt;/P&gt;&lt;P&gt;Or you can seek to run the analysis in ArcGIS Pro using the alternative tools identified here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/arcgis-online/analyze/join-features.htm#ESRI_SECTION1_A5389E3A2DCD42E99878E2FF81FF14DE" target="_blank"&gt;https://doc.arcgis.com/en/arcgis-online/analyze/join-features.htm#ESRI_SECTION1_A5389E3A2DCD42E99878E2FF81FF14DE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Personally I would look to have ONE Hosted Feature Layer if possible and do any data management in ArcGIS Pro e.g. joins, back-ups, appends. Then create additional Hosted Feature Layer Views to share the data e.g. a View could apply a filter to only show the 'Inspection Overdue' features.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jun 2022 01:57:41 GMT</pubDate>
    <dc:creator>ChristopherCounsell</dc:creator>
    <dc:date>2022-06-30T01:57:41Z</dc:date>
    <item>
      <title>How to export a Hosted Feature Layer View?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-export-a-hosted-feature-layer-view/m-p/1188118#M46730</link>
      <description>&lt;P&gt;I have created a Hosted Feature Layer View (HFLV), following this ESRI tutorial:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=gqC-EEw3nxY&amp;amp;t=0s" target="_blank" rel="noopener"&gt;Inspection Workflows Part 2: Web Map Creation &amp;amp; Dynamic Symbology - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This HFLV symbolises features based on the date of their most recent inspection. Taking advantage of the analysis tools in MapViewer Classic to create a join between a related table of survey inspection data, features are symbolised as either 'Recently Surveyed' or 'Inspection Overdue'.&lt;/P&gt;&lt;P&gt;This is done using the following Arcade that compares the most recent date surveyed with the inspection frequency in days:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;IIf(DateDiff(now(), $feature.InspectionDate, 'days') &amp;lt; $feature["Inspection_Frequency"], "Recently Inspected", "Inspection Overdue")&lt;/P&gt;&lt;P&gt;This works seamlessly in an online environment, however,&amp;nbsp;HFLV cannot be used offline. Therefore, working primarily in an offline environment, I need to find a way of exporting the HFLV as a Hosted Feature Layer (not a View) with a new attribute that records features as either&amp;nbsp;'Recently Surveyed' or 'Inspection Overdue' so that this data can be taken offline to support a surveying workflow using ArcGIS Field Maps.&lt;/P&gt;&lt;P&gt;Every time a member of staff wishes to carry out an inspection survey, I will need to export this data so that they can tell which assets need inspecting. Clearly this will be onerous so I am interested in whether&amp;nbsp;there is a way that this can be done solely within ArcGIS Online?&lt;/P&gt;&lt;P&gt;If that is not possible, is there a lengthier workflow that involves ArcGIS Pro, for example?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 23:24:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-export-a-hosted-feature-layer-view/m-p/1188118#M46730</guid>
      <dc:creator>OliverIshmael</dc:creator>
      <dc:date>2022-06-29T23:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a Hosted Feature Layer View?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-export-a-hosted-feature-layer-view/m-p/1188144#M46734</link>
      <description>&lt;P&gt;Clarification for this reading - hosted Feature Layer Views can be used offline. You need to enable sync on the parent layer first, and then the view:&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/arcgis-online/manage-data/create-hosted-views.htm#ESRI_SECTION1_3C30E0A91C0B44AD9FC4B60FE3A7F97C" target="_blank"&gt;https://doc.arcgis.com/en/arcgis-online/manage-data/create-hosted-views.htm#ESRI_SECTION1_3C30E0A91C0B44AD9FC4B60FE3A7F97C&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you run the Join Features tool with the option to store as Hosted Feature Layer Views, it will not let you take it offline as per the limitation identified here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/uncategorized/bring-your-data-closer-together-save-analysis-results-from-join-features-as-hosted-feature-layer-views/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-online/uncategorized/bring-your-data-closer-together-save-analysis-results-from-join-features-as-hosted-feature-layer-views/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can run the classic 'join features' without the option checked to create a View, duplicating your data, but this give you an output where you can enable sync etc.&lt;/P&gt;&lt;P&gt;Or you can seek to run the analysis in ArcGIS Pro using the alternative tools identified here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/arcgis-online/analyze/join-features.htm#ESRI_SECTION1_A5389E3A2DCD42E99878E2FF81FF14DE" target="_blank"&gt;https://doc.arcgis.com/en/arcgis-online/analyze/join-features.htm#ESRI_SECTION1_A5389E3A2DCD42E99878E2FF81FF14DE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Personally I would look to have ONE Hosted Feature Layer if possible and do any data management in ArcGIS Pro e.g. joins, back-ups, appends. Then create additional Hosted Feature Layer Views to share the data e.g. a View could apply a filter to only show the 'Inspection Overdue' features.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 01:57:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-export-a-hosted-feature-layer-view/m-p/1188144#M46734</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2022-06-30T01:57:41Z</dc:date>
    </item>
  </channel>
</rss>

