<?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 Date Grouping in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Grouping/m-p/327899#M1181772</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;&lt;/P&gt;&lt;P&gt; Add a calculated Dimension in a bar chart.... &amp;amp; write...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(TRANSACTION_DATE,'MMM-YY') &lt;/P&gt;&lt;P&gt;&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;Parag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Dec 2011 09:47:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-12-29T09:47:12Z</dc:date>
    <item>
      <title>Date Grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Grouping/m-p/327895#M1181768</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 am new to Qlikview and am working on a personal project to understand QV better. &lt;/P&gt;&lt;P&gt;I have had the standard QV training available n-line but need a little help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am importing transaction data from an SQLite Table and there is a field called TRANSACTION_DATE that I have imported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also created a seperate calendar table using the script below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;[Calendar]:&lt;/P&gt;&lt;P&gt;LOAD *, Month(TRANSACTION_DATE) as TRANSACTION_MONTH, Year(TRANSACTION_DATE) as TRANSACTION_YEAR;&lt;/P&gt;&lt;P&gt;LOAD date(fieldvalue('TRANSACTION_DATE',RecNo())) as TRANSACTION_DATE AUTOGENERATE fieldvaluecount('TRANSACTION_DATE');&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My concern is that this will group dates as months but the sequencing of TRANSACTION_MONTH will be lost once I record transactions in January'2012. In short, JAN, FEB etc... will start apperating before SEP, OCT, NOV, DEC on the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like the dates to be represented as MMM-YY on the dimesion axis so that the sequence of TRANSACTION_MONTH can be maintained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching here, an excel chart representation of how I would like the data to be seen in QV:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Chart.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/9930_Chart.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Grouping/m-p/327895#M1181768</guid>
      <dc:creator>vksthkkr</dc:creator>
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Date Grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Grouping/m-p/327896#M1181769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there&lt;/P&gt;&lt;P&gt;just make a composite key&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt; Month(TRANSACTION_DATE)&amp;amp;'-'&amp;amp; &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Year(TRANSACTION_DATE) as key&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;from,,,,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;may it helps you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;rohit&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 07:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Grouping/m-p/327896#M1181769</guid>
      <dc:creator>rohit214</dc:creator>
      <dc:date>2011-12-29T07:42:13Z</dc:date>
    </item>
    <item>
      <title>Date Grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Grouping/m-p/327897#M1181770</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'm not sure you try this yet : DATE(TRANSACTION_DATE,'MM-YY')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS [%KEY]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn Cheav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 08:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Grouping/m-p/327897#M1181770</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-12-29T08:41:28Z</dc:date>
    </item>
    <item>
      <title>Date Grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Grouping/m-p/327898#M1181771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Rohit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used your logic and created a composite date key as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; Year(TRANSACTION_DATE) &amp;amp; '-' &amp;amp; num(Month(TRANSACTION_DATE)) as TRANSACTION_YEARMONTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 09:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Grouping/m-p/327898#M1181771</guid>
      <dc:creator>vksthkkr</dc:creator>
      <dc:date>2011-12-29T09:27:15Z</dc:date>
    </item>
    <item>
      <title>Date Grouping</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Grouping/m-p/327899#M1181772</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;&lt;/P&gt;&lt;P&gt; Add a calculated Dimension in a bar chart.... &amp;amp; write...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(TRANSACTION_DATE,'MMM-YY') &lt;/P&gt;&lt;P&gt;&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;Parag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 09:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Grouping/m-p/327899#M1181772</guid>
      <dc:creator />
      <dc:date>2011-12-29T09:47:12Z</dc:date>
    </item>
  </channel>
</rss>

