<?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 multi box show values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/multi-box-show-values/m-p/216221#M69572</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Go to your multibox and instead of selecting a field from the left list, click on the "Expression &amp;gt;" button, and add something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=If(año_inicio &amp;gt; 2008, año_inicio)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;and label it as you want.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Sep 2010 19:46:52 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2010-09-23T19:46:52Z</dc:date>
    <item>
      <title>multi box show values</title>
      <link>https://community.qlik.com/t5/QlikView/multi-box-show-values/m-p/216220#M69571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Ì have a multi box that it allows me do selections using 3 fields. One field is año_inicio. Their values are a range between 2005 to 2010.&lt;/P&gt;&lt;P&gt;I would like to show only present and previous year ( 2009 y 2010)&lt;/P&gt;&lt;DIV style="padding: 0.6em;"&gt;how I can obtain it?&lt;/DIV&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 19:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multi-box-show-values/m-p/216220#M69571</guid>
      <dc:creator>francis_gr</dc:creator>
      <dc:date>2010-09-23T19:40:00Z</dc:date>
    </item>
    <item>
      <title>multi box show values</title>
      <link>https://community.qlik.com/t5/QlikView/multi-box-show-values/m-p/216221#M69572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Go to your multibox and instead of selecting a field from the left list, click on the "Expression &amp;gt;" button, and add something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=If(año_inicio &amp;gt; 2008, año_inicio)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;and label it as you want.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 19:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multi-box-show-values/m-p/216221#M69572</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-23T19:46:52Z</dc:date>
    </item>
    <item>
      <title>multi box show values</title>
      <link>https://community.qlik.com/t5/QlikView/multi-box-show-values/m-p/216222#M69573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd base it on the current date so that I didn't have to change my application each year, but same idea:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;=if(año_inicio&amp;gt;year(today())-2,año_inicio)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 23:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multi-box-show-values/m-p/216222#M69573</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-09-23T23:14:46Z</dc:date>
    </item>
    <item>
      <title>multi box show values</title>
      <link>https://community.qlik.com/t5/QlikView/multi-box-show-values/m-p/216223#M69574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Miguel!!&lt;/P&gt;&lt;P&gt;That works fine.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 10:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multi-box-show-values/m-p/216223#M69574</guid>
      <dc:creator>francis_gr</dc:creator>
      <dc:date>2010-09-24T10:06:16Z</dc:date>
    </item>
    <item>
      <title>multi box show values</title>
      <link>https://community.qlik.com/t5/QlikView/multi-box-show-values/m-p/216224#M69575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John!!&lt;/P&gt;&lt;DIV style="padding:0.6em;"&gt;Starting off of the idea from Miguel, i have arrived the same expression that you.&lt;/DIV&gt;&lt;DIV style="padding:0.6em;"&gt;Regards&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 10:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multi-box-show-values/m-p/216224#M69575</guid>
      <dc:creator>francis_gr</dc:creator>
      <dc:date>2010-09-24T10:10:09Z</dc:date>
    </item>
  </channel>
</rss>

