<?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 Expr to show specific values in list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expr-to-show-specific-values-in-list-box/m-p/632649#M1088525</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;&lt;/P&gt;&lt;P&gt;I want to show only specific values in my list box. I wrote the below expression but it shows nothing in the list box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Type='Gross' and 'Net',Type)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I infact, want to show only 2 values ie Gross and Net in the Type list box(ie field Type).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2014 13:41:47 GMT</pubDate>
    <dc:creator>surajap123</dc:creator>
    <dc:date>2014-05-29T13:41:47Z</dc:date>
    <item>
      <title>Expr to show specific values in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Expr-to-show-specific-values-in-list-box/m-p/632649#M1088525</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;&lt;/P&gt;&lt;P&gt;I want to show only specific values in my list box. I wrote the below expression but it shows nothing in the list box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Type='Gross' and 'Net',Type)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I infact, want to show only 2 values ie Gross and Net in the Type list box(ie field Type).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 13:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expr-to-show-specific-values-in-list-box/m-p/632649#M1088525</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-05-29T13:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Expr to show specific values in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Expr-to-show-specific-values-in-list-box/m-p/632650#M1088526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(Type='Gross' or Type='Net,Type)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 13:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expr-to-show-specific-values-in-list-box/m-p/632650#M1088526</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-05-29T13:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Expr to show specific values in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Expr-to-show-specific-values-in-list-box/m-p/632651#M1088527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;=If(Type='Gross' or Type='Net')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 13:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expr-to-show-specific-values-in-list-box/m-p/632651#M1088527</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-29T13:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Expr to show specific values in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Expr-to-show-specific-values-in-list-box/m-p/632652#M1088528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=if(Match(Type,'Gross','Net'),Type)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 05:50:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expr-to-show-specific-values-in-list-box/m-p/632652#M1088528</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-05-30T05:50:55Z</dc:date>
    </item>
  </channel>
</rss>

