<?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 do you filter out unwanted data after selecting the dimension? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-you-filter-out-unwanted-data-after-selecting-the/m-p/500739#M1144189</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;Instead of using the dimension directly, you can create an expression &amp;amp; use it in the multibox. The expression can be :&lt;/P&gt;&lt;P&gt;=IF(Right (INTAKE,4) = '2012', INTAKE,&lt;/P&gt;&lt;P&gt;IF (Right (INTAKE,4) = '2013', INTAKE))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just one way to write the expression, there can be many other ways to write the expression to achieve the result you want. The key is, just write an expression instead of using the dimesnion column directly.&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>Tue, 10 Sep 2013 06:43:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-10T06:43:46Z</dc:date>
    <item>
      <title>How do you filter out unwanted data after selecting the dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-filter-out-unwanted-data-after-selecting-the/m-p/500735#M1144182</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 have a rather simple question which I would like to know the best way of doing it.&lt;/P&gt;&lt;P&gt;Let's say I want to create a multibox for a selection purpose. The dimension selected contains the below data.&lt;/P&gt;&lt;P&gt;How do I only want 2012 to 2013 data to appear in the multibox? Right not it shows everything for selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;INTAKE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;JAN2010&lt;/P&gt;&lt;P&gt;JUL2010&lt;/P&gt;&lt;P&gt;JAN2011&lt;/P&gt;&lt;P&gt;JUL2011&lt;/P&gt;&lt;P&gt;JAN2012&lt;/P&gt;&lt;P&gt;JUL2012&lt;/P&gt;&lt;P&gt;JAN2013&lt;/P&gt;&lt;P&gt;JUL2013&lt;/P&gt;&lt;P&gt;JAN2014&lt;/P&gt;&lt;P&gt;JUL2014&lt;/P&gt;&lt;P&gt;JAN2015&lt;/P&gt;&lt;P&gt;JUL2015&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 03:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-filter-out-unwanted-data-after-selecting-the/m-p/500735#M1144182</guid>
      <dc:creator />
      <dc:date>2013-09-10T03:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do you filter out unwanted data after selecting the dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-filter-out-unwanted-data-after-selecting-the/m-p/500736#M1144183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create an expression instead of taking the field directly in the multibox. And put the expression accordingly, like:&lt;/P&gt;&lt;P&gt;If(Right(INTAKE,4)='2012' or Right(INTAKE,4)='2013' , INTAKE)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 04:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-filter-out-unwanted-data-after-selecting-the/m-p/500736#M1144183</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-10T04:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do you filter out unwanted data after selecting the dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-filter-out-unwanted-data-after-selecting-the/m-p/500737#M1144185</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;You can also try this&amp;nbsp; in the expression dialog box&lt;/P&gt;&lt;P&gt;=if(WildMatch(INTAKE,'*2012','*2013'),INTAKE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;S.Amuthabharathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 05:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-filter-out-unwanted-data-after-selecting-the/m-p/500737#M1144185</guid>
      <dc:creator />
      <dc:date>2013-09-10T05:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do you filter out unwanted data after selecting the dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-filter-out-unwanted-data-after-selecting-the/m-p/500738#M1144188</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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=pick(Match(INTAKE,'*2012','*2013'),'2012','2013') .&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 05:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-filter-out-unwanted-data-after-selecting-the/m-p/500738#M1144188</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-09-10T05:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do you filter out unwanted data after selecting the dimension?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-filter-out-unwanted-data-after-selecting-the/m-p/500739#M1144189</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;Instead of using the dimension directly, you can create an expression &amp;amp; use it in the multibox. The expression can be :&lt;/P&gt;&lt;P&gt;=IF(Right (INTAKE,4) = '2012', INTAKE,&lt;/P&gt;&lt;P&gt;IF (Right (INTAKE,4) = '2013', INTAKE))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just one way to write the expression, there can be many other ways to write the expression to achieve the result you want. The key is, just write an expression instead of using the dimesnion column directly.&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>Tue, 10 Sep 2013 06:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-filter-out-unwanted-data-after-selecting-the/m-p/500739#M1144189</guid>
      <dc:creator />
      <dc:date>2013-09-10T06:43:46Z</dc:date>
    </item>
  </channel>
</rss>

