<?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: Display last value in a string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-last-value-in-a-string/m-p/890838#M310346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2015 10:17:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-15T10:17:56Z</dc:date>
    <item>
      <title>Display last value in a string</title>
      <link>https://community.qlik.com/t5/QlikView/Display-last-value-in-a-string/m-p/890835#M310343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;hope you could help me with the following issue.&lt;/P&gt;&lt;P&gt;lets say I have a field which contains the following values:&lt;/P&gt;&lt;P&gt;'ABC&amp;gt;AB&amp;gt;A'&lt;/P&gt;&lt;P&gt;'ABCD&amp;gt;ABBBC&amp;gt;AD&amp;gt;D'&lt;/P&gt;&lt;P&gt;'MMMN&amp;gt;MKL&amp;gt;KLL&amp;gt;KLLL&amp;gt;L'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a new dimension that will display the values after the last '&amp;gt;' (the result will be: 'A','D','L'). I don't know how many characters will be before the last '&amp;gt;'. &lt;/P&gt;&lt;P&gt;is there a function I can use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I was clear enough. &lt;/P&gt;&lt;P&gt;thanks in advance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 09:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-last-value-in-a-string/m-p/890835#M310343</guid>
      <dc:creator />
      <dc:date>2015-06-15T09:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Display last value in a string</title>
      <link>https://community.qlik.com/t5/QlikView/Display-last-value-in-a-string/m-p/890836#M310344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michal,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Subfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;('AAA&amp;gt;BBB&amp;gt;ACCC &amp;gt;L','&amp;gt;',-1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 09:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-last-value-in-a-string/m-p/890836#M310344</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2015-06-15T09:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Display last value in a string</title>
      <link>https://community.qlik.com/t5/QlikView/Display-last-value-in-a-string/m-p/890837#M310345</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;subfield('MMMN&amp;gt;MKL&amp;gt;KLL&amp;gt;KLLL&amp;gt;L','&amp;gt;',len(KeepChar('MMMN&amp;gt;MKL&amp;gt;KLL&amp;gt;KLLL&amp;gt;L','&amp;gt;'))+1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace string with field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 09:26:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-last-value-in-a-string/m-p/890837#M310345</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-06-15T09:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Display last value in a string</title>
      <link>https://community.qlik.com/t5/QlikView/Display-last-value-in-a-string/m-p/890838#M310346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 10:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-last-value-in-a-string/m-p/890838#M310346</guid>
      <dc:creator />
      <dc:date>2015-06-15T10:17:56Z</dc:date>
    </item>
  </channel>
</rss>

