<?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 Error while reading values from SharePoint list in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-while-reading-values-from-SharePoint-list/m-p/373442#M704403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am trying to read values from a SharePoint list. &lt;/P&gt;&lt;P&gt;A column named "SubStage" is stored as a single line of text in SharePoint. I would like to map the values of the SubStage column to create a field in QlikView called "Current Sourcing Stage". I want to accomplish this via a QlikView script. Given below is an excerpt of the script in QlikView:&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'FNL','1FNL'&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'SRC','2SRC'&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'RFQ','3RFQ'&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'QTD','4QTD'&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'FAS_Undelivered', '5FAS'&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'FAS_Development','5FAS'&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'FAS_delivered','5FAS'&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Production', '6PRD'&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'DNS','6DNS'&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'NIF','0NIF'&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'SSS','7SSS'))))))))))) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Current Sourcing Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;﻿The above mapping works perfectly fine when I read the "Sub Stage" column from Excel. However, when I read "Sub Stage" from the SharePoint list, the "Current Sourcing Stage" does not get mapped per the above logic.&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;﻿Can you please help me understand why this logic does not work when I read values from a SharePoint list?&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;﻿Your help is much appreciated!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2012 19:18:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-29T19:18:08Z</dc:date>
    <item>
      <title>Error while reading values from SharePoint list</title>
      <link>https://community.qlik.com/t5/QlikView/Error-while-reading-values-from-SharePoint-list/m-p/373442#M704403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am trying to read values from a SharePoint list. &lt;/P&gt;&lt;P&gt;A column named "SubStage" is stored as a single line of text in SharePoint. I would like to map the values of the SubStage column to create a field in QlikView called "Current Sourcing Stage". I want to accomplish this via a QlikView script. Given below is an excerpt of the script in QlikView:&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'FNL','1FNL'&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'SRC','2SRC'&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'RFQ','3RFQ'&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'QTD','4QTD'&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'FAS_Undelivered', '5FAS'&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'FAS_Development','5FAS'&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'FAS_delivered','5FAS'&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Production', '6PRD'&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'DNS','6DNS'&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'NIF','0NIF'&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'SSS','7SSS'))))))))))) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Current Sourcing Stage]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;﻿The above mapping works perfectly fine when I read the "Sub Stage" column from Excel. However, when I read "Sub Stage" from the SharePoint list, the "Current Sourcing Stage" does not get mapped per the above logic.&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;﻿Can you please help me understand why this logic does not work when I read values from a SharePoint list?&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;﻿Your help is much appreciated!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 19:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-while-reading-values-from-SharePoint-list/m-p/373442#M704403</guid>
      <dc:creator />
      <dc:date>2012-05-29T19:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error while reading values from SharePoint list</title>
      <link>https://community.qlik.com/t5/QlikView/Error-while-reading-values-from-SharePoint-list/m-p/373443#M704404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hemanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you managed to load the data from sharepoint which needs authentication. I am trying the same but couldn't managed to get the solution. Please let me know if you have for the solution.&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>Tue, 28 Aug 2012 05:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-while-reading-values-from-SharePoint-list/m-p/373443#M704404</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2012-08-28T05:58:43Z</dc:date>
    </item>
  </channel>
</rss>

