<?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 Parsing Text in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Parsing-Text/m-p/370780#M137906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to pull out a string of text from a&amp;nbsp; field(Text) within my Qlikview. The text has defined strings that open the string that I want to capture and close the string that I want to capture. The number of characters that I want to capture is not definite. There are multiple fields that I want to pull out of this field. Please help me write this script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I got:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Text,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(index(Text, 'openstring'), mid(Text,11, ....and then this is where I get lost.&lt;/P&gt;&lt;P&gt;I'm assuming there needs to be a len(), but I am unsure of how to define the string with the 'openstring' and 'closestring'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2012 18:05:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-26T18:05:54Z</dc:date>
    <item>
      <title>Parsing Text</title>
      <link>https://community.qlik.com/t5/QlikView/Parsing-Text/m-p/370780#M137906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to pull out a string of text from a&amp;nbsp; field(Text) within my Qlikview. The text has defined strings that open the string that I want to capture and close the string that I want to capture. The number of characters that I want to capture is not definite. There are multiple fields that I want to pull out of this field. Please help me write this script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I got:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Text,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(index(Text, 'openstring'), mid(Text,11, ....and then this is where I get lost.&lt;/P&gt;&lt;P&gt;I'm assuming there needs to be a len(), but I am unsure of how to define the string with the 'openstring' and 'closestring'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 18:05:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Parsing-Text/m-p/370780#M137906</guid>
      <dc:creator />
      <dc:date>2012-04-26T18:05:54Z</dc:date>
    </item>
    <item>
      <title>Parsing Text</title>
      <link>https://community.qlik.com/t5/QlikView/Parsing-Text/m-p/370781#M137907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; May be Something like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(SubField(FieldName,'ClosedString',1),'OpenString',1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 18:11:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Parsing-Text/m-p/370781#M137907</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-04-26T18:11:06Z</dc:date>
    </item>
    <item>
      <title>Parsing Text</title>
      <link>https://community.qlik.com/t5/QlikView/Parsing-Text/m-p/370782#M137908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured it out. TextBetween(Text, 'openstring','closestring') worked perfect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 18:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Parsing-Text/m-p/370782#M137908</guid>
      <dc:creator />
      <dc:date>2012-04-26T18:16:26Z</dc:date>
    </item>
  </channel>
</rss>

