<?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: List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/583129#M216559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a list box and type below code in expression &lt;/P&gt;&lt;P&gt;=if(MixMatch([Region],'US','UK','CHINA','INDIA','SINGAPORE'),[Region])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can add a field in load script like &lt;/P&gt;&lt;P&gt;if(MixMatch([Region],'US','UK','CHINA','INDIA','SINGAPORE'),[Region]) as FilterRegion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can use this in any chart also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Mar 2014 20:21:22 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-03-31T20:21:22Z</dc:date>
    <item>
      <title>List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/583120#M216550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box How can i apply filters&lt;/P&gt;&lt;P&gt;Region list box ,How can filter(US,UK,CHINA,INDIA,SINGAPORE)&lt;/P&gt;&lt;P&gt;if(Wildmatch([Region],'US','UK','CHINA','INDIA','SINGAPORE'),[Region])&lt;/P&gt;&lt;P&gt;Im using this but im getting Other Region Values also &lt;BR /&gt;Please help me Some one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance&lt;BR /&gt;Niru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 18:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/583120#M216550</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-03-31T18:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/583121#M216551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use like take a list box and select Expression and type this code&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;if(Wildmatch([Region],'US','UK','CHINA','INDIA','SINGAPORE'),[Region])&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;BR /&gt;&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;BR /&gt;&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;Hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 18:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/583121#M216551</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-31T18:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/583122#M216552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF(Match(Region,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;US','UK','CHINA','INDIA','SINGAPORE'), Region)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 18:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/583122#M216552</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-31T18:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/583123#M216553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a field from this in load script also like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(MixMatch([Region],'US','UK','CHINA','INDIA','SINGAPORE'),[Region]) as FilterRegion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 18:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/583123#M216553</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-31T18:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/583124#M216554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But again im getting other values ' - '&lt;/P&gt;&lt;P&gt;like symbol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 19:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/583124#M216554</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-03-31T19:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/583125#M216555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like this?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56273_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 19:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/583125#M216555</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-31T19:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/583126#M216556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Like the way only,&lt;/P&gt;&lt;P&gt;when i apply filters But im getting&lt;/P&gt;&lt;P&gt;Other than Filter values also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 19:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/583126#M216556</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-03-31T19:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/583127#M216557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im using this into Dimention limit in Pivot chart &lt;/P&gt;&lt;P&gt;there im getting other than filters also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 19:59:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/583127#M216557</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-03-31T19:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/583128#M216558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a pivot table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculated Dimension &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;IF(Match(Region,'&lt;/SPAN&gt;&lt;SPAN style="background-color: #f6f6f6; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; line-height: 1.5em;"&gt;US','UK','CHINA','INDIA','SINGAPORE'), Region)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; line-height: 1.5em;"&gt;Tick Suppress When Value is NULL&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; line-height: 1.5em;"&gt;Expression &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; line-height: 1.5em;"&gt;SUM(Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 20:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/583128#M216558</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-31T20:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/583129#M216559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a list box and type below code in expression &lt;/P&gt;&lt;P&gt;=if(MixMatch([Region],'US','UK','CHINA','INDIA','SINGAPORE'),[Region])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can add a field in load script like &lt;/P&gt;&lt;P&gt;if(MixMatch([Region],'US','UK','CHINA','INDIA','SINGAPORE'),[Region]) as FilterRegion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can use this in any chart also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 20:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/583129#M216559</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-31T20:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/583130#M216560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;P&gt;Wow Nice answer thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 20:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/583130#M216560</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-03-31T20:27:12Z</dc:date>
    </item>
  </channel>
</rss>

