<?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 How to get in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get/m-p/186440#M50528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;For example from a batch file with command line bellow.&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;sed -e "s/&amp;lt;[^&amp;gt;]*&amp;gt;//" file.html&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;There is sed for Windows , for example here: http://gnuwin32.sourceforge.net/packages/sed.htm&lt;/P&gt;&lt;P&gt;-Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Feb 2011 12:48:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-23T12:48:42Z</dc:date>
    <item>
      <title>How to get</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get/m-p/186434#M50522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey ,&lt;/P&gt;&lt;P&gt;i've loading text field from the sql Dbase but it written on HTML (char)&lt;/P&gt;&lt;P&gt;how can i get rid from all this signs on the script?&lt;/P&gt;&lt;P&gt;the signs exam': &amp;lt;p&amp;gt;,&amp;lt;/p&amp;gt;,&amp;lt;/strong&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've been tring to use this functions on the script:&lt;/P&gt;&lt;P&gt;PurgeChar(Free_Text,TextBetween(Free_Text,'&amp;lt;','&amp;gt;'))&lt;/P&gt;&lt;P&gt;but it takes only the first sighn between the &amp;lt;&amp;gt;, I need to do loop on the script but i didn't manage to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that some one will help me!&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 16:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get/m-p/186434#M50522</guid>
      <dc:creator />
      <dc:date>2010-09-02T16:10:56Z</dc:date>
    </item>
    <item>
      <title>How to get</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get/m-p/186435#M50523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Camella,&lt;/P&gt;&lt;P&gt;QlikView is not really well-suited for data scrubbing, so the ideal solution would be to introduce an intermediate step to remove these tags. If you need to do this in QV, you'll be forced to use something like this (which is messy):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;TextBetween(mytext, '&amp;gt;', '&amp;lt;',substringcount(mytext, '&amp;gt;' )/2)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;This will work because all HTML tags need to be opened and closed, and whatever is left must be your actual text. On the other hand, if the programmer simply forgets to close 1 tag the things breaks...&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 06:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get/m-p/186435#M50523</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-09-03T06:53:39Z</dc:date>
    </item>
    <item>
      <title>How to get</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get/m-p/186436#M50524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u but it doesn't work. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It's works only for the last string with the: "&amp;lt;"&amp;amp;"&amp;gt;"&lt;/P&gt;&lt;P&gt;This why, i need to do &lt;STRONG&gt;loop&lt;/STRONG&gt; and i don't know how to do it &lt;STRONG&gt;on the script&lt;/STRONG&gt; when i load the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Sep 2010 10:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get/m-p/186436#M50524</guid>
      <dc:creator />
      <dc:date>2010-09-05T10:43:26Z</dc:date>
    </item>
    <item>
      <title>How to get</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get/m-p/186437#M50525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Camells,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure what exactly do you mean by LOOP... You can implement traditional loops in the script using something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR i= 0 to 10&lt;/P&gt;&lt;P&gt;... more statements here...&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;Searching the Help Section for the word LOOP shows a short list of a few available options: DO...LOOP, FOR EACH ... NEXT and FOR ... NEXT&lt;/P&gt;&lt;P&gt;For your purpose, however, I'd recommend using VBScript function to strip off HTML tags and using the result of the function in QlikView load. Here is one example from the available on-line sources on stripping off HTML tags:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http://www.4guysfromrolla.com/webtech/042501-1.shtml&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Sep 2010 18:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get/m-p/186437#M50525</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2010-09-05T18:09:01Z</dc:date>
    </item>
    <item>
      <title>How to get</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get/m-p/186438#M50526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Oleg. I'm not sure why the solution I posted is not working. I just tested it with this string and it works fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;TextBetween('&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;this is a test&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;', '&amp;gt;', '&amp;lt;',substringcount('&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;this is a test&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;', '&amp;gt;' )/2)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Sep 2010 18:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get/m-p/186438#M50526</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-09-05T18:44:25Z</dc:date>
    </item>
    <item>
      <title>How to get</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get/m-p/186439#M50527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that the reson that it didn't work is because qlikview doesnt support my language .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway&lt;/P&gt;&lt;P&gt;Many thanks dear Oleg and Vlad &lt;IMG alt="Yes" src="http://community.qlik.com/emoticons/emotion-21.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 14:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get/m-p/186439#M50527</guid>
      <dc:creator />
      <dc:date>2010-09-21T14:06:07Z</dc:date>
    </item>
    <item>
      <title>How to get</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get/m-p/186440#M50528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;For example from a batch file with command line bellow.&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;sed -e "s/&amp;lt;[^&amp;gt;]*&amp;gt;//" file.html&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;There is sed for Windows , for example here: http://gnuwin32.sourceforge.net/packages/sed.htm&lt;/P&gt;&lt;P&gt;-Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 12:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get/m-p/186440#M50528</guid>
      <dc:creator />
      <dc:date>2011-02-23T12:48:42Z</dc:date>
    </item>
    <item>
      <title>How to get</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get/m-p/186441#M50529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you create macros in Jscript instead of VBscript, there is full regular expression support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;function dropTags(row) {&lt;BR /&gt; return row.replace(/&amp;lt;[^&amp;gt;]*&amp;gt;/gi, "");&lt;BR /&gt;}&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;The loading script becomes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;raw_html:&lt;BR /&gt;LOAD @1 as row&lt;BR /&gt;FROM 1.txt&lt;BR /&gt;(txt, codepage is 1252, no labels, delimiter is '\n', no quotes);&lt;BR /&gt;&lt;BR /&gt;no_tags:&lt;BR /&gt;LOAD dropTags(row) as clean_row&lt;BR /&gt;resident raw_html;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;-Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 14:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get/m-p/186441#M50529</guid>
      <dc:creator />
      <dc:date>2011-02-24T14:20:50Z</dc:date>
    </item>
  </channel>
</rss>

