<?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 Best ways to create clickable month\year objects in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Best-ways-to-create-clickable-month-year-objects/m-p/301270#M1193366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I have some simple data that I wanted to allow date sorting on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rows are like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales order,&amp;nbsp;&amp;nbsp;&amp;nbsp; amount,&amp;nbsp;&amp;nbsp;&amp;nbsp; ship_date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So during the load I just used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;num(month(Shipment_Date)) as Month,&lt;/P&gt;&lt;P&gt;year(Shipment_Date) as Year;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gets me the desired result of being able to click on say the 1 and select all of January.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a better? different? more creative way of doing this? How would you do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jul 2011 17:26:16 GMT</pubDate>
    <dc:creator>mellerbeck</dc:creator>
    <dc:date>2011-07-22T17:26:16Z</dc:date>
    <item>
      <title>Best ways to create clickable month\year objects</title>
      <link>https://community.qlik.com/t5/QlikView/Best-ways-to-create-clickable-month-year-objects/m-p/301270#M1193366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I have some simple data that I wanted to allow date sorting on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rows are like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales order,&amp;nbsp;&amp;nbsp;&amp;nbsp; amount,&amp;nbsp;&amp;nbsp;&amp;nbsp; ship_date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So during the load I just used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;num(month(Shipment_Date)) as Month,&lt;/P&gt;&lt;P&gt;year(Shipment_Date) as Year;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gets me the desired result of being able to click on say the 1 and select all of January.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a better? different? more creative way of doing this? How would you do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 17:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-ways-to-create-clickable-month-year-objects/m-p/301270#M1193366</guid>
      <dc:creator>mellerbeck</dc:creator>
      <dc:date>2011-07-22T17:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Best ways to create clickable month\year objects</title>
      <link>https://community.qlik.com/t5/QlikView/Best-ways-to-create-clickable-month-year-objects/m-p/301271#M1193367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you are looking for or what defines a better way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can of course use also Month name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;month(Shipment_Date) as Monthname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or combination of Year and month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;year(Shipment_Date)&amp;amp;'/'&amp;amp;num(month(Shipment_Date)) as YearMonth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or what ever you want and suits your users need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;you may have a look to the variety of demo apps on the QlikView Web site or search for master calendar here (e.g. &lt;/SPAN&gt;&lt;A class="jive-link-qlikview" href="http://community.qlik.com/qlikviews/1001"&gt;http://community.qlik.com/qlikviews/1001&lt;/A&gt;&lt;SPAN&gt;) to get some examples on how to use or presentate different date representations&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nachricht geändert durch swuehl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 17:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-ways-to-create-clickable-month-year-objects/m-p/301271#M1193367</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-07-22T17:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Best ways to create clickable month\year objects</title>
      <link>https://community.qlik.com/t5/QlikView/Best-ways-to-create-clickable-month-year-objects/m-p/301272#M1193368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess I'm just to more further understand dates &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; For example in the Master Calendar example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(TempDate) AS CalendarMonthName,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creates the month name variables. By the very nature that it is a Date type of object and as long as another object that contains a date string is brought in as a date object is that what creates the tie between when you click on Jan and then all the January dates become selected &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Michael&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 18:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-ways-to-create-clickable-month-year-objects/m-p/301272#M1193368</guid>
      <dc:creator>mellerbeck</dc:creator>
      <dc:date>2011-07-22T18:12:12Z</dc:date>
    </item>
    <item>
      <title>Best ways to create clickable month\year objects</title>
      <link>https://community.qlik.com/t5/QlikView/Best-ways-to-create-clickable-month-year-objects/m-p/301273#M1193369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mellebeck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You also able to create a field concatenated with Month and Year like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;num(month(Shipment_Date)) as Month,&lt;/P&gt;&lt;P&gt;year(Shipment_Date) as Year,&lt;/P&gt;&lt;P&gt;Month(Shipment_Date)&amp;amp;'-'&amp;amp;Year(Shipment_Date) as MonthYear&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 10:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-ways-to-create-clickable-month-year-objects/m-p/301273#M1193369</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-08-16T10:27:03Z</dc:date>
    </item>
    <item>
      <title>Best ways to create clickable month\year objects</title>
      <link>https://community.qlik.com/t5/QlikView/Best-ways-to-create-clickable-month-year-objects/m-p/301274#M1193370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MonthName(myDateColumn) is always my choice. Some of my older QVWs have concatenated month/year fields, but I've stopped using that option since it has several drawbacks (most notably being a string, so you can't put it in continuous axis graphs)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 10:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-ways-to-create-clickable-month-year-objects/m-p/301274#M1193370</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2011-08-16T10:41:43Z</dc:date>
    </item>
  </channel>
</rss>

