<?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 Help.. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help/m-p/478075#M1122380</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;&lt;STRONG&gt;Type&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A00E&lt;/P&gt;&lt;P&gt;A001&lt;/P&gt;&lt;P&gt;A009&lt;/P&gt;&lt;P&gt;M00E&lt;/P&gt;&lt;P&gt;K009&lt;/P&gt;&lt;P&gt;M09E&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How to exclude ending with E&lt;/STRONG&gt;&lt;BR /&gt;O/p would be&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Type&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A001&lt;/P&gt;&lt;P&gt;A009&lt;/P&gt;&lt;P&gt;K009&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jan 2014 16:22:51 GMT</pubDate>
    <dc:creator>paulwalker</dc:creator>
    <dc:date>2014-01-07T16:22:51Z</dc:date>
    <item>
      <title>Help..</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/478075#M1122380</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;&lt;STRONG&gt;Type&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A00E&lt;/P&gt;&lt;P&gt;A001&lt;/P&gt;&lt;P&gt;A009&lt;/P&gt;&lt;P&gt;M00E&lt;/P&gt;&lt;P&gt;K009&lt;/P&gt;&lt;P&gt;M09E&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How to exclude ending with E&lt;/STRONG&gt;&lt;BR /&gt;O/p would be&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Type&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A001&lt;/P&gt;&lt;P&gt;A009&lt;/P&gt;&lt;P&gt;K009&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 16:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/478075#M1122380</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2014-01-07T16:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help..</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/478076#M1122381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look at String-functions - in particular, LEFT(), RIGHT(), MID()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 16:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/478076#M1122381</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-01-07T16:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help..</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/478077#M1122382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Type:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Type&lt;/P&gt;&lt;P&gt;A00E&lt;/P&gt;&lt;P&gt;A001&lt;/P&gt;&lt;P&gt;A009&lt;/P&gt;&lt;P&gt;M00E&lt;/P&gt;&lt;P&gt;K009&lt;/P&gt;&lt;P&gt;M09E&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;where right(Type,1) &amp;lt;&amp;gt; 'E';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 16:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/478077#M1122382</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-07T16:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help..</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/478078#M1122383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use where condition&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;like this &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;where right(Type,1) &amp;lt;&amp;gt; 'E';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 16:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/478078#M1122383</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2014-01-07T16:31:43Z</dc:date>
    </item>
  </channel>
</rss>

