<?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 Getting columns of data from Excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-columns-of-data-from-Excel/m-p/149365#M27563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm very new to QV (downloaded Personal Edition yesterday!). I want to experiment with a Financial Control scenario. I have an Excel spreadsheet with 400 rows of various of income and expense headings, and 6 colums representing January to June.The relevant code in my Script looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;LOAD [Nominal Code],&lt;BR /&gt; [Account Description],&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; [Jun YTD],&lt;BR /&gt; F11,&lt;BR /&gt; F12,&lt;BR /&gt; F13,&lt;BR /&gt; F14&lt;BR /&gt;FROM&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;(biff, embedded labels, table is [TB 2009_01$]);&lt;BR /&gt;&lt;/C&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I create a simple line graph to plot say, Income month by month? When I design the chart, the Dimensions allowable are Jan, Feb, Mar, Apr, May, Jun, etc,. I can only seem to get 1 month's data in my chart at any one time. Also, what Expression do I need to use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to anyone who can give me some pointers to get started.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2009 17:34:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-07-15T17:34:02Z</dc:date>
    <item>
      <title>Getting columns of data from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-columns-of-data-from-Excel/m-p/149365#M27563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm very new to QV (downloaded Personal Edition yesterday!). I want to experiment with a Financial Control scenario. I have an Excel spreadsheet with 400 rows of various of income and expense headings, and 6 colums representing January to June.The relevant code in my Script looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;LOAD [Nominal Code],&lt;BR /&gt; [Account Description],&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; [Jun YTD],&lt;BR /&gt; F11,&lt;BR /&gt; F12,&lt;BR /&gt; F13,&lt;BR /&gt; F14&lt;BR /&gt;FROM&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;(biff, embedded labels, table is [TB 2009_01$]);&lt;BR /&gt;&lt;/C&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I create a simple line graph to plot say, Income month by month? When I design the chart, the Dimensions allowable are Jan, Feb, Mar, Apr, May, Jun, etc,. I can only seem to get 1 month's data in my chart at any one time. Also, what Expression do I need to use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to anyone who can give me some pointers to get started.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 17:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-columns-of-data-from-Excel/m-p/149365#M27563</guid>
      <dc:creator />
      <dc:date>2009-07-15T17:34:02Z</dc:date>
    </item>
    <item>
      <title>Getting columns of data from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-columns-of-data-from-Excel/m-p/149366#M27564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To start off you may need to load the data into QV in using crosstable.&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;CROSSTABLE(Month, Income, 2)&lt;BR /&gt;LOAD [Nominal Code],[Account Description],&lt;BR /&gt;[Jan], [Feb], [Mar], [Apr], May], [Jun]&lt;BR /&gt;FROM &lt;C&gt;(biff, embedded labels, table is [TB 2009_01$]);&lt;BR /&gt;&lt;/C&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;This will give you a table with the following structure when loaded into QV:&lt;BR /&gt;Nominal Code, Account Description, Month, Income.&lt;/P&gt;&lt;P&gt;Using this you would be able to create the chart to your liking.&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 18:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-columns-of-data-from-Excel/m-p/149366#M27564</guid>
      <dc:creator>amit_shetty78</dc:creator>
      <dc:date>2009-07-15T18:31:02Z</dc:date>
    </item>
    <item>
      <title>Getting columns of data from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-columns-of-data-from-Excel/m-p/149367#M27565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks. It worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 19:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-columns-of-data-from-Excel/m-p/149367#M27565</guid>
      <dc:creator />
      <dc:date>2009-07-15T19:14:56Z</dc:date>
    </item>
  </channel>
</rss>

