<?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 Interval match DB in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Interval-match-DB/m-p/1687187#M726650</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,\&lt;/P&gt;&lt;P&gt;I have the below table holds the field&lt;/P&gt;&lt;P&gt;class_date_key from fact table&lt;/P&gt;&lt;P&gt;Class_Date ,date_key from Dates table&lt;/P&gt;&lt;P&gt;CLASS-description,&lt;BR /&gt;class_strat_date,&lt;BR /&gt;class_end_date from class table&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I need to create to qvd to get correct class description,&lt;BR /&gt;using the date key from fact table , fetching class-dates values by giving condition where Fact.class_date_key = date.date_key.&lt;/P&gt;&lt;P&gt;But when i select the date for class date ,the dates are not fallen between class start and class end..&lt;/P&gt;&lt;P&gt;-For ex : if I select Class date as ' 07-JAN-20' , getting both the below&lt;/P&gt;&lt;P&gt;class start date&amp;nbsp; &amp;nbsp; &amp;nbsp; class end date&lt;/P&gt;&lt;P&gt;01-JAN-20&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;01-JAN-30&lt;BR /&gt;07-JAN-20&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 01-JAN-30&lt;/P&gt;&lt;P&gt;I should only get the 7-jan-20 and not the 01-jan-20.&lt;/P&gt;&lt;P&gt;how to use interval match here ( direct from db and store as qvd)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 00:59:32 GMT</pubDate>
    <dc:creator>Prabhu1204</dc:creator>
    <dc:date>2024-11-16T00:59:32Z</dc:date>
    <item>
      <title>Interval match DB</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-match-DB/m-p/1687187#M726650</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,\&lt;/P&gt;&lt;P&gt;I have the below table holds the field&lt;/P&gt;&lt;P&gt;class_date_key from fact table&lt;/P&gt;&lt;P&gt;Class_Date ,date_key from Dates table&lt;/P&gt;&lt;P&gt;CLASS-description,&lt;BR /&gt;class_strat_date,&lt;BR /&gt;class_end_date from class table&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I need to create to qvd to get correct class description,&lt;BR /&gt;using the date key from fact table , fetching class-dates values by giving condition where Fact.class_date_key = date.date_key.&lt;/P&gt;&lt;P&gt;But when i select the date for class date ,the dates are not fallen between class start and class end..&lt;/P&gt;&lt;P&gt;-For ex : if I select Class date as ' 07-JAN-20' , getting both the below&lt;/P&gt;&lt;P&gt;class start date&amp;nbsp; &amp;nbsp; &amp;nbsp; class end date&lt;/P&gt;&lt;P&gt;01-JAN-20&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;01-JAN-30&lt;BR /&gt;07-JAN-20&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 01-JAN-30&lt;/P&gt;&lt;P&gt;I should only get the 7-jan-20 and not the 01-jan-20.&lt;/P&gt;&lt;P&gt;how to use interval match here ( direct from db and store as qvd)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-match-DB/m-p/1687187#M726650</guid>
      <dc:creator>Prabhu1204</dc:creator>
      <dc:date>2024-11-16T00:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Interval match DB</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-match-DB/m-p/1687194#M726651</link>
      <description>&lt;P&gt;That's how intervalmatch works - it will match more than one value if the ranges overlap. What rule are you using to select which interval to use?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 07:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-match-DB/m-p/1687194#M726651</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2020-03-24T07:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Interval match DB</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-match-DB/m-p/1687197#M726652</link>
      <description>&lt;P&gt;No, I dint use interval match. As now i fetched all the required fields from table. Not use how to use interval match while db fetching.&lt;/P&gt;&lt;P&gt;my code is like below ;&lt;/P&gt;&lt;P&gt;select class_date,&lt;BR /&gt;class_description,&lt;BR /&gt;class_start_date,&lt;BR /&gt;class_end_date&lt;BR /&gt;From&lt;BR /&gt;class_description,&lt;BR /&gt;Dates,&lt;BR /&gt;fact_table&lt;BR /&gt;where dates.date_key = fact_table.class_date_key;( To take class date, linking the fact table to the date table)&lt;/P&gt;&lt;P&gt;I am not sure whether i am wrong&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 07:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-match-DB/m-p/1687197#M726652</guid>
      <dc:creator>Prabhu1204</dc:creator>
      <dc:date>2020-03-24T07:34:34Z</dc:date>
    </item>
  </channel>
</rss>

