<?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: Grouping Dates by Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Grouping-Dates-by-Month/m-p/21450#M784071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are few ways to do what you want.&lt;/P&gt;&lt;P&gt;The quick win is to add below dimension into your chart.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=Date([xxx Your Date Field Name xxx],'MMMMYYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The best way is to add master calendar dimension in your data model.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/48693" title="https://community.qlik.com/thread/48693"&gt;https://community.qlik.com/thread/48693&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hopefully this helps you. Good luck!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2018 23:35:32 GMT</pubDate>
    <dc:creator>yujiyamane</dc:creator>
    <dc:date>2018-03-13T23:35:32Z</dc:date>
    <item>
      <title>Grouping Dates by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Dates-by-Month/m-p/21447#M784068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the expression to group dates by month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a data set with dates that I uploaded via a spreadsheet.&amp;nbsp; I created a bar chart with Qlik, but I need the individual dates to be grouped by month.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I need 12/01/2017 through 12/31/2017 showing as Dec 2017, 01/01/2018 through 01/31/2018 showing as Jan 2018, and so on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm an expression newbie so please explain in very simple terms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much!&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/Grouping-Dates-by-Month/m-p/21447#M784068</guid>
      <dc:creator>ltc</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping Dates by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Dates-by-Month/m-p/21448#M784069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your load script you could add another column:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE(&amp;lt;your date field&amp;gt;,'MMM-YYYY')&amp;nbsp;&amp;nbsp;&amp;nbsp; AS MMMYYYY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use that field as your dimension.&amp;nbsp; HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 18:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-Dates-by-Month/m-p/21448#M784069</guid>
      <dc:creator>Tanalex</dc:creator>
      <dc:date>2018-03-13T18:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping Dates by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Dates-by-Month/m-p/21449#M784070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You generally use a master calendar linked yo your fact on keydate.&lt;/P&gt;&lt;P&gt;Else &lt;/P&gt;&lt;P&gt;Use date# and date functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex&lt;/P&gt;&lt;P&gt;Date (Date #(DateField,'MM/DD/YYYY'),'MMM YYYY') as Period&lt;/P&gt;&lt;P&gt;Hth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 19:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-Dates-by-Month/m-p/21449#M784070</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-03-13T19:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping Dates by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Dates-by-Month/m-p/21450#M784071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are few ways to do what you want.&lt;/P&gt;&lt;P&gt;The quick win is to add below dimension into your chart.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=Date([xxx Your Date Field Name xxx],'MMMMYYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The best way is to add master calendar dimension in your data model.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/48693" title="https://community.qlik.com/thread/48693"&gt;https://community.qlik.com/thread/48693&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hopefully this helps you. Good luck!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 23:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-Dates-by-Month/m-p/21450#M784071</guid>
      <dc:creator>yujiyamane</dc:creator>
      <dc:date>2018-03-13T23:35:32Z</dc:date>
    </item>
  </channel>
</rss>

