<?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 Loading data from SharePoint in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854673#M299600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I'm trying to load a table of risk data from SharePoint, into Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've found a great piece on here that sets out how to do it:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1308"&gt;https://community.qlik.com/docs/DOC-1308&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;And it's the 2nd method '&lt;STRONG&gt;Using RPC calls&lt;/STRONG&gt;' that i'm trying to do.&amp;nbsp; But I can't get my head around it!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;The URL of the SharePoint site is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;&lt;A href="http://sptx/sites/GrainLNG/TmAreas/Asset/Lists/AM%20Risk%20Register/Risk%20Register%20Qlik.aspx" title="http://sptx/sites/GrainLNG/TmAreas/Asset/Lists/AM%20Risk%20Register/Risk%20Register%20Qlik.aspx"&gt;http://sptx/sites/GrainLNG/TmAreas/Asset/Lists/AM%20Risk%20Register/Risk%20Register%20Qlik.aspx&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;Following the guidance on the above link, i've found the List &lt;STRONG&gt;GUID&lt;/STRONG&gt; to be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;{0767ED6D-D760-4EC6-AEEC-DF26A47BD606}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;And the View &lt;STRONG&gt;GUID&lt;/STRONG&gt; to be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: windowtext; font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;{707A71F9-BDA3-4974-B699-0647CD700204}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: windowtext; font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;I'm presuming that you put the load instruction in here?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: windowtext; font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;&lt;IMG __jive_id="88778" alt="screenshot.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88778_screenshot.jpg" style="width: 620px; height: 348px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: windowtext; font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;But i'm not sure how to write the address incorporating the &lt;STRONG&gt;GUID&lt;/STRONG&gt;'s&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: windowtext; font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;Can anyone help me??&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2015 09:30:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-09T09:30:26Z</dc:date>
    <item>
      <title>Loading data from SharePoint</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854673#M299600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I'm trying to load a table of risk data from SharePoint, into Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've found a great piece on here that sets out how to do it:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1308"&gt;https://community.qlik.com/docs/DOC-1308&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;And it's the 2nd method '&lt;STRONG&gt;Using RPC calls&lt;/STRONG&gt;' that i'm trying to do.&amp;nbsp; But I can't get my head around it!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;The URL of the SharePoint site is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;&lt;A href="http://sptx/sites/GrainLNG/TmAreas/Asset/Lists/AM%20Risk%20Register/Risk%20Register%20Qlik.aspx" title="http://sptx/sites/GrainLNG/TmAreas/Asset/Lists/AM%20Risk%20Register/Risk%20Register%20Qlik.aspx"&gt;http://sptx/sites/GrainLNG/TmAreas/Asset/Lists/AM%20Risk%20Register/Risk%20Register%20Qlik.aspx&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: #1f497d; font-size: 11pt;"&gt;Following the guidance on the above link, i've found the List &lt;STRONG&gt;GUID&lt;/STRONG&gt; to be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;{0767ED6D-D760-4EC6-AEEC-DF26A47BD606}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;And the View &lt;STRONG&gt;GUID&lt;/STRONG&gt; to be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: windowtext; font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;{707A71F9-BDA3-4974-B699-0647CD700204}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: windowtext; font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;I'm presuming that you put the load instruction in here?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: windowtext; font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;&lt;IMG __jive_id="88778" alt="screenshot.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88778_screenshot.jpg" style="width: 620px; height: 348px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: windowtext; font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;But i'm not sure how to write the address incorporating the &lt;STRONG&gt;GUID&lt;/STRONG&gt;'s&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: windowtext; font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;Can anyone help me??&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 09:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854673#M299600</guid>
      <dc:creator />
      <dc:date>2015-06-09T09:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data from SharePoint</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854674#M299601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;follow these steps: just u have to replace ur ids with ur sharepoint url like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 12.0pt; font-family: 'inherit','serif';"&gt;Using RPC-Calls&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;An easier way is to use RPC-calls using owssvr.dll, like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;&lt;A href="http://your-sharepoint-server/site/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List=listGUID&amp;amp;View=viewGUID"&gt;&lt;SPAN style="color: #3778c7;"&gt;http://your-sharepoint-server/site/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List=listGUID&amp;amp;View=viewGUID&lt;/SPAN&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;listGUID and viewGUID must be in the format {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;&lt;BR /&gt; The listGUID can easily be found by navigating to the list in Sharepoint and go to List Settings. The listGUID will then show up in the address-field in your browser.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;If viewGUID is omitted, the default view will be retrieved. To find the viewGUID locate the list in Sharepoint and activate the view needed. Select View Soure in IE to see the source code. Search for view={ to locate the viewGUID.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;The response will be in XML, so when reading into QlikView make sure you select XML Files and Internet File. Add the correct crafted URL as described above. The data retrieved can be found in the node xml/data/row.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;Example URLs to be used in QlikView:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;&lt;A href="http://your-sharepoint-server/site/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List="&gt;&lt;SPAN style="color: #3778c7;"&gt;http://your-sharepoint-server/site/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List=&lt;/SPAN&gt;&lt;/A&gt;{B9C20FC4-4C04-4F4C-93EF-E69E11D286F2}&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;&lt;A href="http://your-sharepoint-server/site/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List="&gt;&lt;SPAN style="color: #3778c7;"&gt;http://your-sharepoint-server/site/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List=&lt;/SPAN&gt;&lt;/A&gt;{B9C20FC4-4C04-4F4C-93EF-E69E11D286F2}&amp;amp;View={58678A30-DC12-4C66-8568-28E4D9A3EED1}&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;For more info about owssvr.dll use Google to find various ways of filtering the information&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;Note: Only fields defined in a view can be retrieved. You need to construct the view with the fields needed, if not using the default view.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 16:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854674#M299601</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-10T16:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data from SharePoint</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854675#M299602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which version of SharePoint are you using. The RPC-calls with GUIDs are the old-style way of doing it. There is a newer REST API that can be used with SharePoint 2010 and newer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 17:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854675#M299602</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-06-10T17:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data from SharePoint</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854676#M299603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We havn't moved to 2010 yet, so I think the old ways will have to be the way forward!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 06:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854676#M299603</guid>
      <dc:creator />
      <dc:date>2015-06-11T06:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data from SharePoint</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854677#M299604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the responce Shiva!&lt;/P&gt;&lt;P&gt;I'm aware of the text you included - that was what I linked to in my origional post.&amp;nbsp; My question was really, how do I build the statement that goes into the web files dialogue box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Their example is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'inherit', 'serif'; font-size: 10pt;"&gt;&lt;A class="jive-link-external-small" href="http://your-sharepoint-server/site/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List=" rel="nofollow"&gt;&lt;SPAN style="color: #3778c7;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://your-sharepoint-server/site/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List={B9C20FC4-4C04-4F4C-93EF-E69E11D286F2}&amp;amp;View={58678A30-DC12-4C66-8568-28E4D9A3EED1"&gt;http://your-sharepoint-server/site/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List=&lt;/A&gt;{B9C20FC4-4C04-4F4C-93EF-E69E11D286F2}&amp;amp;View={58678A30-DC12-4C66-8568-28E4D9A3EED1}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the URL of my SharePoint site is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri', 'sans-serif'; color: #1f497d; font-size: 11pt;"&gt;&lt;A class="jive-link-external-small" href="http://sptx/sites/GrainLNG/TmAreas/Asset/Lists/AM%20Risk%20Register/Risk%20Register%20Qlik.aspx" rel="nofollow"&gt;http://sptx/sites/GrainLNG/TmAreas/Asset/Lists/AM%20Risk%20Register/Risk%20Register%20Qlik.aspx&lt;/A&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;and doesnt have the &lt;STRONG&gt;owssvr.dll&lt;/STRONG&gt; part in it, so even though I have the two GUID's, I don't know how to put it all together to form the address I need to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help with that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 06:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854677#M299604</guid>
      <dc:creator />
      <dc:date>2015-06-11T06:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data from SharePoint</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854678#M299605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are able to solve ur issue by following the above process?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 08:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854678#M299605</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-11T08:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data from SharePoint</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854679#M299606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No,&lt;/P&gt;&lt;P&gt;Iv'e posted a reply to you, but becouse there are URL's in it, the message goes through the Qlik moderators, so you'll get it as soon as they have looked at it.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 08:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854679#M299606</guid>
      <dc:creator />
      <dc:date>2015-06-11T08:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data from SharePoint</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854680#M299607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okie.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 08:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854680#M299607</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-11T08:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data from SharePoint</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854681#M299608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try tis way,with ur url by comparing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="left" style="font-size: 9pt; font-family: Segoe UI; color: #000000;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;&lt;A href="http://sp2010test/sites/CNA/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List={bc504899-b7cd-4055-ac07-ee8cac6b1364}&amp;amp;View={158F2B6D-D3CE-4398-9677-759A6E574C26"&gt;://oursharepointserver/sites/CNA/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List={bc504899-b7cd-4055-ac07-ee8cac6b1364}&amp;amp;View={158F2B6D-D3CE-4398-9677-759A6E574C26&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;}&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just check with ur sharepoint team,they will help..they know abt owssvr.dll&lt;/P&gt;&lt;TABLE&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 15:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854681#M299608</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-11T15:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data from SharePoint</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854682#M299609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shiva,&lt;/P&gt;&lt;P&gt;I tried the link structured in theway you suggested and it didn't work.&amp;nbsp; I've spent an hour on the phone with a consultant from Qlik trying to fix it and he basically suggested the same as you&amp;nbsp; - we then tried literally dozens of slightly different iterations and none worked, so he now thinks it may be that SharePoint 2007 doesn't really support this.&lt;/P&gt;&lt;P&gt;He's going to take it to a meting they are having next week and see if any of the other in-house consultants can solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So thanks for you help, it is appreciated and I'll let you know if they find a solution!&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 07:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854682#M299609</guid>
      <dc:creator />
      <dc:date>2015-06-17T07:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data from SharePoint</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854683#M299610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ur wc...np,let me know if u have any issue on the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we implemented the same way what i shared with u on this link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 08:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-from-SharePoint/m-p/854683#M299610</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-18T08:44:29Z</dc:date>
    </item>
  </channel>
</rss>

