<?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: UI in Master calender in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/UI-in-Master-calender/m-p/1521196#M7537</link>
    <description>&lt;P&gt;It's generally a best practice to generate your calendar dynamically and create only the dates you need.&amp;nbsp; It makes your UI much simpler.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can generate the calendar completely at each script run limiting it to something like today().&amp;nbsp; Or you can load from a pregenerated calendar (like in a QVD) and filter as you load. Something like:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Calendar:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;LOAD *&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FROM calendar.qvd (qvd)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Where date &amp;lt;= today(1);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Dec 2018 18:54:05 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2018-12-14T18:54:05Z</dc:date>
    <item>
      <title>UI in Master calender</title>
      <link>https://community.qlik.com/t5/Water-Cooler/UI-in-Master-calender/m-p/1521110#M7532</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/2221iCF2E58BB41DB72F4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have created Master Ca-lender for years , attached is screen shot. I want to see only years from 2013 to 2019 and don't want any scroll bar. Please suggest.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Niha&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 15:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/UI-in-Master-calender/m-p/1521110#M7532</guid>
      <dc:creator>niharika1234</dc:creator>
      <dc:date>2018-12-14T15:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: UI in Master calender</title>
      <link>https://community.qlik.com/t5/Water-Cooler/UI-in-Master-calender/m-p/1521114#M7533</link>
      <description>&lt;P&gt;Can you create the calendar to have only years 2013 - 2019?&amp;nbsp; Or do you need the extra years for some other purpose in your app?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 15:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/UI-in-Master-calender/m-p/1521114#M7533</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-12-14T15:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: UI in Master calender</title>
      <link>https://community.qlik.com/t5/Water-Cooler/UI-in-Master-calender/m-p/1521117#M7534</link>
      <description>&lt;P&gt;If you don't need the other years then don't load them.&lt;/P&gt;&lt;P&gt;Otherwise you could use&amp;nbsp;an expression instead of the Year field for the listbox: aggr(Only({&amp;lt;Year={"&amp;gt;=2013&amp;lt;=2019"}&amp;gt;}Year),Year). But perhaps creating an extra field in the load script and using that new field better suits your needs: If(Year&amp;gt;=2013 and Year&amp;lt;=2019,Year) as FilterYear.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 15:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/UI-in-Master-calender/m-p/1521117#M7534</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-12-14T15:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: UI in Master calender</title>
      <link>https://community.qlik.com/t5/Water-Cooler/UI-in-Master-calender/m-p/1521156#M7535</link>
      <description>&lt;P&gt;Thanks all. The Year is default from 2013 to 2050. Since eventually it will go on increasing for user point of view I want to restrict only 5 or 6 years . Yes i will try your option. Thanks,&lt;/P&gt;&lt;P&gt;Niharika&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 16:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/UI-in-Master-calender/m-p/1521156#M7535</guid>
      <dc:creator>niharika1234</dc:creator>
      <dc:date>2018-12-14T16:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: UI in Master calender</title>
      <link>https://community.qlik.com/t5/Water-Cooler/UI-in-Master-calender/m-p/1521158#M7536</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;It is better to have the year for future. But for user point of view 6 to 7 years are fine.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Niharika&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 16:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/UI-in-Master-calender/m-p/1521158#M7536</guid>
      <dc:creator>niharika1234</dc:creator>
      <dc:date>2018-12-14T16:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: UI in Master calender</title>
      <link>https://community.qlik.com/t5/Water-Cooler/UI-in-Master-calender/m-p/1521196#M7537</link>
      <description>&lt;P&gt;It's generally a best practice to generate your calendar dynamically and create only the dates you need.&amp;nbsp; It makes your UI much simpler.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can generate the calendar completely at each script run limiting it to something like today().&amp;nbsp; Or you can load from a pregenerated calendar (like in a QVD) and filter as you load. Something like:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Calendar:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;LOAD *&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FROM calendar.qvd (qvd)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Where date &amp;lt;= today(1);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 18:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/UI-in-Master-calender/m-p/1521196#M7537</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-12-14T18:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: UI in Master calender</title>
      <link>https://community.qlik.com/t5/Water-Cooler/UI-in-Master-calender/m-p/1521197#M7538</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;True From Extract layer I filtered the data between 2014 and 2022 and that worked.&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 18:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/UI-in-Master-calender/m-p/1521197#M7538</guid>
      <dc:creator>niharika1234</dc:creator>
      <dc:date>2018-12-14T18:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: UI in Master calender</title>
      <link>https://community.qlik.com/t5/Water-Cooler/UI-in-Master-calender/m-p/1521203#M7539</link>
      <description>Thanks. a very good idea.</description>
      <pubDate>Fri, 14 Dec 2018 19:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/UI-in-Master-calender/m-p/1521203#M7539</guid>
      <dc:creator>niharika1234</dc:creator>
      <dc:date>2018-12-14T19:41:19Z</dc:date>
    </item>
  </channel>
</rss>

