<?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 Reading data from sharepoint in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202678#M60281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to read data from sharepoint list using RPC calls - owssrv.dll. I works perfectly when I read data in Qlikview from a sharepoint site which is within our network. The authentication to the site here is NTLM authentication.&lt;/P&gt;&lt;P&gt;But when I try to read data using the same method on a third party sharepoint site (outsite my own network), it gives me 'Access Denied' message. This sharepoint service uses basic authentication for access to the site. How do I provide this username and password for the RPC call?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jan 2010 01:02:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-01-06T01:02:20Z</dc:date>
    <item>
      <title>Reading data from sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202678#M60281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to read data from sharepoint list using RPC calls - owssrv.dll. I works perfectly when I read data in Qlikview from a sharepoint site which is within our network. The authentication to the site here is NTLM authentication.&lt;/P&gt;&lt;P&gt;But when I try to read data using the same method on a third party sharepoint site (outsite my own network), it gives me 'Access Denied' message. This sharepoint service uses basic authentication for access to the site. How do I provide this username and password for the RPC call?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 01:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202678#M60281</guid>
      <dc:creator />
      <dc:date>2010-01-06T01:02:20Z</dc:date>
    </item>
    <item>
      <title>Reading data from sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202679#M60282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have any experience with working with (reading from sharepoint)? I seem to be lost here.&lt;/P&gt;&lt;P&gt;Nimish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2010 22:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202679#M60282</guid>
      <dc:creator />
      <dc:date>2010-01-22T22:53:36Z</dc:date>
    </item>
    <item>
      <title>Reading data from sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202680#M60283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi.. can u help me reading sharepoint data to qlik view..&lt;/P&gt;&lt;P&gt;u mentioned as you have developed that for your own domain. using RPC, but i am struck up with that..&lt;/P&gt;&lt;P&gt;Can you upload your qvw file or code u used will be very helpful..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 13:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202680#M60283</guid>
      <dc:creator>achiever_ajay</dc:creator>
      <dc:date>2010-02-17T13:57:34Z</dc:date>
    </item>
    <item>
      <title>Reading data from sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202681#M60284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay,&lt;/P&gt;&lt;P&gt;The basic understanding of how to do it is given here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/wikis/qlikview-wiki/reading-data-from-sharepoint-lists-into-qlikview.aspx"&gt;http://community.qlik.com/wikis/qlikview-wiki/reading-data-from-sharepoint-lists-into-qlikview.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The way I did it was as follows - (For downloading a list from sharepoint):&lt;/P&gt;&lt;P&gt;My internal sharepoint URL for Extension list is&lt;/P&gt;&lt;P&gt;&lt;A href="http://skpsharepoint.skparekh.com/Lists/Extention%20List/AllItems.aspx"&gt;http://skpsharepoint.skparekh.com/Lists/Extention%20List/AllItems.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I went to veiw source and searched for list=&lt;/P&gt;&lt;P&gt;I get the GUID from there - e3518d6f%2D7f90%2D4a56%2D9b5b%2D9bd97cac1116&lt;/P&gt;&lt;P&gt;In Qlikview, I select the Web Files.. button and provide the following in the Internet File&lt;/P&gt;&lt;P&gt;&lt;A href="http://skpsharepoint.skparekh.com/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List={e3518d6f%2D7f90%2D4a56%2D9b5b%2D9bd97cac1116"&gt;http://skpsharepoint.skparekh.com/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List={e3518d6f%2D7f90%2D4a56%2D9b5b%2D9bd97cac1116&lt;/A&gt;}&lt;/P&gt;&lt;P&gt;Notice the curly brackets before and after the list GUID.&lt;/P&gt;&lt;P&gt;In the next dialog box I select Xml.&lt;/P&gt;&lt;P&gt;In the tables tab, if you select xml/data/row, you should be able to see your list in tabular format.&lt;/P&gt;&lt;P&gt;Click Finish.&lt;/P&gt;&lt;P&gt;A lot of script gets written. but basically, three tables are getting loaded&lt;/P&gt;&lt;P&gt;AttributeType:&lt;/P&gt;&lt;P&gt;row:&lt;/P&gt;&lt;P&gt;xml:&lt;/P&gt;&lt;P&gt;I remove the scripts from attributetype and xml tables. We juswt need the row table.&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;In case you have sites within the main site, remember to include the full URL till the last site. eg. I have another list which is on the same site but within it there is a subsite called support and within that another subsite called purchase. The URL is&lt;/P&gt;&lt;P&gt;&lt;A href="http://skpsharepoint.skparekh.com/SPT/PUR/Lists/Vendor_Contacts/AllItems.aspx"&gt;http://skpsharepoint.skparekh.com/SPT/PUR/Lists/Vendor_Contacts/AllItems.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In this case the URL that I will provide will be&lt;/P&gt;&lt;P&gt;&lt;A href="http://skpsharepoint.skparekh.com/SPT/PUR/"&gt;http://skpsharepoint.skparekh.com/SPT/PUR/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List={ea03ca66%2De5fc%2D4528%2Daf1d%2D82118192d632}&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope this helps. Do let me know if you have any queries.&lt;/P&gt;&lt;P&gt;Nimish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 00:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202681#M60284</guid>
      <dc:creator />
      <dc:date>2010-02-18T00:18:03Z</dc:date>
    </item>
    <item>
      <title>Reading data from sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202682#M60285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nimish,&lt;/P&gt;&lt;P&gt;I was also following the same wiki site. But the problem with me is that i am using HTTPS site. whenever i try to do the steps of adding web files-&amp;gt;Internet files and the site with LIST and GUIID , its turns up as "You are not authorised to view this site" ..&lt;/P&gt;&lt;P&gt;i think its not getting my credentials for opeing the page. I dont know where i am struck.&lt;/P&gt;&lt;P&gt;Can you help me, is there any way around to get this problem solved..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 05:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202682#M60285</guid>
      <dc:creator>achiever_ajay</dc:creator>
      <dc:date>2010-02-18T05:13:10Z</dc:date>
    </item>
    <item>
      <title>Reading data from sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202683#M60286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also would want to be able to consume some xlsx files we have stored in sharepoint. I did see the web files option on the load script but i'm at loss as to how we can use it to access a sharepoint document... I understand sharepoint documents are stored in sql server.. had it been just a network drive then i would be using unc path and be done with it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 23:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202683#M60286</guid>
      <dc:creator />
      <dc:date>2010-03-04T23:24:51Z</dc:date>
    </item>
    <item>
      <title>Reading data from sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202684#M60287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Nimish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can you enter the share point outside of your network ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 23:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202684#M60287</guid>
      <dc:creator />
      <dc:date>2010-03-04T23:28:42Z</dc:date>
    </item>
    <item>
      <title>Reading data from sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202685#M60288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Even I am not sure how to access it outside the network. The problem is with the authentication which qlikview does not seem to provide.&lt;/P&gt;&lt;P&gt;Nimish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 04:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202685#M60288</guid>
      <dc:creator />
      <dc:date>2010-03-05T04:28:24Z</dc:date>
    </item>
    <item>
      <title>Reading data from sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202686#M60289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am trying to connect to Sharepoint. The site is within my network, but i get the 'You are not authorised to view this page .. ' error. What permissions I must have in Sharepoint or on server to connect?&lt;/P&gt;&lt;P&gt;Now I have full access to this site from Sharepoint side and a user permissions on server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: I try to open the link in IE, and it opens xml file with data I needed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 08:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202686#M60289</guid>
      <dc:creator />
      <dc:date>2010-03-17T08:34:14Z</dc:date>
    </item>
    <item>
      <title>Reading data from sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202687#M60290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- I am trying to read data from sharepoint list using RPC calls - owssrv.dll.&lt;/P&gt;&lt;P&gt;-It is not working perfectly when I read data in Qlikview from a sharepoint site which is within our network.&lt;/P&gt;&lt;P&gt;-it gives me 'Access Denied' message.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;- When i tried the url path in IE i'm able to get the xml data after giving the Username &amp;amp; Password when i entered into partiular page.&lt;/P&gt;&lt;P&gt;What is the problem? Can you help me plz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 09:04:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202687#M60290</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-04-11T09:04:41Z</dc:date>
    </item>
    <item>
      <title>Reading data from sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202688#M60291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you get this working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 13:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202688#M60291</guid>
      <dc:creator />
      <dc:date>2012-02-14T13:16:33Z</dc:date>
    </item>
    <item>
      <title>Reading data from sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202689#M60292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got this working after I added sharepoint site to trusted sites in IE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 14:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202689#M60292</guid>
      <dc:creator />
      <dc:date>2012-02-14T14:54:50Z</dc:date>
    </item>
    <item>
      <title>Reading data from sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202690#M60293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can provide sample QVW that connects to Sharepoint server using this method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~skip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 08:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202690#M60293</guid>
      <dc:creator />
      <dc:date>2012-05-03T08:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202691#M60294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The particular sharepoint where I am going to fetch the data needs authentication. Could you please let me how that can be done please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Created the new thread for the same below.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/249859#249859"&gt;http://community.qlik.com/message/249859#249859&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;qlikview forum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 13:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202691#M60294</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2012-08-20T13:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202692#M60295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried my level best but unfortunately couldn't able to succeed yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read some where about QVSource. Is it possible to load the data from secured sharepoint site using the same? Any help please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;qlikviewforum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 12:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202692#M60295</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2012-08-31T12:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202693#M60296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I managed to retrieve the data but only a subset of the data is downloaded. Specifically it is downloading 30 records which is the number of records display in the view.&amp;nbsp; Is there a way to download the full data set and not limited by the view setting ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 15:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202693#M60296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-01T15:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202694#M60297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-18210"&gt;Loading Excel file from Sharepoint into Qlikview.&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 19:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-data-from-sharepoint/m-p/202694#M60297</guid>
      <dc:creator>everest226</dc:creator>
      <dc:date>2017-03-20T19:09:17Z</dc:date>
    </item>
  </channel>
</rss>

