<?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 how to create calender like this?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-create-calender-like-this/m-p/280640#M583436</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 want to create a object to select year,month and days.. I catch a example from a qlikiview dashboard example...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share your experience to get the similar result as shown below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="test.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/7454_test.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Sep 2011 07:35:47 GMT</pubDate>
    <dc:creator>sushil353</dc:creator>
    <dc:date>2011-09-22T07:35:47Z</dc:date>
    <item>
      <title>how to create calender like this??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-create-calender-like-this/m-p/280640#M583436</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 want to create a object to select year,month and days.. I catch a example from a qlikiview dashboard example...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share your experience to get the similar result as shown below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="test.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/7454_test.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 07:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-create-calender-like-this/m-p/280640#M583436</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-09-22T07:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to create calender like this??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-create-calender-like-this/m-p/280641#M583437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is not a single object, in fact that is composed of 2 diffent objects: List box and Text Object. The key to this kind of presentation is 1. Layering. The object layer of the text object should be lower than the Layer of the list boxes so that it will appear as a background. 2. Remove the "Show Caption" of the List Boxes OR get the same color of the Text box and apply it on the list box caption (active, inactive and text). And that's it.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lester&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 08:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-create-calender-like-this/m-p/280641#M583437</guid>
      <dc:creator />
      <dc:date>2011-09-22T08:06:23Z</dc:date>
    </item>
    <item>
      <title>how to create calender like this??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-create-calender-like-this/m-p/280642#M583438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Buddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i agree with your suggestion..for year and month i am ok... but the problem is with date... how to restrict dates only from 1 to 31. In my data the day field contains all the dates related to every month..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 08:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-create-calender-like-this/m-p/280642#M583438</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-09-22T08:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to create calender like this??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-create-calender-like-this/m-p/280643#M583439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the Day on the date field, on your script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;day(Date) as Day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its just the same like getting the month or year.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lester&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 04:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-create-calender-like-this/m-p/280643#M583439</guid>
      <dc:creator />
      <dc:date>2011-09-23T04:52:51Z</dc:date>
    </item>
  </channel>
</rss>

