<?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 Button to select one or all in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Button-to-select-one-or-all/m-p/1382190#M812754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #17365d; font-family: 'Verdana','sans-serif'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-themecolor: text2; mso-themeshade: 191;"&gt;I have a dimension called month, where “Jan, Feb, Mar…Dec” is stored, where I want to give use to select one of the months (and the default will be always current month). On top of that I also want to give the user to select either current month only or YTD (which means to select all the previous months). Any idea on how to implement this? Many thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>ronaldwang</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Button to select one or all</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-select-one-or-all/m-p/1382190#M812754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #17365d; font-family: 'Verdana','sans-serif'; font-size: 10pt; mso-bidi-font-size: 11.0pt; mso-themecolor: text2; mso-themeshade: 191;"&gt;I have a dimension called month, where “Jan, Feb, Mar…Dec” is stored, where I want to give use to select one of the months (and the default will be always current month). On top of that I also want to give the user to select either current month only or YTD (which means to select all the previous months). Any idea on how to implement this? Many thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-select-one-or-all/m-p/1382190#M812754</guid>
      <dc:creator>ronaldwang</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Button to select one or all</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-select-one-or-all/m-p/1382191#M812755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Please use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;LOAD * inline [&lt;/P&gt;&lt;P&gt;Months&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;Feb&lt;/P&gt;&lt;P&gt;Mar&lt;/P&gt;&lt;P&gt;Apr&lt;/P&gt;&lt;P&gt;May&lt;/P&gt;&lt;P&gt;Jun&lt;/P&gt;&lt;P&gt;Jul&lt;/P&gt;&lt;P&gt;Aug&lt;/P&gt;&lt;P&gt;Sep&lt;/P&gt;&lt;P&gt;Oct&lt;/P&gt;&lt;P&gt;Nov&lt;/P&gt;&lt;P&gt;Dec&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let v_currMth=Month(Today());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab2:&lt;/P&gt;&lt;P&gt;LOAD * inline [&lt;/P&gt;&lt;P&gt;Status, Months&lt;/P&gt;&lt;P&gt;Curr, $(v_currMth) &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab3:&lt;/P&gt;&lt;P&gt;Load 'YTD' as Status,* Resident Tab1&lt;/P&gt;&lt;P&gt;where date(month(date#(Months,'MMM')) )&amp;lt;= date(Month(Today()));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a listbox with Status and use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Pratyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 07:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-select-one-or-all/m-p/1382191#M812755</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2017-10-03T07:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Button to select one or all</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-select-one-or-all/m-p/1382192#M812756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Pratyush, it is nice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 06:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-select-one-or-all/m-p/1382192#M812756</guid>
      <dc:creator>ronaldwang</dc:creator>
      <dc:date>2017-10-04T06:08:36Z</dc:date>
    </item>
  </channel>
</rss>

