<?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 data view in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/data-view/m-p/331387#M122099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Sagar,&lt;/P&gt;&lt;P&gt;Hint - use &lt;STRONG&gt;crosstable &lt;/STRONG&gt;to convert columns jan to dec into one column (month) with values jan to dec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Mar 2012 11:29:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-03-01T11:29:22Z</dc:date>
    <item>
      <title>data view</title>
      <link>https://community.qlik.com/t5/QlikView/data-view/m-p/331386#M122098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table in DB which I already imported in QV. Now, my problem is that-- the table have values in different columns(jan--dec) and i want to plot the chart such that X-axis will have values from Jan to Dec. Note(there is no column for time/date in my table). Kindly help me in this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 10:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-view/m-p/331386#M122098</guid>
      <dc:creator />
      <dc:date>2012-03-01T10:57:35Z</dc:date>
    </item>
    <item>
      <title>data view</title>
      <link>https://community.qlik.com/t5/QlikView/data-view/m-p/331387#M122099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Sagar,&lt;/P&gt;&lt;P&gt;Hint - use &lt;STRONG&gt;crosstable &lt;/STRONG&gt;to convert columns jan to dec into one column (month) with values jan to dec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 11:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-view/m-p/331387#M122099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-01T11:29:22Z</dc:date>
    </item>
    <item>
      <title>data view</title>
      <link>https://community.qlik.com/t5/QlikView/data-view/m-p/331388#M122100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i really doubt that doing this can screw my data as the data have 98 columns and 588513 rows. If I am doing this do i need to change the remaining columns which are my drilldowns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sagar Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 11:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-view/m-p/331388#M122100</guid>
      <dc:creator />
      <dc:date>2012-03-01T11:40:03Z</dc:date>
    </item>
    <item>
      <title>data view</title>
      <link>https://community.qlik.com/t5/QlikView/data-view/m-p/331389#M122101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sagar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number of fields shouldn't be a problem by itself.&amp;nbsp; The order of fields does matter though.&amp;nbsp; See an example where there are &lt;STRONG&gt;two &lt;/STRONG&gt;fields in the beginning that you want to keep.&amp;nbsp; In your case will be a larger number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;crosstable (month, amount, &lt;STRONG&gt;2&lt;/STRONG&gt;)&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; id_customer, Payer, jan, feb, mar&amp;nbsp; &lt;BR /&gt; a,&amp;nbsp;&amp;nbsp;&amp;nbsp; b,&amp;nbsp; 12,&amp;nbsp; 5,&amp;nbsp; 4&lt;BR /&gt; a,&amp;nbsp;&amp;nbsp;&amp;nbsp; c,&amp;nbsp; 2,&amp;nbsp; 1,&amp;nbsp; 3&lt;BR /&gt; z,&amp;nbsp;&amp;nbsp;&amp;nbsp; c,&amp;nbsp; 10,&amp;nbsp; 5,&amp;nbsp; 4&lt;BR /&gt; z,&amp;nbsp;&amp;nbsp;&amp;nbsp; b,&amp;nbsp; 10,&amp;nbsp; 7,&amp;nbsp; 3&lt;BR /&gt; r,&amp;nbsp;&amp;nbsp;&amp;nbsp; e,&amp;nbsp; 10,&amp;nbsp; 8,&amp;nbsp; 6&lt;BR /&gt; r,&amp;nbsp;&amp;nbsp;&amp;nbsp; b,&amp;nbsp; 10,&amp;nbsp; 5,&amp;nbsp; 4&lt;BR /&gt; r,&amp;nbsp;&amp;nbsp;&amp;nbsp; d,&amp;nbsp; 10,&amp;nbsp; 6,&amp;nbsp; 2&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can think of the separating month/amount fields plus one more link field into a separate logical table, if it makes sense in your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 11:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-view/m-p/331389#M122101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-02T11:22:41Z</dc:date>
    </item>
  </channel>
</rss>

