<?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: regular expressions!? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/regular-expressions/m-p/887736#M309446</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mainly formatting tags like &amp;lt;b&amp;gt;, new paragraph &amp;lt;p&amp;gt; new line &amp;lt;br&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 May 2015 12:18:03 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2015-05-06T12:18:03Z</dc:date>
    <item>
      <title>regular expressions!?</title>
      <link>https://community.qlik.com/t5/QlikView/regular-expressions/m-p/887733#M309443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;got a field that contains HTML code for example ...&amp;lt;p&amp;gt;text&amp;lt;/p&amp;gt; &amp;lt;br&amp;gt; etc....&lt;/P&gt;&lt;P&gt;is there a way to remove all HTML tags and keep the rest of text to display it properly on a table box?&lt;/P&gt;&lt;P&gt;please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 11:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/regular-expressions/m-p/887733#M309443</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2015-05-06T11:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: regular expressions!?</title>
      <link>https://community.qlik.com/t5/QlikView/regular-expressions/m-p/887734#M309444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could that be any&amp;nbsp; string length with any HTML code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 12:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/regular-expressions/m-p/887734#M309444</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-06T12:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: regular expressions!?</title>
      <link>https://community.qlik.com/t5/QlikView/regular-expressions/m-p/887735#M309445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can call a Macro function from the Load Script. The Macro function could be a JScript (Microsofts JavaScript that comes with your Windows OS). This has a Regular Expression component that could be invoked. If you have a regular expression that strips HTML you can use this approach to solve your problem....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe just using PowerShell is the best, using the Execute statement in the Load Script ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a one-liner with PowerShell:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #006000; font-family: monospace; font-size: 13.3333330154419px; background-color: #efefef;"&gt;$myStr -replace "&amp;lt;.*?&amp;gt;" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #006000; font-family: monospace; font-size: 13.3333330154419px; background-color: #efefef;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #006000; font-family: monospace; font-size: 13.3333330154419px; background-color: #efefef;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 12:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/regular-expressions/m-p/887735#M309445</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-06T12:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: regular expressions!?</title>
      <link>https://community.qlik.com/t5/QlikView/regular-expressions/m-p/887736#M309446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mainly formatting tags like &amp;lt;b&amp;gt;, new paragraph &amp;lt;p&amp;gt; new line &amp;lt;br&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 12:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/regular-expressions/m-p/887736#M309446</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2015-05-06T12:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: regular expressions!?</title>
      <link>https://community.qlik.com/t5/QlikView/regular-expressions/m-p/887737#M309447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&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;if you are looking for regular expressions, maybe these links &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;on using RegEx in QlikView might &lt;/SPAN&gt;help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A class="jive-link-external-small" href="http://www.qlikfix.com/2010/10/18/regular-expressions-in-the-load-script/" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7; text-decoration: underline;"&gt;http://www.qlikfix.com/2010/10/18/regular-expressions-in-the-load-script/&lt;/A&gt;&amp;nbsp; by &lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="71251" data-objecttype="3" href="https://community.qlik.com/people/BarryHarmsen" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Barry Harmsen&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="4587" data-objecttype="102" href="https://community.qlik.com/docs/DOC-4587" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;How to use regular expressions&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; by &lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="24097" data-objecttype="3" href="https://community.qlik.com/people/ANDREA_GHIRO" style="font-weight: inherit; font-style: inherit; font-size: 13.3333320617676px; font-family: inherit; color: #3778c7;"&gt;Andrea Ghirardello&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&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;regards&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 12:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/regular-expressions/m-p/887737#M309447</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-05-06T12:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: regular expressions!?</title>
      <link>https://community.qlik.com/t5/QlikView/regular-expressions/m-p/887738#M309448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This does not solve your problem but you can use 4-5 Repalce to get what you need:&lt;/P&gt;&lt;P&gt;=Replace(Replace(Replace('&amp;lt;p&amp;gt;text&amp;lt;/p&amp;gt; &amp;lt;br&amp;gt;','&amp;lt;p&amp;gt;',''),'&amp;lt;/p&amp;gt;',''),'&amp;lt;br&amp;gt;','')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post some "real" examples to play with VBS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 13:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/regular-expressions/m-p/887738#M309448</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-06T13:01:07Z</dc:date>
    </item>
  </channel>
</rss>

