<?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 HTML markup code in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/HTML-markup-code/m-p/1256878#M868959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to strip Html code from data field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>HTML markup code</title>
      <link>https://community.qlik.com/t5/QlikView/HTML-markup-code/m-p/1256878#M868959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to strip Html code from data field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HTML-markup-code/m-p/1256878#M868959</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: HTML markup code</title>
      <link>https://community.qlik.com/t5/QlikView/HTML-markup-code/m-p/1256879#M868960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;Step 1: In your&amp;nbsp; extract QVW, add the below VB code under tools Edit module,&lt;/P&gt;&lt;P style="font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;change Requested module security to system access and allow system access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function stripHTML(strHTML)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;'Strips the HTML tags from strHTML&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; Dim objRegExp, strOutput&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; Set objRegExp = New Regexp&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; objRegExp.IgnoreCase = True&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; objRegExp.Global = True&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; objRegExp.Pattern = "&amp;lt;(.|\n)+?&amp;gt;"&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; 'Replace all HTML tag matches with the empty string&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; strOutput = objRegExp.Replace(strHTML, "")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; 'Replace all &amp;lt; and &amp;gt; with &amp;amp;lt; and &amp;amp;gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; strOutput = Replace(strOutput, "&amp;lt;", "&amp;amp;lt;")&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; strOutput = Replace(strOutput, "&amp;gt;", "&amp;amp;gt;")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; stripHTML = strOutput&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Return the value of strOutput&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; Set objRegExp = Nothing&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;End Function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;Step 2: in edit script, after the field&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;replace(replace(stripHTML([content/properties/Your filed name])&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,'&amp;amp;#58;',':')&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,'&amp;amp;#160;',' ') as newcleanfiledname,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 01:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HTML-markup-code/m-p/1256879#M868960</guid>
      <dc:creator>everest226</dc:creator>
      <dc:date>2016-12-01T01:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: HTML markup code</title>
      <link>https://community.qlik.com/t5/QlikView/HTML-markup-code/m-p/1256880#M868961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/201483"&gt;everest226&lt;/A&gt;‌ is there anyway to do that in script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 01:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HTML-markup-code/m-p/1256880#M868961</guid>
      <dc:creator />
      <dc:date>2016-12-01T01:06:20Z</dc:date>
    </item>
  </channel>
</rss>

