<?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 Junk characters from SharePoint List in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Junk-characters-from-SharePoint-List/m-p/1523559#M438211</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I am using RPC call to load data from a SharePoint List and I get junk characters for few fields when loaded into QlikView.&lt;/P&gt;&lt;P&gt;For Example, Department column has values always prefixed by ';#' like ";#Sales;#"&lt;/P&gt;&lt;P&gt;I tried PurgeChar(Department,';#') and this works fine when the column has only one value.&lt;/P&gt;&lt;P&gt;Sometimes there are&amp;nbsp;multiple values separated with a comma. Example: Department having a value as "Sales,HR,Management" in this case my data looks as below&lt;/P&gt;&lt;P&gt;;#Sales;#HR;#Management;#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this if I use PurgeChar am ending up with no space or commas in the field like "SalesHRManagement".&lt;/P&gt;&lt;P&gt;Can anybody help me with this? I am not sure about why the junk characters appear and I think these are not constant always.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 21:41:52 GMT</pubDate>
    <dc:creator>prajwala</dc:creator>
    <dc:date>2024-11-16T21:41:52Z</dc:date>
    <item>
      <title>Junk characters from SharePoint List</title>
      <link>https://community.qlik.com/t5/QlikView/Junk-characters-from-SharePoint-List/m-p/1523559#M438211</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I am using RPC call to load data from a SharePoint List and I get junk characters for few fields when loaded into QlikView.&lt;/P&gt;&lt;P&gt;For Example, Department column has values always prefixed by ';#' like ";#Sales;#"&lt;/P&gt;&lt;P&gt;I tried PurgeChar(Department,';#') and this works fine when the column has only one value.&lt;/P&gt;&lt;P&gt;Sometimes there are&amp;nbsp;multiple values separated with a comma. Example: Department having a value as "Sales,HR,Management" in this case my data looks as below&lt;/P&gt;&lt;P&gt;;#Sales;#HR;#Management;#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this if I use PurgeChar am ending up with no space or commas in the field like "SalesHRManagement".&lt;/P&gt;&lt;P&gt;Can anybody help me with this? I am not sure about why the junk characters appear and I think these are not constant always.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Junk-characters-from-SharePoint-List/m-p/1523559#M438211</guid>
      <dc:creator>prajwala</dc:creator>
      <dc:date>2024-11-16T21:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Junk characters from SharePoint List</title>
      <link>https://community.qlik.com/t5/QlikView/Junk-characters-from-SharePoint-List/m-p/1523597#M438216</link>
      <description>You could remove the first ;# and replace the other ;# with comma's:&lt;BR /&gt;Replace(Mid(Department,3),';#',',') as Departments&lt;BR /&gt;&lt;BR /&gt;Or you could try using the SubField function with ;# as separator&lt;BR /&gt;&lt;BR /&gt;EmployeeDepartments:&lt;BR /&gt;LOAD&lt;BR /&gt;EmployeeID,&lt;BR /&gt;SubField(Department, ';#') as Department&lt;BR /&gt;FROM&lt;BR /&gt;...source table... ;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Dec 2018 14:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Junk-characters-from-SharePoint-List/m-p/1523597#M438216</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-12-22T14:58:05Z</dc:date>
    </item>
  </channel>
</rss>

