<?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_selection_boxes - hide non-applicable selections? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multi-selection-boxes-hide-non-applicable-selections/m-p/748066#M266938</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;I have a multi_box as a standard_element on all sheets in all my apps with selections on&lt;/P&gt;&lt;P&gt;- year (from a master_calendar)&lt;/P&gt;&lt;P&gt;- month ((from a master_calendar)&lt;/P&gt;&lt;P&gt;- week (from a master_calendar)&lt;/P&gt;&lt;P&gt;plus some others which are specific to that KPI.&lt;/P&gt;&lt;P&gt;I have already used the aggr() function, to show only the applicable weeks whenever any month is selected - but usually, the selection (the default one) is a year and a week, not a month. In some situations it can be helpful, though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; Now I wondered: Can I use a formula so that, when 2015 is selected, only the cw in the past or present (1 and 2) are shown (but when 2014 is selected, of course one would expect to have all weeks available)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&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>Wed, 07 Jan 2015 14:13:22 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2015-01-07T14:13:22Z</dc:date>
    <item>
      <title>Multi_selection_boxes - hide non-applicable selections?</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-selection-boxes-hide-non-applicable-selections/m-p/748066#M266938</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;I have a multi_box as a standard_element on all sheets in all my apps with selections on&lt;/P&gt;&lt;P&gt;- year (from a master_calendar)&lt;/P&gt;&lt;P&gt;- month ((from a master_calendar)&lt;/P&gt;&lt;P&gt;- week (from a master_calendar)&lt;/P&gt;&lt;P&gt;plus some others which are specific to that KPI.&lt;/P&gt;&lt;P&gt;I have already used the aggr() function, to show only the applicable weeks whenever any month is selected - but usually, the selection (the default one) is a year and a week, not a month. In some situations it can be helpful, though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; Now I wondered: Can I use a formula so that, when 2015 is selected, only the cw in the past or present (1 and 2) are shown (but when 2014 is selected, of course one would expect to have all weeks available)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&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>Wed, 07 Jan 2015 14:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-selection-boxes-hide-non-applicable-selections/m-p/748066#M266938</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-01-07T14:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multi_selection_boxes - hide non-applicable selections?</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-selection-boxes-hide-non-applicable-selections/m-p/748067#M266939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like this in the condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(YourWeekField &amp;lt;= week(today()) and Year = year(today()), YourWeekField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 14:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-selection-boxes-hide-non-applicable-selections/m-p/748067#M266939</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-01-07T14:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multi_selection_boxes - hide non-applicable selections?</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-selection-boxes-hide-non-applicable-selections/m-p/748068#M266940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can hide the excluded values using the properties of the multibox object itself. See the attached snapshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;IMG alt="Multibox.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74766_Multibox.JPG" style="height: 470px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 14:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-selection-boxes-hide-non-applicable-selections/m-p/748068#M266940</guid>
      <dc:creator />
      <dc:date>2015-01-07T14:28:57Z</dc:date>
    </item>
  </channel>
</rss>

