<?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 Mulitplicating rows and data filtering in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mulitplicating-rows-and-data-filtering/m-p/698578#M674892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I've got problem with preparing report using QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got data in mysql database:&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt;ID, Name, Classification&lt;/P&gt;&lt;P&gt;1, Name 1, A&lt;/P&gt;&lt;P&gt;2, Name 2, B&lt;/P&gt;&lt;P&gt;3, Name 3, C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Order:&lt;/P&gt;&lt;P&gt;ID, ID_customer, Date, Product&lt;/P&gt;&lt;P&gt;1, 1, 2014-07-01, Product 1&lt;/P&gt;&lt;P&gt;2, 1, 2014-07-02, Product 2&lt;/P&gt;&lt;P&gt;3, 1, 2014-07-04, Product 3&lt;/P&gt;&lt;P&gt;4, 2, 2014-07-01, Product 1&lt;/P&gt;&lt;P&gt;5, 3, 2014-07-01, Product 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i need to do is straght table with columns:&lt;/P&gt;&lt;P&gt;customer name, customer classification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with filter on product and orderd date (range of dates).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've tried triggers, expression etc and i've got problem to allow user to select product and to select range of dates for order date to present only customers with specified product that they but in set range of dates.&lt;/P&gt;&lt;P&gt;when I add order date as dimension to table it multiplies customer record to n where n is number of orders connected to customer, and also i don't know how to get this filter to refresh table base on selected dates range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would use any help with that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2014 12:56:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-17T12:56:46Z</dc:date>
    <item>
      <title>Mulitplicating rows and data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Mulitplicating-rows-and-data-filtering/m-p/698578#M674892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I've got problem with preparing report using QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got data in mysql database:&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt;ID, Name, Classification&lt;/P&gt;&lt;P&gt;1, Name 1, A&lt;/P&gt;&lt;P&gt;2, Name 2, B&lt;/P&gt;&lt;P&gt;3, Name 3, C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Order:&lt;/P&gt;&lt;P&gt;ID, ID_customer, Date, Product&lt;/P&gt;&lt;P&gt;1, 1, 2014-07-01, Product 1&lt;/P&gt;&lt;P&gt;2, 1, 2014-07-02, Product 2&lt;/P&gt;&lt;P&gt;3, 1, 2014-07-04, Product 3&lt;/P&gt;&lt;P&gt;4, 2, 2014-07-01, Product 1&lt;/P&gt;&lt;P&gt;5, 3, 2014-07-01, Product 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i need to do is straght table with columns:&lt;/P&gt;&lt;P&gt;customer name, customer classification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with filter on product and orderd date (range of dates).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've tried triggers, expression etc and i've got problem to allow user to select product and to select range of dates for order date to present only customers with specified product that they but in set range of dates.&lt;/P&gt;&lt;P&gt;when I add order date as dimension to table it multiplies customer record to n where n is number of orders connected to customer, and also i don't know how to get this filter to refresh table base on selected dates range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would use any help with that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 12:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mulitplicating-rows-and-data-filtering/m-p/698578#M674892</guid>
      <dc:creator />
      <dc:date>2014-07-17T12:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Mulitplicating rows and data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Mulitplicating-rows-and-data-filtering/m-p/698579#M674893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I believe you had a problem with your Data model. Please find the attached file as reference.&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 18:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mulitplicating-rows-and-data-filtering/m-p/698579#M674893</guid>
      <dc:creator />
      <dc:date>2014-07-17T18:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Mulitplicating rows and data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Mulitplicating-rows-and-data-filtering/m-p/698580#M674894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, but still i've customer multiplicated in two rows in your file. What I need is one row per customer and filter based on all his orders and products&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 06:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mulitplicating-rows-and-data-filtering/m-p/698580#M674894</guid>
      <dc:creator />
      <dc:date>2014-07-18T06:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Mulitplicating rows and data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Mulitplicating-rows-and-data-filtering/m-p/698581#M674895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just create a Table Box with required&amp;nbsp; fields. CustomerName &amp;amp; CustomerClassfication. Then apply your filter on Product &amp;amp; Date and then Table box will show the respective data on the table box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post sample qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 11:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mulitplicating-rows-and-data-filtering/m-p/698581#M674895</guid>
      <dc:creator />
      <dc:date>2014-07-18T11:54:52Z</dc:date>
    </item>
  </channel>
</rss>

