<?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 Extracting string between special characters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extracting-string-between-special-characters/m-p/431684#M160941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to split out a field into two new fields. This is the string pattern and I'm looking to put everything between the first set of single quotes into fieldA, and everything between the second set of quotes into FieldB. I've found this &lt;A _jive_internal="true" href="https://community.qlik.com/message/108212#108212"&gt;http://community.qlik.com/message/108212#108212&lt;/A&gt; which I can adapt to single quotes but can't figure out how to make it work on the first then the last. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="324"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="324"&gt;CALLTIME CHANGED FROM '71:11' TO '20:10'&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks. &lt;/P&gt;&lt;P&gt;P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Apr 2013 12:05:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-08T12:05:53Z</dc:date>
    <item>
      <title>Extracting string between special characters</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-string-between-special-characters/m-p/431684#M160941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to split out a field into two new fields. This is the string pattern and I'm looking to put everything between the first set of single quotes into fieldA, and everything between the second set of quotes into FieldB. I've found this &lt;A _jive_internal="true" href="https://community.qlik.com/message/108212#108212"&gt;http://community.qlik.com/message/108212#108212&lt;/A&gt; which I can adapt to single quotes but can't figure out how to make it work on the first then the last. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="324"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="324"&gt;CALLTIME CHANGED FROM '71:11' TO '20:10'&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks. &lt;/P&gt;&lt;P&gt;P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 12:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-string-between-special-characters/m-p/431684#M160941</guid>
      <dc:creator />
      <dc:date>2013-04-08T12:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting string between special characters</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-string-between-special-characters/m-p/431685#M160942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hope you find itr helpfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t:&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;TextBetween(F1,'TO '&amp;amp;chr(39),chr(39)) as Field2,&lt;/P&gt;&lt;P&gt;TextBetween(F1,chr(39),chr(39)&amp;amp;' ') as Field1;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;F1&lt;/P&gt;&lt;P&gt;"CALLTIME CHANGED FROM '71:11' TO '20:10'"&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 01:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-string-between-special-characters/m-p/431685#M160942</guid>
      <dc:creator>hectorgarcia</dc:creator>
      <dc:date>2016-12-09T01:29:42Z</dc:date>
    </item>
  </channel>
</rss>

