<?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: Got stuck with IntervalMatch in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Got-stuck-with-IntervalMatch/m-p/1671038#M50737</link>
    <description>&lt;P&gt;Could you please share some test data ... a small extract from each table that you made a screenshot of ?&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2020 17:55:51 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2020-01-30T17:55:51Z</dc:date>
    <item>
      <title>Got stuck with IntervalMatch</title>
      <link>https://community.qlik.com/t5/App-Development/Got-stuck-with-IntervalMatch/m-p/1671002#M50727</link>
      <description>&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;I have two tables. In table 1 there is a field called "NumericIPOrigen", and I want to get its "Codigo de oficina" from Table 2 when "NumericIPOrigen" is between its corresponding "NumericIP_Max" and "NumericIPMin".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capture25.png" style="width: 383px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27729iC854F439410B0014/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture25.png" alt="capture25.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capture26.png" style="width: 639px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27730iE78A053B04554A1D/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture26.png" alt="capture26.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It has to be pretty simple but I am not able to achieve it. I would really appreciate any help.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;My script is as follows:&lt;/P&gt;&lt;P&gt;Amenazas:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Load&lt;BR /&gt;*,subfield("IP Destino",'.',1) &amp;lt;&amp;lt; 24 + subfield("IP Destino",'.',2) &amp;lt;&amp;lt; 16 +&lt;BR /&gt;subfield("IP Destino",'.',3) &amp;lt;&amp;lt; 8 + subfield("IP Destino",'.',4) &amp;lt;&amp;lt; 0 as NumericIp&lt;/P&gt;&lt;P&gt;Resident Amenazas_aux&lt;BR /&gt;where %Fecha&amp;lt;=Today();&lt;/P&gt;&lt;P&gt;drop Table Amenazas_aux;&lt;/P&gt;&lt;P&gt;OficinaPorIP:&lt;BR /&gt;LOAD&lt;BR /&gt;"Código de oficina",&lt;BR /&gt;NumericIp_Min,&lt;BR /&gt;NumericIp_Max&lt;BR /&gt;FROM [lib://Security_Analytics_Folder_Agbar/2.QVD/Layer2/MapeoRangosIP.QVD]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Left join (Amenazas)&lt;BR /&gt;IntervalMatch(NumericIp)&lt;BR /&gt;Load&lt;BR /&gt;NumericIp_Min,&lt;BR /&gt;NumericIp_Max&lt;BR /&gt;Resident OficinaPorIP;&lt;/P&gt;&lt;P&gt;drop Table OficinaPorIP;&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 03:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Got-stuck-with-IntervalMatch/m-p/1671002#M50727</guid>
      <dc:creator>mtabernad</dc:creator>
      <dc:date>2024-11-16T03:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Got stuck with IntervalMatch</title>
      <link>https://community.qlik.com/t5/App-Development/Got-stuck-with-IntervalMatch/m-p/1671038#M50737</link>
      <description>&lt;P&gt;Could you please share some test data ... a small extract from each table that you made a screenshot of ?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 17:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Got-stuck-with-IntervalMatch/m-p/1671038#M50737</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2020-01-30T17:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Got stuck with IntervalMatch</title>
      <link>https://community.qlik.com/t5/App-Development/Got-stuck-with-IntervalMatch/m-p/1671079#M50740</link>
      <description>&lt;P&gt;You should't drop the table OficinaPorIP.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 21:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Got-stuck-with-IntervalMatch/m-p/1671079#M50740</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2020-01-30T21:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Got stuck with IntervalMatch</title>
      <link>https://community.qlik.com/t5/App-Development/Got-stuck-with-IntervalMatch/m-p/1671239#M50757</link>
      <description>&lt;P&gt;You're right! Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 10:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Got-stuck-with-IntervalMatch/m-p/1671239#M50757</guid>
      <dc:creator>mtabernad</dc:creator>
      <dc:date>2020-01-31T10:38:03Z</dc:date>
    </item>
  </channel>
</rss>

