<?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 Re: InnerJoin Intervalmatch  fetches 0 lines in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/InnerJoin-Intervalmatch-fetches-0-lines/m-p/1814491#M66596</link>
    <description>&lt;P&gt;yes at the very beginning... and actually it works with previous similar ApplyMaps ... only this one is "disobedient" &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;see here an excerpt from the log file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CAL &amp;lt;&amp;lt; AUTOGENERATE(1) 70 Lines fetched&lt;BR /&gt;CAL &amp;lt;&amp;lt; AUTOGENERATE(1) 71 Lines fetched&lt;BR /&gt;CAL &amp;lt;&amp;lt; AUTOGENERATE(1) 72 Lines fetched&lt;BR /&gt;CAL-1 &amp;lt;&amp;lt; 00-08000000-90-100-T528T (row-based qvd optimized) 8.752 Lines fetched&lt;BR /&gt;HRP1001 &amp;lt;&amp;lt; 00-08000000-90-100-HRP1001 8.569 Lines fetched&lt;BR /&gt;HRP1001 311.680 Lines fetched&lt;BR /&gt;BASE &amp;lt;&amp;lt; HRP1001 311.680 Lines fetched&lt;BR /&gt;mPER &amp;lt;&amp;lt; BASE 123.163 Lines fetched&lt;BR /&gt;KST &amp;lt;&amp;lt; 00-08000000-90-100-HRP1001 534 Lines fetched&lt;BR /&gt;KST 10.362 Lines fetched&lt;BR /&gt;mKST &amp;lt;&amp;lt; KST 10.362 Lines fetched&lt;BR /&gt;BGRAD &amp;lt;&amp;lt; 00-08000000-90-100-PA0008 25.063 Lines fetched&lt;BR /&gt;BGRAD 0 Lines fetched&lt;BR /&gt;mBGRAD &amp;lt;&amp;lt; BGRAD 0 Lines fetched&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jun 2021 13:01:26 GMT</pubDate>
    <dc:creator>draghici1109</dc:creator>
    <dc:date>2021-06-11T13:01:26Z</dc:date>
    <item>
      <title>InnerJoin Intervalmatch  fetches 0 lines</title>
      <link>https://community.qlik.com/t5/App-Development/InnerJoin-Intervalmatch-fetches-0-lines/m-p/1814151#M66549</link>
      <description>&lt;P&gt;I am using the following code to generate a mapping table:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BGRAD:&lt;BR /&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt; Distinct&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERNR,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BSGRD,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num#(BEGDA)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS BStart,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num#(ENDDA)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS BEnd&lt;BR /&gt;FROM [..\DATA\00-08000000-90-100-PA0008.qvd](qvd);&lt;BR /&gt;&lt;BR /&gt;Inner Join IntervalMatch (DATUM_SAP, PERNR)&lt;BR /&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt; Distinct&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BStart,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BEnd,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERNR&lt;BR /&gt;Resident BGRAD;&lt;BR /&gt;&lt;BR /&gt;mBGRAD:&lt;BR /&gt;Mapping&lt;BR /&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt; Distinct&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERNR &amp;amp; '-' &amp;amp; DATUM_SAP AS %key,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BSGRD&lt;BR /&gt;Resident BGRAD;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for DATUM_SAP I use this code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For y=Year(Today()) to (Year(Today())+5)&lt;BR /&gt;For m=1 to 12&lt;BR /&gt;&lt;BR /&gt;CAL:&lt;BR /&gt;LOAD&lt;BR /&gt;MakeDate($(y),$(m),1) AS DATUM_REAL,&lt;BR /&gt;Num(MakeDate($(y),$(m),1)) AS DATUM_SAP&lt;BR /&gt;AutoGenerate(1);&lt;/P&gt;&lt;P&gt;Next&lt;BR /&gt;Next&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And yet, as I execute the script, it fetch 0 lines, as the log file displays:&lt;/P&gt;&lt;P&gt;BGRAD &amp;lt;&amp;lt; 00-08000000-90-100-PA0008 25.063 Lines fetched&lt;BR /&gt;BGRAD 0 Lines fetched&lt;BR /&gt;mBGRAD &amp;lt;&amp;lt; BGRAD 0 Lines fetched&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea what could be the cause of this behavior/result?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 18:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/InnerJoin-Intervalmatch-fetches-0-lines/m-p/1814151#M66549</guid>
      <dc:creator>draghici1109</dc:creator>
      <dc:date>2021-11-30T18:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: InnerJoin Intervalmatch  fetches 0 lines</title>
      <link>https://community.qlik.com/t5/App-Development/InnerJoin-Intervalmatch-fetches-0-lines/m-p/1814156#M66550</link>
      <description>&lt;P&gt;Can you share how your data looks within&amp;nbsp;&lt;SPAN&gt;00-08000000-90-100-PA0008.qvd? I think it might have to do with&amp;nbsp;BStart and BEnd not getting read as dual fields with an underlying numeric value.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 11:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/InnerJoin-Intervalmatch-fetches-0-lines/m-p/1814156#M66550</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2021-06-10T11:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: InnerJoin Intervalmatch  fetches 0 lines</title>
      <link>https://community.qlik.com/t5/App-Development/InnerJoin-Intervalmatch-fetches-0-lines/m-p/1814158#M66551</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="draghici1109_0-1623326367321.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56595i01591B8CF8DB10F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="draghici1109_0-1623326367321.png" alt="draghici1109_0-1623326367321.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 12:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/InnerJoin-Intervalmatch-fetches-0-lines/m-p/1814158#M66551</guid>
      <dc:creator>draghici1109</dc:creator>
      <dc:date>2021-06-10T12:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: InnerJoin Intervalmatch  fetches 0 lines</title>
      <link>https://community.qlik.com/t5/App-Development/InnerJoin-Intervalmatch-fetches-0-lines/m-p/1814187#M66558</link>
      <description>&lt;P&gt;Can you do just Join instead of Inner Join to see where the mismatch is happening?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 13:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/InnerJoin-Intervalmatch-fetches-0-lines/m-p/1814187#M66558</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2021-06-10T13:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: InnerJoin Intervalmatch  fetches 0 lines</title>
      <link>https://community.qlik.com/t5/App-Development/InnerJoin-Intervalmatch-fetches-0-lines/m-p/1814246#M66563</link>
      <description>&lt;P&gt;I used only (outer) join insted of inner join and the log file shows&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BGRAD &amp;lt;&amp;lt; 00-08000000-90-100-PA0008 25.063 Lines fetched&lt;BR /&gt;BGRAD 0 Lines fetched&lt;BR /&gt;mBGRAD &amp;lt;&amp;lt; BGRAD 25.062 Lines fetched&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 15:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/InnerJoin-Intervalmatch-fetches-0-lines/m-p/1814246#M66563</guid>
      <dc:creator>draghici1109</dc:creator>
      <dc:date>2021-06-10T15:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: InnerJoin Intervalmatch  fetches 0 lines</title>
      <link>https://community.qlik.com/t5/App-Development/InnerJoin-Intervalmatch-fetches-0-lines/m-p/1814254#M66564</link>
      <description>&lt;P&gt;Where is&amp;nbsp;&lt;SPAN&gt;DATUM_SAP coming from? I am not seeing any script for that above?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 15:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/InnerJoin-Intervalmatch-fetches-0-lines/m-p/1814254#M66564</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2021-06-10T15:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: InnerJoin Intervalmatch  fetches 0 lines</title>
      <link>https://community.qlik.com/t5/App-Development/InnerJoin-Intervalmatch-fetches-0-lines/m-p/1814361#M66575</link>
      <description>&lt;P&gt;this is the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For y=Year(Today()) to (Year(Today())+5)&lt;BR /&gt;For m=1 to 12&lt;BR /&gt;&lt;BR /&gt;CAL:&lt;BR /&gt;LOAD&lt;BR /&gt;MakeDate($(y),$(m),1) AS DATUM_REAL,&lt;BR /&gt;Num(MakeDate($(y),$(m),1)) AS DATUM_SAP&lt;BR /&gt;AutoGenerate(1);&lt;/P&gt;&lt;P&gt;Next&lt;BR /&gt;Next&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 06:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/InnerJoin-Intervalmatch-fetches-0-lines/m-p/1814361#M66575</guid>
      <dc:creator>draghici1109</dc:creator>
      <dc:date>2021-06-11T06:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: InnerJoin Intervalmatch  fetches 0 lines</title>
      <link>https://community.qlik.com/t5/App-Development/InnerJoin-Intervalmatch-fetches-0-lines/m-p/1814487#M66595</link>
      <description>&lt;P&gt;Oh ya, I see it now in the initial post. Sorry I didn't realize it was already there. You might already be doing this, but are you creating this table before you do IntervalMatch, right?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 12:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/InnerJoin-Intervalmatch-fetches-0-lines/m-p/1814487#M66595</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2021-06-11T12:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: InnerJoin Intervalmatch  fetches 0 lines</title>
      <link>https://community.qlik.com/t5/App-Development/InnerJoin-Intervalmatch-fetches-0-lines/m-p/1814491#M66596</link>
      <description>&lt;P&gt;yes at the very beginning... and actually it works with previous similar ApplyMaps ... only this one is "disobedient" &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;see here an excerpt from the log file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CAL &amp;lt;&amp;lt; AUTOGENERATE(1) 70 Lines fetched&lt;BR /&gt;CAL &amp;lt;&amp;lt; AUTOGENERATE(1) 71 Lines fetched&lt;BR /&gt;CAL &amp;lt;&amp;lt; AUTOGENERATE(1) 72 Lines fetched&lt;BR /&gt;CAL-1 &amp;lt;&amp;lt; 00-08000000-90-100-T528T (row-based qvd optimized) 8.752 Lines fetched&lt;BR /&gt;HRP1001 &amp;lt;&amp;lt; 00-08000000-90-100-HRP1001 8.569 Lines fetched&lt;BR /&gt;HRP1001 311.680 Lines fetched&lt;BR /&gt;BASE &amp;lt;&amp;lt; HRP1001 311.680 Lines fetched&lt;BR /&gt;mPER &amp;lt;&amp;lt; BASE 123.163 Lines fetched&lt;BR /&gt;KST &amp;lt;&amp;lt; 00-08000000-90-100-HRP1001 534 Lines fetched&lt;BR /&gt;KST 10.362 Lines fetched&lt;BR /&gt;mKST &amp;lt;&amp;lt; KST 10.362 Lines fetched&lt;BR /&gt;BGRAD &amp;lt;&amp;lt; 00-08000000-90-100-PA0008 25.063 Lines fetched&lt;BR /&gt;BGRAD 0 Lines fetched&lt;BR /&gt;mBGRAD &amp;lt;&amp;lt; BGRAD 0 Lines fetched&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 13:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/InnerJoin-Intervalmatch-fetches-0-lines/m-p/1814491#M66596</guid>
      <dc:creator>draghici1109</dc:creator>
      <dc:date>2021-06-11T13:01:26Z</dc:date>
    </item>
  </channel>
</rss>

