<?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: Year and Month from the source table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Year-and-Month-from-the-source-table/m-p/462102#M1150282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;I tried corss table prior to posting the problem.&lt;/P&gt;&lt;P&gt;I don't think Cross table will work because cross table will give me values as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year&amp;nbsp;&amp;nbsp; Month&amp;nbsp;&amp;nbsp; Data&lt;/P&gt;&lt;P&gt;2010&amp;nbsp;&amp;nbsp; Value1&amp;nbsp; 100&lt;/P&gt;&lt;P&gt;2010&amp;nbsp;&amp;nbsp; Value1&amp;nbsp;&amp;nbsp; 200&lt;/P&gt;&lt;P&gt;2010&amp;nbsp;&amp;nbsp; Value1&amp;nbsp;&amp;nbsp; 300&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;2010&amp;nbsp;&amp;nbsp; Value13 500&lt;/P&gt;&lt;P&gt;2010&amp;nbsp;&amp;nbsp;&amp;nbsp; Value14 600&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now how do i display Value13 as Jan 2011 and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After cross table, i also tried like the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(if Month = Value 13 then Jan 2011) as ActualMonth_1 &lt;/P&gt;&lt;P&gt;(if Month = Value 14 then Feb 2011) as ActualMonth_2 &lt;/P&gt;&lt;P&gt;but this will not show continous calendar. It shows ActualMonth_1 and nulls for other months&lt;/P&gt;&lt;P&gt;then it shows ActualMonth_2 and shows nulls for all the other month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jun 2013 20:01:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-11T20:01:18Z</dc:date>
    <item>
      <title>Year and Month from the source table</title>
      <link>https://community.qlik.com/t5/QlikView/Year-and-Month-from-the-source-table/m-p/462101#M1150281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All:&lt;/P&gt;&lt;P&gt;My client store Year and month in the following way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a given year, they create 48 month bucket and store values in them , for eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;for Year 2010, table structure is&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deptid&amp;nbsp; Year&amp;nbsp;&amp;nbsp;&amp;nbsp; Value1 Value2&amp;nbsp; Value3......Value12&amp;nbsp;&amp;nbsp; Value13&amp;nbsp;&amp;nbsp; Value 14.............Value24&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value25.....&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2010&amp;nbsp;&amp;nbsp; 100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 400&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 500&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 600&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 700&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value1 contains the value for 2010 Jan&lt;/P&gt;&lt;P&gt;Value2 contains the value for 2010 Feb&lt;/P&gt;&lt;P&gt;similarly&lt;/P&gt;&lt;P&gt;Value12 contains the value for 2010 Dec&lt;/P&gt;&lt;P&gt;Value 13 contains the value for 2011 Jan&lt;/P&gt;&lt;P&gt;Value 14 contains the value for 2011 Feb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This structure will change in after every 48 months &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;so in 2014, values will be stored as&lt;/P&gt;&lt;P&gt;Deptid&amp;nbsp; Year&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value1&amp;nbsp; value2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value 3&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now for my dashboard, i need Year and Month and display value for Year and month selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achieve this in QlikView.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 19:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-and-Month-from-the-source-table/m-p/462101#M1150281</guid>
      <dc:creator />
      <dc:date>2013-06-11T19:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Year and Month from the source table</title>
      <link>https://community.qlik.com/t5/QlikView/Year-and-Month-from-the-source-table/m-p/462102#M1150282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;I tried corss table prior to posting the problem.&lt;/P&gt;&lt;P&gt;I don't think Cross table will work because cross table will give me values as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year&amp;nbsp;&amp;nbsp; Month&amp;nbsp;&amp;nbsp; Data&lt;/P&gt;&lt;P&gt;2010&amp;nbsp;&amp;nbsp; Value1&amp;nbsp; 100&lt;/P&gt;&lt;P&gt;2010&amp;nbsp;&amp;nbsp; Value1&amp;nbsp;&amp;nbsp; 200&lt;/P&gt;&lt;P&gt;2010&amp;nbsp;&amp;nbsp; Value1&amp;nbsp;&amp;nbsp; 300&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;2010&amp;nbsp;&amp;nbsp; Value13 500&lt;/P&gt;&lt;P&gt;2010&amp;nbsp;&amp;nbsp;&amp;nbsp; Value14 600&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now how do i display Value13 as Jan 2011 and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After cross table, i also tried like the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(if Month = Value 13 then Jan 2011) as ActualMonth_1 &lt;/P&gt;&lt;P&gt;(if Month = Value 14 then Feb 2011) as ActualMonth_2 &lt;/P&gt;&lt;P&gt;but this will not show continous calendar. It shows ActualMonth_1 and nulls for other months&lt;/P&gt;&lt;P&gt;then it shows ActualMonth_2 and shows nulls for all the other month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 20:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-and-Month-from-the-source-table/m-p/462102#M1150282</guid>
      <dc:creator />
      <dc:date>2013-06-11T20:01:18Z</dc:date>
    </item>
  </channel>
</rss>

