<?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: Month Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1602972#M596804</link>
    <description>Hi Please find the attached.</description>
    <pubDate>Wed, 17 Jul 2019 04:48:33 GMT</pubDate>
    <dc:creator>sudhir0538</dc:creator>
    <dc:date>2019-07-17T04:48:33Z</dc:date>
    <item>
      <title>Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1602958#M596800</link>
      <description>&lt;P&gt;Hi Experts !&lt;/P&gt;&lt;P&gt;In my db month field is maintained in numeric form i.e 1,2,3,--12. and year field is also numeric like 2018,2019 and so on.&lt;/P&gt;&lt;P&gt;I want to display month year as a dimension in a bar chart. Any Ideas of how to achieve this field inside QV.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 04:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1602958#M596800</guid>
      <dc:creator>sudhir0538</dc:creator>
      <dc:date>2019-07-17T04:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1602960#M596801</link>
      <description>&lt;P&gt;Hi Sudhir,&lt;/P&gt;&lt;P&gt;Please find below code -&lt;/P&gt;&lt;P&gt;Month(MonthField) &amp;amp;'-'&amp;amp; YearField as Year-Month&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 04:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1602960#M596801</guid>
      <dc:creator>mostwanted123</dc:creator>
      <dc:date>2019-07-17T04:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1602962#M596802</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/13030"&gt;@mostwanted123&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply but it's not working. Its combined and Only 3 months are displaying.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 04:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1602962#M596802</guid>
      <dc:creator>sudhir0538</dc:creator>
      <dc:date>2019-07-17T04:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1602967#M596803</link>
      <description>&lt;P&gt;Can you share the screenshots of the code written by you and output ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 04:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1602967#M596803</guid>
      <dc:creator>mostwanted123</dc:creator>
      <dc:date>2019-07-17T04:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1602972#M596804</link>
      <description>Hi Please find the attached.</description>
      <pubDate>Wed, 17 Jul 2019 04:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1602972#M596804</guid>
      <dc:creator>sudhir0538</dc:creator>
      <dc:date>2019-07-17T04:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1602973#M596805</link>
      <description />
      <pubDate>Wed, 17 Jul 2019 04:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1602973#M596805</guid>
      <dc:creator>sudhir0538</dc:creator>
      <dc:date>2019-07-17T04:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1602975#M596806</link>
      <description>&lt;P&gt;You need to create Master Calendar or else you will get not consistent Year-Month dimension.&lt;/P&gt;&lt;P&gt;Use simply Year &amp;amp; Month as [Year Month]&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 05:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1602975#M596806</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2019-07-17T05:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1602983#M596807</link>
      <description>&lt;P&gt;...&lt;BR /&gt;Date(MakeDate(YearField, MonthField), 'yyyy-MM') as Date,&lt;BR /&gt;Month(MakeDate(YearField, MonthField)) as Month,&lt;BR /&gt;YearField as Year,&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 05:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1602983#M596807</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-07-17T05:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1603441#M596808</link>
      <description>&lt;P&gt;Hi iJonty,&lt;/P&gt;&lt;P&gt;Thanks for sharing the work around. It really works. Here in the dimension i want to show the months in descending format for only last 12 months. like today is month of July 2019 so data will be of July 2018 to July 2019. July 18/2018 August 2018 Sep 2018 and after dec 2018 jan 2019 should appear but not july 2019.&lt;/P&gt;&lt;P&gt;Can you help me achieve this. screenshot attached&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 04:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1603441#M596808</guid>
      <dc:creator>sudhir0538</dc:creator>
      <dc:date>2019-07-18T04:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1603450#M596809</link>
      <description>&lt;P&gt;You are asking a new question now. I suggest that you mark this thread as answered (if you original question was answered) and open a new posting with the question. You can link back to this post if necessary.&lt;/P&gt;&lt;P&gt;I did not really understand what you were looking for in the new question and the screenshot did not help much. In the new post, please explain in more detail what you need and include a sample qvw (or a focussed screenshot) that illustrates the question more clearly.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 05:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1603450#M596809</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-07-18T05:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1603467#M596810</link>
      <description>&lt;P&gt;Okay..&lt;/P&gt;&lt;P&gt;Please find the link for new post.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Scripting/Display-last-12-months-data-in-Bar-Chart-using-dimension-not/m-p/1603465#M95932" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Scripting/Display-last-12-months-data-in-Bar-Chart-using-dimension-not/m-p/1603465#M95932&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 06:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year/m-p/1603467#M596810</guid>
      <dc:creator>sudhir0538</dc:creator>
      <dc:date>2019-07-18T06:03:16Z</dc:date>
    </item>
  </channel>
</rss>

