<?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 a value from a string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584802#M217058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My table has a field which contains notes with a value in. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;The cost of the purchase is £234.56 payable by cheque&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to extract the numeric part as a value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used TextBetween&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NOTE_TEXT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'£',' ') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Value &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;which works well, except sometimes there is no space after the value, eg.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;"&lt;EM&gt;The cost of the purchase is £234.56per person payable by cheque&lt;/EM&gt;".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Is there anyway I can identify the TextBetween '£' and a non-numeric character?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2014 08:14:05 GMT</pubDate>
    <dc:creator>richard_chilvers</dc:creator>
    <dc:date>2014-04-01T08:14:05Z</dc:date>
    <item>
      <title>Extracting a value from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584802#M217058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My table has a field which contains notes with a value in. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;The cost of the purchase is £234.56 payable by cheque&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to extract the numeric part as a value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used TextBetween&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NOTE_TEXT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'£',' ') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Value &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;which works well, except sometimes there is no space after the value, eg.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;"&lt;EM&gt;The cost of the purchase is £234.56per person payable by cheque&lt;/EM&gt;".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Is there anyway I can identify the TextBetween '£' and a non-numeric character?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 08:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584802#M217058</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2014-04-01T08:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting a value from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584803#M217059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried the keepchar function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KeepChar(NOTE_TEXT)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 08:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584803#M217059</guid>
      <dc:creator>kangaroomac</dc:creator>
      <dc:date>2014-04-01T08:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting a value from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584804#M217060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Keepchar fuction like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=KeepChar(Text,'0123456789')&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Keepchar('The cost of the purchase is £234.56 payable by cheque','0123456789')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 08:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584804#M217060</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-01T08:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting a value from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584805#M217061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Keepchar&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;NOTE_TEXT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,'0123456789') &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; Value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 08:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584805#M217061</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-01T08:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting a value from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584806#M217062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;And if you want to knit pick, add the full stop decimal indicator (.) as well - else the cost of the purchase is going to be a bit more than expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Keepchar&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt;"&gt;NOTE_TEXT&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt;"&gt;,'0123456789.') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt;"&gt; Value&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 08:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584806#M217062</guid>
      <dc:creator>kangaroomac</dc:creator>
      <dc:date>2014-04-01T08:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting a value from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584807#M217063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for a good suggestion.&lt;/P&gt;&lt;P&gt;Keepchar sounds good, but it won't work in my case; for example, the note might say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;"&lt;EM&gt;The cost of the purchase is £234.56 payable by cheque which covers 15 people&lt;/EM&gt;".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;So I need to only capture the value after the £ sign.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;The challenge we all face with unstructured data &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 08:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584807#M217063</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2014-04-01T08:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting a value from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584808#M217064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would this help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subfield(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Keepchar&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt;"&gt;NOTE_TEXT&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt;"&gt;,'0123456789.') , '$') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt;"&gt; Value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt;"&gt;or the three parameter version:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt;"&gt;Subfield(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Keepchar&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt;"&gt;NOTE_TEXT&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt;"&gt;,'0123456789.') , '$', 1) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt;"&gt; Value&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt;"&gt;&lt;STRONG&gt;(Substitute the dollar for a pound sign)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 08:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584808#M217064</guid>
      <dc:creator>kangaroomac</dc:creator>
      <dc:date>2014-04-01T08:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting a value from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584809#M217065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to keep decimal value also then write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keepchar(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;NOTE_TEXT&lt;/SPAN&gt;,'0123456789.') &lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; Value&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 08:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584809#M217065</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-01T08:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting a value from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584810#M217066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this, using &lt;STRONG&gt;FindOneOf() &lt;/STRONG&gt;and&lt;STRONG&gt; Index()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Mid('The cost of the purchase is £234.56per person payable by cheque',Index('The cost of the purchase is £234.56per person payable by cheque', '£')+1,&lt;STRONG&gt;FindOneOf&lt;/STRONG&gt;(Mid('The cost of the purchase is £234.56per person payable by cheque',&lt;STRONG&gt;Index&lt;/STRONG&gt;('The cost of the purchase is £234.56per person payable by cheque', '£')),'abcdefghijklmnopqrstuvwxyz')-2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generic:&lt;/P&gt;&lt;P&gt;=Mid(YourTextField,Index(YourTextField, '£')+1,&lt;STRONG&gt;FindOneOf&lt;/STRONG&gt;(Mid(YourTextField,&lt;STRONG&gt;Index&lt;/STRONG&gt;(YourTextField, '£')),'abcdefghijklmnopqrstuvwxyz')-2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 09:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584810#M217066</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-01T09:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting a value from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584811#M217067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Use Keepchar&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;NOTE_TEXT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 09:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584811#M217067</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-04-01T09:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting a value from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584812#M217068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubField(SubField(NOTE_TEXT,'£',2),' ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 09:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-a-value-from-a-string/m-p/584812#M217068</guid>
      <dc:creator />
      <dc:date>2014-04-01T09:17:08Z</dc:date>
    </item>
  </channel>
</rss>

