<?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: HTML tags while taking sharepoint data into Qlikview report in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/HTML-tags-while-taking-sharepoint-data-into-Qlikview-report/m-p/1019636#M345096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Replace(MapSubString('HTMLTag_Map', [Decision Comments]),'&amp;amp;nbsp',' ') as [Decision Comments Cleansed]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Feb 2016 10:33:56 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2016-02-01T10:33:56Z</dc:date>
    <item>
      <title>HTML tags while taking sharepoint data into Qlikview report</title>
      <link>https://community.qlik.com/t5/QlikView/HTML-tags-while-taking-sharepoint-data-into-Qlikview-report/m-p/1019633#M345093</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;currently I am exporting sharepoint data into qlikview but' it's containing html tags in data values.can anybody help me for how to remove it&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I found one code from &lt;A href="https://community.qlik.com/thread/71215"&gt;Removing HTML markup code&lt;/A&gt; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;HTMLTag_Map:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MAPPING LOAD Distinct '&amp;lt;' &amp;amp; TextBetween('&amp;lt;' &amp;amp; SubField([Decision Comments], '&amp;lt;', IterNo()), '&amp;lt;','&amp;gt;') &amp;amp; '&amp;gt;' as HTMLTag, '' as Substitute&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Decisions;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Join (Decisions) LOAD ID, MapSubString('HTMLTag_Map', [Decision Comments]) as [Decision Comments Cleansed]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Decisions;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;while not ISNULL (SubField([Decision Comments], '&amp;lt;', IterNo()));&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I tried this as well but still don't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 06:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HTML-tags-while-taking-sharepoint-data-into-Qlikview-report/m-p/1019633#M345093</guid>
      <dc:creator>vijetas42</dc:creator>
      <dc:date>2016-02-01T06:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: HTML tags while taking sharepoint data into Qlikview report</title>
      <link>https://community.qlik.com/t5/QlikView/HTML-tags-while-taking-sharepoint-data-into-Qlikview-report/m-p/1019634#M345094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/71215"&gt;Removing HTML markup code&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/139692"&gt;How to remove HTML tags in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/80515"&gt;Hiding HTML tags displayed in report on Sharepoint list&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 07:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HTML-tags-while-taking-sharepoint-data-into-Qlikview-report/m-p/1019634#M345094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-01T07:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: HTML tags while taking sharepoint data into Qlikview report</title>
      <link>https://community.qlik.com/t5/QlikView/HTML-tags-while-taking-sharepoint-data-into-Qlikview-report/m-p/1019635#M345095</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 have sorted with removing html mark ups and it's working fine but in between text &amp;amp;nbsp is coming e.g. my string is aaab&amp;amp;nbsp adgbvbhghd&amp;amp;nbsp&amp;amp;nbsp aursusd so from this text I want to remove all &amp;amp;nbsp thing.how can I achiece this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 10:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HTML-tags-while-taking-sharepoint-data-into-Qlikview-report/m-p/1019635#M345095</guid>
      <dc:creator>vijetas42</dc:creator>
      <dc:date>2016-02-01T10:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: HTML tags while taking sharepoint data into Qlikview report</title>
      <link>https://community.qlik.com/t5/QlikView/HTML-tags-while-taking-sharepoint-data-into-Qlikview-report/m-p/1019636#M345096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Replace(MapSubString('HTMLTag_Map', [Decision Comments]),'&amp;amp;nbsp',' ') as [Decision Comments Cleansed]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 10:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HTML-tags-while-taking-sharepoint-data-into-Qlikview-report/m-p/1019636#M345096</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-02-01T10:33:56Z</dc:date>
    </item>
  </channel>
</rss>

