<?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: Data Expressions and Access Permissions in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-expressions-and-access-permissions/m-p/1650107#M11425</link>
    <description>&lt;P&gt;Hi Joshua, if you changed the portal variable to &lt;A href="http://www.arcgis.com," target="_blank"&gt;www.arcgis.com,&lt;/A&gt;&amp;nbsp;then how were you able to access the layer that lives within your organizations portal? Was your layer shared to the public or was it private?&lt;/P&gt;</description>
    <pubDate>Fri, 12 Sep 2025 15:02:15 GMT</pubDate>
    <dc:creator>SaranehSFitzgerald</dc:creator>
    <dc:date>2025-09-12T15:02:15Z</dc:date>
    <item>
      <title>Data Expressions and Access Permissions</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-expressions-and-access-permissions/m-p/1191668#M6542</link>
      <description>&lt;P&gt;I have a dashboard utilizing data expressions to summarize some field survey data on the fly.&amp;nbsp; The expressions work for everyone with whom the dashboard is shared - as long as they're in my organization.&amp;nbsp; Outside the organization, the elements referencing the data expressions have a "Data Source Error" message.&amp;nbsp; I'm wondering if this has to do with how I'm pulling the data in as a FeatureSetByPortalItem, i.e.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;// Set portal and layers

var portal = Portal('your portal URL');
var fs = FeatureSetByPortalItem(
    portal,
    'itemID of service',
    layer index,
    ['list', 'of', 'fields'],
    false
);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is calling in the data through my portal preventing users outside my portal from accessing the data, even though they have access via a share group?&amp;nbsp; If so, is there another way to call in the data so that they maintain access?&amp;nbsp; Can't seem to figure out another reason these elements would fail.&amp;nbsp; Everyone in the share group has access to all feature layers, web maps, and the dashboard itself.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Josh&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 19:04:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-expressions-and-access-permissions/m-p/1191668#M6542</guid>
      <dc:creator>JoshuaFlickinger</dc:creator>
      <dc:date>2022-07-12T19:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data Expressions and Access Permissions</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-expressions-and-access-permissions/m-p/1191707#M6544</link>
      <description>&lt;P&gt;For anyone else stumbling upon this problem in the future, I was able to troubleshoot the issue.&amp;nbsp; The problem was solved by changing the portal URL in line 1 to the 'plain jane' ArcGIS Online (as opposed to our organization's modified URL for ArcGIS Online).&lt;/P&gt;&lt;LI-CODE lang="python"&gt;var portal = Portal("https://www.arcgis.com")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 21:34:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-expressions-and-access-permissions/m-p/1191707#M6544</guid>
      <dc:creator>JoshuaFlickinger</dc:creator>
      <dc:date>2022-07-12T21:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data Expressions and Access Permissions</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-expressions-and-access-permissions/m-p/1644465#M11376</link>
      <description>&lt;P&gt;Thank you so much for posting the solution you found! You just saved me hours of frustration.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_heart_eyes:"&gt;😍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 20:04:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-expressions-and-access-permissions/m-p/1644465#M11376</guid>
      <dc:creator>HollyTorpey_LSA</dc:creator>
      <dc:date>2025-08-21T20:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data Expressions and Access Permissions</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-expressions-and-access-permissions/m-p/1650107#M11425</link>
      <description>&lt;P&gt;Hi Joshua, if you changed the portal variable to &lt;A href="http://www.arcgis.com," target="_blank"&gt;www.arcgis.com,&lt;/A&gt;&amp;nbsp;then how were you able to access the layer that lives within your organizations portal? Was your layer shared to the public or was it private?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 15:02:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-expressions-and-access-permissions/m-p/1650107#M11425</guid>
      <dc:creator>SaranehSFitzgerald</dc:creator>
      <dc:date>2025-09-12T15:02:15Z</dc:date>
    </item>
  </channel>
</rss>

