<?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 Select date problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-date-problem/m-p/206697#M62723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Link both the tables on only customer_id.&lt;/P&gt;&lt;P&gt;add list box for customer_since_year and customer_since_month so that you can make selections.&lt;/P&gt;&lt;P&gt;Now in chart add order_month as dimenssion and sum(order_amount) as expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best Regards,&lt;/P&gt;&lt;P&gt;Kuldeep tak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Oct 2009 15:38:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-05T15:38:38Z</dc:date>
    <item>
      <title>Select date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Select-date-problem/m-p/206696#M62722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have two tables: customers and orders.&lt;BR /&gt;&lt;BR /&gt;Customer:&lt;BR /&gt;===========&lt;BR /&gt;customer_id,&lt;BR /&gt;customer_name,&lt;BR /&gt;customer_since&lt;BR /&gt;customer_since_month&lt;BR /&gt;customer_since_year&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Order:&lt;BR /&gt;=======&lt;BR /&gt;order_id,&lt;BR /&gt;customer_id,&lt;BR /&gt;order_date,&lt;BR /&gt;order_month&lt;BR /&gt;order_year&lt;BR /&gt;order_amount&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'd like to show my figures based on the &lt;B&gt;customer_since_year&lt;/B&gt; and &lt;B&gt;customer_since_month&lt;/B&gt; selections.&lt;BR /&gt;&lt;BR /&gt;If I select &lt;B&gt;2009&lt;/B&gt; and &lt;B&gt;Mar&lt;/B&gt; (in customer table) I'd like to show a table chart that shows me the order_amount (based on the order_date).&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;orderdate amount&lt;BR /&gt;======================&lt;BR /&gt;mar_09 10.000&lt;BR /&gt;apr_09 13.000&lt;BR /&gt;may_09 23.000&lt;BR /&gt;jun_09 14.000&lt;BR /&gt;aug_09 12.000&lt;BR /&gt;sept_09 4.000&lt;BR /&gt;oct_09 32.000&lt;BR /&gt;&lt;BR /&gt;Can someone tell me how to do this?&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Aloah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2009 14:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-date-problem/m-p/206696#M62722</guid>
      <dc:creator />
      <dc:date>2009-10-05T14:26:09Z</dc:date>
    </item>
    <item>
      <title>Select date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Select-date-problem/m-p/206697#M62723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Link both the tables on only customer_id.&lt;/P&gt;&lt;P&gt;add list box for customer_since_year and customer_since_month so that you can make selections.&lt;/P&gt;&lt;P&gt;Now in chart add order_month as dimenssion and sum(order_amount) as expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best Regards,&lt;/P&gt;&lt;P&gt;Kuldeep tak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2009 15:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-date-problem/m-p/206697#M62723</guid>
      <dc:creator />
      <dc:date>2009-10-05T15:38:38Z</dc:date>
    </item>
    <item>
      <title>Select date problem</title>
      <link>https://community.qlik.com/t5/QlikView/Select-date-problem/m-p/206698#M62724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;uh. i missed something - SORRY. in table customer there's an salesperson&lt;/P&gt;&lt;P&gt;Customer:&lt;BR /&gt;===========&lt;BR /&gt;customer_id,&lt;BR /&gt;customer_name,&lt;BR /&gt;customer_since&lt;BR /&gt;customer_since_month&lt;BR /&gt;customer_since_year&lt;BR /&gt;salesperson&lt;BR /&gt;&lt;BR /&gt;Order:&lt;BR /&gt;=======&lt;BR /&gt;order_id,&lt;BR /&gt;customer_id,&lt;BR /&gt;order_date,&lt;BR /&gt;order_month&lt;BR /&gt;order_year&lt;BR /&gt;order_amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The information I'd like to show the order amount of new customers per salesperson.&lt;BR /&gt;I select a salesperson, an new customer since year (and month) and would like to see the orders the new customers made in 2009.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2009 15:47:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-date-problem/m-p/206698#M62724</guid>
      <dc:creator />
      <dc:date>2009-10-05T15:47:58Z</dc:date>
    </item>
  </channel>
</rss>

