<?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: Date format with drill down in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881663#M660693</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 personal edition and am out of possibilities to open qlikview documents. Can you paste the script directly in your post? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2015 07:16:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-09T07:16:22Z</dc:date>
    <item>
      <title>Date format with drill down</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881658#M660685</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 table with a date field with the format YYYYMMDD e.g., 20140403.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I want the dates to become D-M-YYYY (03-04-2014) and an extra field 'MonthYear' displaying the mmm-YYYY e.g., april-2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already received some feedback and got the following solution: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#([Trade date],'YYYYMMDD'),'D-M-YYYY') as [Trade date], &lt;/P&gt;&lt;P&gt;&amp;nbsp; month(Date#([Trade date],'YYYYMMDD'))&amp;amp;'-'&amp;amp;year(Date#([Trade date],'YYYYMMDD')) as [MonthYear],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I want the possibility to perform a drill down so that when I click on a bar in a graph that shows april-2014 the underlying dates show up. I thought of a left join with a table with all the dates and the month year, but this needs to be done automatically in 2015 and for the following years as well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 06:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881658#M660685</guid>
      <dc:creator />
      <dc:date>2015-04-09T06:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Date format with drill down</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881659#M660686</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;You can add table Calendar using this reference and link your "data" field in fact table with calendar.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-6662"&gt;The Fastest Dynamic Calendar Script (Ever)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 07:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881659#M660686</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-04-09T07:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Date format with drill down</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881660#M660687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA. Hope it will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 07:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881660#M660687</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2015-04-09T07:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date format with drill down</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881661#M660689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lans,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the formula what you have, create a drill down group in Qlikview. Then include this as dimension the Bar chart it will exactly act as you required.&lt;/P&gt;&lt;P&gt;To create the Groups&amp;gt; go to documents&amp;nbsp; setting&amp;gt;Groups &amp;gt; new group &amp;gt; and select Drill down and include all your fields in the order&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 07:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881661#M660689</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-04-09T07:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Date format with drill down</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881662#M660691</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;Thank you for the reply. However, I need to write instructions for this and even though it looks very handy, I don't understand the script. Therefore, i cannot use it, but thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 07:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881662#M660691</guid>
      <dc:creator />
      <dc:date>2015-04-09T07:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Date format with drill down</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881663#M660693</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 personal edition and am out of possibilities to open qlikview documents. Can you paste the script directly in your post? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 07:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881663#M660693</guid>
      <dc:creator />
      <dc:date>2015-04-09T07:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date format with drill down</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881664#M660695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I already created a drill down group with MonthYear and date, but it only shows the dates and not the MonthYear. They are not connected for some reason.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 07:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881664#M660695</guid>
      <dc:creator />
      <dc:date>2015-04-09T07:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date format with drill down</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881665#M660697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; RowNo()*rand()*100 as Data,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date($(vMinDate) + RecNo() - 1) AS Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Year($(vMinDate) + RecNo() - 1) AS Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Month($(vMinDate) + RecNo() - 1) AS Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Month($(vMinDate) + RecNo() - 1)&amp;amp;'-'&amp;amp;Year($(vMinDate) + RecNo() - 1) AS MonthYear,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Q'&amp;amp;ceil(Month($(vMinDate) + RecNo() - 1)/3) AS Quarter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AutoGenerate vMaxDate - vMinDate + 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that follow as Avinash R said.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 07:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881665#M660697</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2015-04-09T07:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Date format with drill down</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881666#M660698</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;For MonthYear use like below &amp;amp; try with adding in drill-down group,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;date((Date#([Trade date],'YYYYMMDD')),'MMM-YYYY') &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;as [MonthYear]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 07:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881666#M660698</guid>
      <dc:creator />
      <dc:date>2015-04-09T07:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Date format with drill down</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881667#M660699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share your app....Will work and share you the script here &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 07:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881667#M660699</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-04-09T07:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Date format with drill down</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881668#M660700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;It worked! I used the script below to replace the field [Trade date] which was in my case the field containing the dates. For some reason it did not work properly, but it has to with the data I used. Thanks for the help everyone!&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Date(Date#([Trade date],'YYYYMMDD'),'D-M-YYYY') as [Trade date],&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; month(Date#([Trade date],'YYYYMMDD'))&amp;amp;'-'&amp;amp;year(Date#([Trade date],'YYYYMMDD')) as [MonthYear]&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;U&gt;&lt;/U&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 08:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881668#M660700</guid>
      <dc:creator />
      <dc:date>2015-04-09T08:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Date format with drill down</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881669#M660701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Using this approach you will get issues in sorting in charts, so try below script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;=Date(MonthEnd(Date#([Trade date],'YYYYMMDD')), 'MMM-YYYY')&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;as [MonthYear]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Hope it helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 08:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881669#M660701</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-04-09T08:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date format with drill down</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881670#M660702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. That's what I thought initially as well, however, they are all sorted correctly. But I replaced my script with yours and the outcome is the same. I will use yours when I encounter the problem with another data set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 08:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-with-drill-down/m-p/881670#M660702</guid>
      <dc:creator />
      <dc:date>2015-04-09T08:32:47Z</dc:date>
    </item>
  </channel>
</rss>

