<?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 Filter values from one column based on values from other two columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-values-from-one-column-based-on-values-from-other-two/m-p/417921#M559174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two tables:&lt;/P&gt;&lt;P&gt;One containing the day bay day sales:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="84" style="width: 317px; height: 84px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl75" height="15" width="56"&gt;ID&lt;/TD&gt;&lt;TD class="xl75" style="border-left: none;" width="56"&gt;Client&lt;/TD&gt;&lt;TD class="xl75" style="border-left: none;" width="56"&gt;Date&lt;/TD&gt;&lt;TD class="xl75" style="border-left: none;" width="56"&gt;Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl71" height="15" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;Name1&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;1/15/2013&lt;/TD&gt;&lt;TD align="right" class="xl71" style="border-top: none; border-left: none;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl73" height="15" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;Name1&lt;/TD&gt;&lt;TD align="right" class="xl74" style="border-top: none; border-left: none;"&gt;2/15/2013&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl73" height="15" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;Name1&lt;/TD&gt;&lt;TD align="right" class="xl74" style="border-top: none; border-left: none;"&gt;5/15/2013&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl71" height="15" style="border-top: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;Name1&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;7/15/2013&lt;/TD&gt;&lt;TD align="right" class="xl71" style="border-top: none; border-left: none;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and one containing the targeted budgets by Client for different periods of time:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="50" style="width: 317px; height: 49px;" width="315"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl71" height="15" width="56"&gt;Client&lt;/TD&gt;&lt;TD class="xl71" style="border-left: none;" width="56"&gt;Budget&lt;/TD&gt;&lt;TD class="xl71" style="border-left: none;" width="56"&gt;StartDate&lt;/TD&gt;&lt;TD class="xl71" style="border-left: none;" width="56"&gt;EndDate&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="15" style="border-top: none;"&gt;Name1&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;1000&lt;/TD&gt;&lt;TD align="right" class="xl74" style="border-top: none; border-left: none;"&gt;2/1/2013&lt;/TD&gt;&lt;TD align="right" class="xl74" style="border-top: none; border-left: none;"&gt;6/1/2013&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="15" style="border-top: none;"&gt;Name2&lt;/TD&gt;&lt;TD align="right" class="xl71" style="border-top: none; border-left: none;"&gt;2000&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;3/1/2013&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;8/1/2013&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a chart having the dimension Client, Stard Date &amp;amp; EndDate and as expresion to calculate the SUM(Sales) restricted by the timeframe given by StartDate and EndDate of the trageted budget.&lt;/P&gt;&lt;P&gt;In above example, I need to get the sum for rows with ID 2 and 3 which has the Date between corresponding StardDate and EndDate from Client "Name1" (and so on for each client).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if there is a way to do that using Chart object? &lt;/P&gt;&lt;P&gt;Or I need to do this during loading script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Laurentiu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 May 2013 07:39:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-29T07:39:07Z</dc:date>
    <item>
      <title>Filter values from one column based on values from other two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-values-from-one-column-based-on-values-from-other-two/m-p/417921#M559174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two tables:&lt;/P&gt;&lt;P&gt;One containing the day bay day sales:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="84" style="width: 317px; height: 84px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl75" height="15" width="56"&gt;ID&lt;/TD&gt;&lt;TD class="xl75" style="border-left: none;" width="56"&gt;Client&lt;/TD&gt;&lt;TD class="xl75" style="border-left: none;" width="56"&gt;Date&lt;/TD&gt;&lt;TD class="xl75" style="border-left: none;" width="56"&gt;Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl71" height="15" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;Name1&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;1/15/2013&lt;/TD&gt;&lt;TD align="right" class="xl71" style="border-top: none; border-left: none;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl73" height="15" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;Name1&lt;/TD&gt;&lt;TD align="right" class="xl74" style="border-top: none; border-left: none;"&gt;2/15/2013&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl73" height="15" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;Name1&lt;/TD&gt;&lt;TD align="right" class="xl74" style="border-top: none; border-left: none;"&gt;5/15/2013&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl71" height="15" style="border-top: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;Name1&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;7/15/2013&lt;/TD&gt;&lt;TD align="right" class="xl71" style="border-top: none; border-left: none;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and one containing the targeted budgets by Client for different periods of time:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="50" style="width: 317px; height: 49px;" width="315"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl71" height="15" width="56"&gt;Client&lt;/TD&gt;&lt;TD class="xl71" style="border-left: none;" width="56"&gt;Budget&lt;/TD&gt;&lt;TD class="xl71" style="border-left: none;" width="56"&gt;StartDate&lt;/TD&gt;&lt;TD class="xl71" style="border-left: none;" width="56"&gt;EndDate&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="15" style="border-top: none;"&gt;Name1&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;1000&lt;/TD&gt;&lt;TD align="right" class="xl74" style="border-top: none; border-left: none;"&gt;2/1/2013&lt;/TD&gt;&lt;TD align="right" class="xl74" style="border-top: none; border-left: none;"&gt;6/1/2013&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="15" style="border-top: none;"&gt;Name2&lt;/TD&gt;&lt;TD align="right" class="xl71" style="border-top: none; border-left: none;"&gt;2000&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;3/1/2013&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;8/1/2013&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a chart having the dimension Client, Stard Date &amp;amp; EndDate and as expresion to calculate the SUM(Sales) restricted by the timeframe given by StartDate and EndDate of the trageted budget.&lt;/P&gt;&lt;P&gt;In above example, I need to get the sum for rows with ID 2 and 3 which has the Date between corresponding StardDate and EndDate from Client "Name1" (and so on for each client).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if there is a way to do that using Chart object? &lt;/P&gt;&lt;P&gt;Or I need to do this during loading script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Laurentiu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 07:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-values-from-one-column-based-on-values-from-other-two/m-p/417921#M559174</guid>
      <dc:creator />
      <dc:date>2013-05-29T07:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Filter values from one column based on values from other two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-values-from-one-column-based-on-values-from-other-two/m-p/417922#M559175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 12:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-values-from-one-column-based-on-values-from-other-two/m-p/417922#M559175</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-29T12:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Filter values from one column based on values from other two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-values-from-one-column-based-on-values-from-other-two/m-p/417923#M559176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's it. The Join in the script is "the one"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 13:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-values-from-one-column-based-on-values-from-other-two/m-p/417923#M559176</guid>
      <dc:creator />
      <dc:date>2013-05-29T13:29:58Z</dc:date>
    </item>
  </channel>
</rss>

