<?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: Filtering a sharepoint document library using a arcgis spatial query in ArcGIS for SharePoint Questions</title>
    <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/filtering-a-sharepoint-document-library-using-a/m-p/437480#M1182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Alagiri,&lt;BR /&gt;I would like to use the web part communication sample (with the piechart).&lt;BR /&gt;However, it is unclear to me what it is using as its source data.&lt;BR /&gt;&lt;BR /&gt;In the code, it is calling to:&lt;BR /&gt;QueryTask queryTask = new QueryTask("http://serverapps.esri.com/SDS/databases/Demo/dbo.USStates_Mercator");&lt;BR /&gt;Is this a REST service?&amp;nbsp; I have been seeing QueryTask associated with REST services.&lt;BR /&gt;&lt;BR /&gt;I would like this to be pulling data from the Sharepoint list on my site.&lt;BR /&gt;So, when a list-enabled point is selected on the map, the typical info window pops up, but also this piechart in the associated silverlight webpart.&amp;nbsp; Would it be simply switching the QueryTask out with a CamlQuery?&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Garrett,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The source data that is being used in the Web Part communication sample is a Feature service from a Spatial Data Server (SDS).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for the approach to pulling the data from a SharePoint list when you are clicking on a corresponding Point from the SP list on the Map, you would be using a CamlQuery for that. There are two samples in the SharePoint SDK that show you how to query a SharePoint list:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. SharePoint Attribute Query&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. SharePoint Spatial Query&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alagiri&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2012 20:45:02 GMT</pubDate>
    <dc:creator>AlagiriVenkatachal</dc:creator>
    <dc:date>2012-10-22T20:45:02Z</dc:date>
    <item>
      <title>Filtering a sharepoint document library using a arcgis spatial query</title>
      <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/filtering-a-sharepoint-document-library-using-a/m-p/437477#M1179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am very new to using both sharepoint and arcGis web parts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a document library which has lat and long positions and an arcGis location column. I have added an arcGIS web part to my sharepoint page and its data source is the document library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to perform a spatial query on the arcGis web part, such that selected documented from the spatial query will dynamically filter a document library webpart which is also on the page - is this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lisa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 13:01:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-sharepoint-questions/filtering-a-sharepoint-document-library-using-a/m-p/437477#M1179</guid>
      <dc:creator>LisaGralewski</dc:creator>
      <dc:date>2012-07-10T13:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering a sharepoint document library using a arcgis spatial query</title>
      <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/filtering-a-sharepoint-document-library-using-a/m-p/437478#M1180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;&lt;BR /&gt;I want to perform a spatial query on the arcGis web part, such that selected documented from the spatial query will dynamically filter a document library webpart which is also on the page - is this possible?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Lisa&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Lisa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This should be possible. In the Interactive Sample SDK for SharePoint, there are two samples that I think you will find particularly helpful:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a. SharePoint Spatial Query under "Query" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b. Show States Demographics under "Web Part Communication"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first sample shows you how to perform a spatial query on a SharePoint list which, I think, is what you are looking to do. The second sample shows you how to communicate with another Web Part that is on the same page as a ArcGIS Map Web Part. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this will help you get started...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alagiri&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 22:17:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-sharepoint-questions/filtering-a-sharepoint-document-library-using-a/m-p/437478#M1180</guid>
      <dc:creator>AlagiriVenkatachal</dc:creator>
      <dc:date>2012-07-25T22:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering a sharepoint document library using a arcgis spatial query</title>
      <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/filtering-a-sharepoint-document-library-using-a/m-p/437479#M1181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alagiri,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to use the web part communication sample (with the piechart).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, it is unclear to me what it is using as its source data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the code, it is calling to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;QueryTask queryTask = new QueryTask("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://serverapps.esri.com/SDS/databases/Demo/dbo.USStates_Mercator" rel="nofollow" target="_blank"&gt;http://serverapps.esri.com/SDS/databases/Demo/dbo.USStates_Mercator&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this a REST service?&amp;nbsp; I have been seeing QueryTask associated with REST services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like this to be pulling data from the Sharepoint list on my site.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, when a list-enabled point is selected on the map, the typical info window pops up, but also this piechart in the associated silverlight webpart.&amp;nbsp; Would it be simply switching the QueryTask out with a CamlQuery?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 18:50:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-sharepoint-questions/filtering-a-sharepoint-document-library-using-a/m-p/437479#M1181</guid>
      <dc:creator>GarrettMoeller</dc:creator>
      <dc:date>2012-10-17T18:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering a sharepoint document library using a arcgis spatial query</title>
      <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/filtering-a-sharepoint-document-library-using-a/m-p/437480#M1182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Alagiri,&lt;BR /&gt;I would like to use the web part communication sample (with the piechart).&lt;BR /&gt;However, it is unclear to me what it is using as its source data.&lt;BR /&gt;&lt;BR /&gt;In the code, it is calling to:&lt;BR /&gt;QueryTask queryTask = new QueryTask("http://serverapps.esri.com/SDS/databases/Demo/dbo.USStates_Mercator");&lt;BR /&gt;Is this a REST service?&amp;nbsp; I have been seeing QueryTask associated with REST services.&lt;BR /&gt;&lt;BR /&gt;I would like this to be pulling data from the Sharepoint list on my site.&lt;BR /&gt;So, when a list-enabled point is selected on the map, the typical info window pops up, but also this piechart in the associated silverlight webpart.&amp;nbsp; Would it be simply switching the QueryTask out with a CamlQuery?&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Garrett,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The source data that is being used in the Web Part communication sample is a Feature service from a Spatial Data Server (SDS).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for the approach to pulling the data from a SharePoint list when you are clicking on a corresponding Point from the SP list on the Map, you would be using a CamlQuery for that. There are two samples in the SharePoint SDK that show you how to query a SharePoint list:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. SharePoint Attribute Query&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. SharePoint Spatial Query&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alagiri&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 20:45:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-sharepoint-questions/filtering-a-sharepoint-document-library-using-a/m-p/437480#M1182</guid>
      <dc:creator>AlagiriVenkatachal</dc:creator>
      <dc:date>2012-10-22T20:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering a sharepoint document library using a arcgis spatial query</title>
      <link>https://community.esri.com/t5/arcgis-for-sharepoint-questions/filtering-a-sharepoint-document-library-using-a/m-p/1326563#M2119</link>
      <description>&lt;P&gt;Where can I find the "&lt;SPAN&gt;&amp;nbsp;Interactive Sample SDK for SharePoint"? Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 20:17:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-sharepoint-questions/filtering-a-sharepoint-document-library-using-a/m-p/1326563#M2119</guid>
      <dc:creator>EPAHUNT1</dc:creator>
      <dc:date>2023-09-07T20:17:06Z</dc:date>
    </item>
  </channel>
</rss>

