<?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: need help in the charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/need-help-in-the-charts/m-p/604427#M223351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A sample implementation for the data provided by you is attached. You may devise a solution like this for your actual application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Apr 2014 00:47:43 GMT</pubDate>
    <dc:creator>nagaiank</dc:creator>
    <dc:date>2014-04-05T00:47:43Z</dc:date>
    <item>
      <title>need help in the charts</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-in-the-charts/m-p/604425#M223349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi&lt;/P&gt;&lt;P&gt;I have a table that has all the historical data,&lt;/P&gt;&lt;P&gt;customer_no,period,balance($)&lt;/P&gt;&lt;P&gt;1,Jan,100,&lt;/P&gt;&lt;P&gt;1,Feb,201,&lt;/P&gt;&lt;P&gt;1 ,Mar,224,&lt;/P&gt;&lt;P&gt;1,Apr,500,&lt;/P&gt;&lt;P&gt;2,Jan,50,&lt;/P&gt;&lt;P&gt;2,Feb,110,&lt;/P&gt;&lt;P&gt;2 ,Mar,330,&lt;/P&gt;&lt;P&gt;2,Apr,500,&lt;/P&gt;&lt;P&gt;3,Jan,60,&lt;/P&gt;&lt;P&gt;3,Feb,100,&lt;/P&gt;&lt;P&gt;3,Mar,70,&lt;/P&gt;&lt;P&gt;3,Apr,80,&lt;/P&gt;&lt;P&gt;so i created a pivot table based on the histrical data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="width: 100%; border: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;customer_no/Period&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Jan&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Feb&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Mar&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Apr&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;201&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;224&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;110&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;330&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;220&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;60&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;70&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;80&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I want to know that if a customer had a jum of $100 from say Feb and Apr, and I want to know that customer number.&lt;/P&gt;&lt;P&gt;How do I create a table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;notice that I can't create a field in the load for the difference because we could be asking any 2 months that we have a jump of $100.&lt;/P&gt;&lt;P&gt;the result should look something like that.&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="width: 100%; border: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;customer/period&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Feb&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Apr&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;201&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;110&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;How do I achive that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="width: 100%; border: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 21:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-in-the-charts/m-p/604425#M223349</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2014-04-04T21:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: need help in the charts</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-in-the-charts/m-p/604426#M223350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56658_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 21:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-in-the-charts/m-p/604426#M223350</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-04T21:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: need help in the charts</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-in-the-charts/m-p/604427#M223351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A sample implementation for the data provided by you is attached. You may devise a solution like this for your actual application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2014 00:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-in-the-charts/m-p/604427#M223351</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2014-04-05T00:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: need help in the charts</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-in-the-charts/m-p/604428#M223352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NagaianK&lt;/P&gt;&lt;P&gt;Thanks for the reply, but I do not think I understand your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Were you marking all the values greater than 100?&lt;/P&gt;&lt;P&gt;If I look at Feb and Mar, customer 1 should not show in the list.&lt;/P&gt;&lt;P&gt;i do not think thats what I wanted.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 14:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-in-the-charts/m-p/604428#M223352</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2014-04-07T14:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: need help in the charts</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-in-the-charts/m-p/604429#M223353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Massimo&lt;/P&gt;&lt;P&gt;Thanks, this is very helpful.&lt;BR /&gt;However, the dataset is huge(4gig) for the table and then to create another one to join maybe very costly. I am not sure how to get that part done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 14:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-in-the-charts/m-p/604429#M223353</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2014-04-07T14:18:37Z</dc:date>
    </item>
  </channel>
</rss>

