<?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 Help with Intervalmatch (I think) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-Intervalmatch-I-think/m-p/1265567#M851648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've put together some sample data similar to what I'm working on. In this example we ran a sales program where each participating customer received 10% off their purchases. Customer A participated from January thru May, customer B participated from August thru November.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attached file contains two tables: One containing the invoices, the other containing the effective dates of the program for each customer. How do I apply a discount (or somehow identify) the invoices that fall within the date range for the given customer?&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>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>hobanwashburne</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Help with Intervalmatch (I think)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Intervalmatch-I-think/m-p/1265567#M851648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've put together some sample data similar to what I'm working on. In this example we ran a sales program where each participating customer received 10% off their purchases. Customer A participated from January thru May, customer B participated from August thru November.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attached file contains two tables: One containing the invoices, the other containing the effective dates of the program for each customer. How do I apply a discount (or somehow identify) the invoices that fall within the date range for the given customer?&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>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Intervalmatch-I-think/m-p/1265567#M851648</guid>
      <dc:creator>hobanwashburne</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Intervalmatch (I think)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Intervalmatch-I-think/m-p/1265568#M851649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please go through the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 23:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Intervalmatch-I-think/m-p/1265568#M851649</guid>
      <dc:creator>aarkay29</dc:creator>
      <dc:date>2017-02-24T23:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Intervalmatch (I think)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Intervalmatch-I-think/m-p/1265569#M851650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add below code after loading control table in your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;IntervalMatch (InvDate, Customer)&lt;/P&gt;&lt;P&gt;Load StartDate, EndDate, Customer Resident Control;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (Invoices_Temp02)&lt;/P&gt;&lt;P&gt;Load * Resident Control;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Control;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 00:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Intervalmatch-I-think/m-p/1265569#M851650</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-02-25T00:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Intervalmatch (I think)</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Intervalmatch-I-think/m-p/1265570#M851651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Scott,&lt;/P&gt;&lt;P&gt;Refer the below example to clear the concept of interval match in qlik view,&lt;/P&gt;&lt;P&gt;Try the below method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;StudentMarks:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Minmarks, Maxmarks,&lt;/STRONG&gt; Result&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10, 30, Fail&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 35, 40, Pass&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 45, 60, Average&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 70, 80, Honour&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Student_Details:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; Marks,&lt;/STRONG&gt; Name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30, sam&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40, tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50, Don&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 70, Bob&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 80, Rob&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 60, maddy&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Interval:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IntervalMatch(Marks)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;STRONG&gt;Minmarks&lt;/STRONG&gt;,&lt;STRONG&gt;Maxmarks&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Resident &lt;STRONG&gt;StudentMarks;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="intervalmatch.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154520_intervalmatch.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 08:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Intervalmatch-I-think/m-p/1265570#M851651</guid>
      <dc:creator>sumitjadhav</dc:creator>
      <dc:date>2017-02-27T08:46:04Z</dc:date>
    </item>
  </channel>
</rss>

