<?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: How to use RIGHT() for string value? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-RIGHT-for-string-value/m-p/1275779#M622434</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry bro, but i only need data that start with AB_ and CD_ . how to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubField(PRD_NAME, 'AB_', 2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Feb 2017 18:40:06 GMT</pubDate>
    <dc:creator>jim_chan</dc:creator>
    <dc:date>2017-02-01T18:40:06Z</dc:date>
    <item>
      <title>How to use RIGHT() for string value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-RIGHT-for-string-value/m-p/1275773#M622428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have data as such AB_apple, AB_orange,AB_lemon, CD_chicken, CD_Beef, CD_Fish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my expected result is i only want to show result - apple, orange,lemon WITHOUT the AB_ ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; tried to write this expression, it didnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(right(fieldname,3)='AB_' ,&lt;SPAN style="font-size: 13.3333px;"&gt;fieldname&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HElp pls!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 18:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-RIGHT-for-string-value/m-p/1275773#M622428</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2017-02-01T18:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to use RIGHT() for string value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-RIGHT-for-string-value/m-p/1275774#M622429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SubField(fieldname, '_', 2)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 18:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-RIGHT-for-string-value/m-p/1275774#M622429</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-01T18:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to use RIGHT() for string value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-RIGHT-for-string-value/m-p/1275775#M622430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is u again bro. i wonder where r u living, obviously, in earth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 18:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-RIGHT-for-string-value/m-p/1275775#M622430</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2017-02-01T18:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to use RIGHT() for string value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-RIGHT-for-string-value/m-p/1275776#M622431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wrote this expression as such : if(SubField(PRD_NAME, '_', 2),PRD_NAME) , not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 18:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-RIGHT-for-string-value/m-p/1275776#M622431</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2017-02-01T18:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to use RIGHT() for string value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-RIGHT-for-string-value/m-p/1275777#M622432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you need if? This should be enough I think:&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: 13px;"&gt;&lt;STRONG&gt;SubField(PRD_NAME, '_', 2)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 18:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-RIGHT-for-string-value/m-p/1275777#M622432</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-01T18:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to use RIGHT() for string value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-RIGHT-for-string-value/m-p/1275778#M622433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you bro!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 18:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-RIGHT-for-string-value/m-p/1275778#M622433</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2017-02-01T18:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to use RIGHT() for string value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-RIGHT-for-string-value/m-p/1275779#M622434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry bro, but i only need data that start with AB_ and CD_ . how to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubField(PRD_NAME, 'AB_', 2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 18:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-RIGHT-for-string-value/m-p/1275779#M622434</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2017-02-01T18:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use RIGHT() for string value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-RIGHT-for-string-value/m-p/1275780#M622435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match(SubField(PRD_NAME, '_', 1), 'AB', 'CD'), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SubField(PRD_NAME, 'AB_', 2)&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 18:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-RIGHT-for-string-value/m-p/1275780#M622435</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-01T18:46:05Z</dc:date>
    </item>
  </channel>
</rss>

