<?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 using a Cross tab in excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/using-a-Cross-tab-in-excel/m-p/159917#M34368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could do it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt; Classes:&lt;BR /&gt;CrossTable(Month, MonthValue, 3)&lt;BR /&gt;LOAD StdntRNo,&lt;BR /&gt; StdntName,&lt;BR /&gt; ClassName,&lt;BR /&gt; JAN,&lt;BR /&gt; FEB,&lt;BR /&gt; MAR,&lt;BR /&gt; APR,&lt;BR /&gt; MAY,&lt;BR /&gt; JUN,&lt;BR /&gt; JUL,&lt;BR /&gt; AUG,&lt;BR /&gt; SEPT,&lt;BR /&gt; OCT,&lt;BR /&gt; NOV,&lt;BR /&gt; DEC&lt;BR /&gt;FROM&lt;BR /&gt;Classes.xls&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;BR /&gt;&lt;BR /&gt;CrossTable(Quarter, QuarterValue, 3)&lt;BR /&gt;LOAD StdntRNo,&lt;BR /&gt; StdntName,&lt;BR /&gt; ClassName,&lt;BR /&gt; Q1,&lt;BR /&gt; Q2,&lt;BR /&gt; Q3,&lt;BR /&gt; Q4&lt;BR /&gt;FROM&lt;BR /&gt;Classes.xls&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Would it not be easier to derive Quarters within QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2009 18:37:18 GMT</pubDate>
    <dc:creator>stephencredmond</dc:creator>
    <dc:date>2009-08-18T18:37:18Z</dc:date>
    <item>
      <title>using a Cross tab in excel</title>
      <link>https://community.qlik.com/t5/QlikView/using-a-Cross-tab-in-excel/m-p/159916#M34367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I have some data in Excel file. I need to cross tab it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The column format goes like this&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;StdntRNo StdntName ClassName JAN FEB MAR Q1 APR MAY JUN Q2 JUL AUG SEPT Q3 OCT NOV DEC Q4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whole data is loaded in one sheet .&lt;/P&gt;&lt;P&gt;I need to cross tab wrt to JAN FEB MAR APR MAY JUN JUL AUG ..&lt;/P&gt;&lt;P&gt;Moreover I also want to load the Q1 Q2 Q3 Q4 simultaneously.&lt;/P&gt;&lt;P&gt;How can I do so . I want to avoid any manual work.&lt;/P&gt;&lt;P&gt;Suggestions are invited.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 18:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-a-Cross-tab-in-excel/m-p/159916#M34367</guid>
      <dc:creator />
      <dc:date>2009-08-18T18:27:18Z</dc:date>
    </item>
    <item>
      <title>using a Cross tab in excel</title>
      <link>https://community.qlik.com/t5/QlikView/using-a-Cross-tab-in-excel/m-p/159917#M34368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could do it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt; Classes:&lt;BR /&gt;CrossTable(Month, MonthValue, 3)&lt;BR /&gt;LOAD StdntRNo,&lt;BR /&gt; StdntName,&lt;BR /&gt; ClassName,&lt;BR /&gt; JAN,&lt;BR /&gt; FEB,&lt;BR /&gt; MAR,&lt;BR /&gt; APR,&lt;BR /&gt; MAY,&lt;BR /&gt; JUN,&lt;BR /&gt; JUL,&lt;BR /&gt; AUG,&lt;BR /&gt; SEPT,&lt;BR /&gt; OCT,&lt;BR /&gt; NOV,&lt;BR /&gt; DEC&lt;BR /&gt;FROM&lt;BR /&gt;Classes.xls&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;BR /&gt;&lt;BR /&gt;CrossTable(Quarter, QuarterValue, 3)&lt;BR /&gt;LOAD StdntRNo,&lt;BR /&gt; StdntName,&lt;BR /&gt; ClassName,&lt;BR /&gt; Q1,&lt;BR /&gt; Q2,&lt;BR /&gt; Q3,&lt;BR /&gt; Q4&lt;BR /&gt;FROM&lt;BR /&gt;Classes.xls&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Would it not be easier to derive Quarters within QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 18:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-a-Cross-tab-in-excel/m-p/159917#M34368</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2009-08-18T18:37:18Z</dc:date>
    </item>
  </channel>
</rss>

