<?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: Timeseries Data in Columns from Excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timeseries-Data-in-Columns-from-Excel/m-p/472500#M176437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you say 'my data has to remain as it is' I believe this relates to the format of your input data source, the excel file, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can leave your excel file untouched and try transforming your crosstable to a straight table in the QV load script, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INPUT:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;KPI, KPIName, Jan 11, Feb 11, Mar 11&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1, KPI1, 100 ,111, 99&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2, KPI2, 80,100, 120&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TRANS:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CrossTable (Month, KPIValue, 2) LOAD * Resident INPUT;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;drop table INPUT;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;RESULT:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NOCONCATENATE LOAD KPI, KPIName, Date#(Month, 'MMM YY') as Month, KPIValue Resident TRANS;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;drop table TRANS;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can use Month as a dimension in your charts, see also attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 May 2013 15:12:08 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-05-19T15:12:08Z</dc:date>
    <item>
      <title>Timeseries Data in Columns from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Timeseries-Data-in-Columns-from-Excel/m-p/472499#M176436</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 a real newbie with Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just trying it for the first time, but im struggling to chart some timeseries data from excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My data in excel has monthly columns.&amp;nbsp; For example, i have regular headers such as KPI Name, KPI Code etc, but then from column H onwards it is my data.&amp;nbsp; So Column H is April 11, Column I is May 11, and column J is June 11.&amp;nbsp; This carries on until April 13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can bring my data into Qlikview, but i cannot get a chart to show, for example, row 5 (Monthly Results) across all months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically i want to show the monthly results from April 12 to March 13 in one line chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note my data has to remain as it is, as it is full of links to external workbooks etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated!!!&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;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 May 2013 17:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeseries-Data-in-Columns-from-Excel/m-p/472499#M176436</guid>
      <dc:creator />
      <dc:date>2013-05-18T17:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Timeseries Data in Columns from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Timeseries-Data-in-Columns-from-Excel/m-p/472500#M176437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you say 'my data has to remain as it is' I believe this relates to the format of your input data source, the excel file, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can leave your excel file untouched and try transforming your crosstable to a straight table in the QV load script, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INPUT:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;KPI, KPIName, Jan 11, Feb 11, Mar 11&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1, KPI1, 100 ,111, 99&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2, KPI2, 80,100, 120&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TRANS:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CrossTable (Month, KPIValue, 2) LOAD * Resident INPUT;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;drop table INPUT;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;RESULT:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NOCONCATENATE LOAD KPI, KPIName, Date#(Month, 'MMM YY') as Month, KPIValue Resident TRANS;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;drop table TRANS;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can use Month as a dimension in your charts, see also attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 May 2013 15:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeseries-Data-in-Columns-from-Excel/m-p/472500#M176437</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-05-19T15:12:08Z</dc:date>
    </item>
  </channel>
</rss>

