<?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 WHAT IS INTERVALMATCH AND HOW IT IS FUNCTION IN QLIKVIEW? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/WHAT-IS-INTERVALMATCH-AND-HOW-IT-IS-FUNCTION-IN-QLIKVIEW/m-p/2513232#M105299</link>
    <description>&lt;P&gt;SALES:&lt;BR /&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ORDER, PRODUCT, QTY, SALES PRICE&lt;BR /&gt;001, A, 250, 12.56&lt;BR /&gt;002, B, 40, 35.67&lt;BR /&gt;003, C, 900, 56.8&lt;BR /&gt;004, D, 579, 66.90&lt;BR /&gt;005, E, 279, 765&lt;BR /&gt;006, F, 467, 446&lt;BR /&gt;007, G, 743, 67&lt;BR /&gt;008, H, 378, 68.9&lt;BR /&gt;009, I, 904, 12.4&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;DISCOUNT:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&lt;BR /&gt;MINQTY, MAXQTY, DISCOUNT&lt;BR /&gt;4, 100, 27.9%&lt;BR /&gt;5, 200, 29.4%&lt;BR /&gt;76, 400, 12.7%&lt;BR /&gt;78, 455, 9.8%&lt;BR /&gt;86, 566, 41.9%&lt;BR /&gt;33, 342, 90.7%&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;JOIN IntervalMatch(QTY)&lt;BR /&gt;LOAD MINQTY, MAXQTY, DISCOUNT;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In this why I'm using interval match ? can i use any other function to get the result ? what is the importance of interval match?&lt;/P&gt;</description>
    <pubDate>Sat, 05 Apr 2025 19:07:17 GMT</pubDate>
    <dc:creator>priyasingh</dc:creator>
    <dc:date>2025-04-05T19:07:17Z</dc:date>
    <item>
      <title>WHAT IS INTERVALMATCH AND HOW IT IS FUNCTION IN QLIKVIEW?</title>
      <link>https://community.qlik.com/t5/App-Development/WHAT-IS-INTERVALMATCH-AND-HOW-IT-IS-FUNCTION-IN-QLIKVIEW/m-p/2513232#M105299</link>
      <description>&lt;P&gt;SALES:&lt;BR /&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ORDER, PRODUCT, QTY, SALES PRICE&lt;BR /&gt;001, A, 250, 12.56&lt;BR /&gt;002, B, 40, 35.67&lt;BR /&gt;003, C, 900, 56.8&lt;BR /&gt;004, D, 579, 66.90&lt;BR /&gt;005, E, 279, 765&lt;BR /&gt;006, F, 467, 446&lt;BR /&gt;007, G, 743, 67&lt;BR /&gt;008, H, 378, 68.9&lt;BR /&gt;009, I, 904, 12.4&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;DISCOUNT:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&lt;BR /&gt;MINQTY, MAXQTY, DISCOUNT&lt;BR /&gt;4, 100, 27.9%&lt;BR /&gt;5, 200, 29.4%&lt;BR /&gt;76, 400, 12.7%&lt;BR /&gt;78, 455, 9.8%&lt;BR /&gt;86, 566, 41.9%&lt;BR /&gt;33, 342, 90.7%&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;JOIN IntervalMatch(QTY)&lt;BR /&gt;LOAD MINQTY, MAXQTY, DISCOUNT;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In this why I'm using interval match ? can i use any other function to get the result ? what is the importance of interval match?&lt;/P&gt;</description>
      <pubDate>Sat, 05 Apr 2025 19:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/WHAT-IS-INTERVALMATCH-AND-HOW-IT-IS-FUNCTION-IN-QLIKVIEW/m-p/2513232#M105299</guid>
      <dc:creator>priyasingh</dc:creator>
      <dc:date>2025-04-05T19:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS INTERVALMATCH AND HOW IT IS FUNCTION IN QLIKVIEW?</title>
      <link>https://community.qlik.com/t5/App-Development/WHAT-IS-INTERVALMATCH-AND-HOW-IT-IS-FUNCTION-IN-QLIKVIEW/m-p/2513233#M105300</link>
      <description>&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;Yes, the Interval Match in your example is used the way it should be used - to associate attributes (discount) that are defined for ranges of numbers (min-max) with distinct numbers (Qty). There is no other good way of associating them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can read more about Interval match and about other QlikView development techniques in my book &lt;A href="https://amzn.to/3E43oah" target="_blank" rel="noopener"&gt;QlikView Your Business&lt;/A&gt;. Since you use QlikView, it's a perfect book for you. It will take you from the beginners' material to very deep advanced development techniques.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Sat, 05 Apr 2025 20:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/WHAT-IS-INTERVALMATCH-AND-HOW-IT-IS-FUNCTION-IN-QLIKVIEW/m-p/2513233#M105300</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2025-04-05T20:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: WHAT IS INTERVALMATCH AND HOW IT IS FUNCTION IN QLIKVIEW?</title>
      <link>https://community.qlik.com/t5/App-Development/WHAT-IS-INTERVALMATCH-AND-HOW-IT-IS-FUNCTION-IN-QLIKVIEW/m-p/2513250#M105301</link>
      <description>&lt;P&gt;and why we are using resident load, why not preceding load ?bcz preceding load is better than resident load.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Apr 2025 05:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/WHAT-IS-INTERVALMATCH-AND-HOW-IT-IS-FUNCTION-IN-QLIKVIEW/m-p/2513250#M105301</guid>
      <dc:creator>priyasingh</dc:creator>
      <dc:date>2025-04-06T05:14:23Z</dc:date>
    </item>
  </channel>
</rss>

