<?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: Help needed with Cross tables years and month data. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-needed-with-Cross-tables-years-and-month-data/m-p/945264#M975776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can firts do a crostable load, and then use a resident load. Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load * Inline [Geo,2006M04,2006M05,2006M06&lt;/P&gt;&lt;P&gt;Belgium,10,20,30&lt;/P&gt;&lt;P&gt;Germany,11,21,31&lt;/P&gt;&lt;P&gt;France,12,22,32&lt;/P&gt;&lt;P&gt;Spain,13,23,33&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tmp:&lt;/P&gt;&lt;P&gt;CrossTable(Time, Data,1) load * resident Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Geo,&lt;/P&gt;&lt;P&gt;Left(Time,4) as Year,&lt;/P&gt;&lt;P&gt;Right(Time,2) as Month,&lt;/P&gt;&lt;P&gt;Data as Value&lt;/P&gt;&lt;P&gt;resident Tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Tmp;&lt;/P&gt;&lt;P&gt;Drop Table Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Result.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/97577_Result.png" style="height: 263px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Sep 2015 10:48:29 GMT</pubDate>
    <dc:creator>stigchel</dc:creator>
    <dc:date>2015-09-01T10:48:29Z</dc:date>
    <item>
      <title>Help needed with Cross tables years and month data.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-with-Cross-tables-years-and-month-data/m-p/945262#M975774</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 know about Cross tables, but the file I have a little complex and could appreciate your help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a snapshop from Excel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first column we have countries/regions. after that every column is a year and a month. so 2006M04 - is April 2005. This goes from 2006 till present day. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="a.JPG" class="jive-image image-1" height="193" src="https://community.qlik.com/legacyfs/online/97551_a.JPG" style="height: 193px; width: 848.652482269504px;" width="849" /&gt;&lt;/P&gt;&lt;P&gt;The object in Qlikview is to make line graphs on this. &lt;/P&gt;&lt;P&gt;The problem i face with using Crosstable for this is that I can really put all of the 2006M04... into years or month as they include both. Ideally i would like to have both month and year to play around with later. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would anyone know a solution for this? Could the first row be named in a better way to generate month and year perhaps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yahya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 08:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-with-Cross-tables-years-and-month-data/m-p/945262#M975774</guid>
      <dc:creator />
      <dc:date>2015-09-01T08:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with Cross tables years and month data.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-with-Cross-tables-years-and-month-data/m-p/945263#M975775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Convert them into a monthYear format in a resident load. May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Date#(PurgeChar(Date, 'M'), 'YYYYMM'), 'YYYY-MM') as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 10:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-with-Cross-tables-years-and-month-data/m-p/945263#M975775</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-01T10:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with Cross tables years and month data.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-with-Cross-tables-years-and-month-data/m-p/945264#M975776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can firts do a crostable load, and then use a resident load. Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load * Inline [Geo,2006M04,2006M05,2006M06&lt;/P&gt;&lt;P&gt;Belgium,10,20,30&lt;/P&gt;&lt;P&gt;Germany,11,21,31&lt;/P&gt;&lt;P&gt;France,12,22,32&lt;/P&gt;&lt;P&gt;Spain,13,23,33&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tmp:&lt;/P&gt;&lt;P&gt;CrossTable(Time, Data,1) load * resident Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Geo,&lt;/P&gt;&lt;P&gt;Left(Time,4) as Year,&lt;/P&gt;&lt;P&gt;Right(Time,2) as Month,&lt;/P&gt;&lt;P&gt;Data as Value&lt;/P&gt;&lt;P&gt;resident Tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Tmp;&lt;/P&gt;&lt;P&gt;Drop Table Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Result.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/97577_Result.png" style="height: 263px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 10:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-with-Cross-tables-years-and-month-data/m-p/945264#M975776</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-09-01T10:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with Cross tables years and month data.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-with-Cross-tables-years-and-month-data/m-p/945265#M975777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunny, is it possible for me to somehow reach you? I think you have a really nice and simple solution. I could even give you a call. (I can't seem to find a button to drop you an email)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 11:36:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-with-Cross-tables-years-and-month-data/m-p/945265#M975777</guid>
      <dc:creator />
      <dc:date>2015-09-01T11:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed with Cross tables years and month data.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-with-Cross-tables-years-and-month-data/m-p/945266#M975778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have followed you, once you accept it, you will be able to send me private message where I can provide you with my email id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I feel that, in order to get best solutions, you need to share your information with everyone and I think &lt;A _jive_internal="true" href="https://community.qlik.com/people/Stigchel"&gt;Piet Hein van der Stigchel&lt;/A&gt;‌ solution is also a good solution. It will all depend on your exact requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 11:41:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-with-Cross-tables-years-and-month-data/m-p/945266#M975778</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-01T11:41:53Z</dc:date>
    </item>
  </channel>
</rss>

