<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Intervalmatch on Stefan&#39;s Blog</title>
    <link>https://sstoichev.eu/tags/intervalmatch/</link>
    <description>Recent content in Intervalmatch on Stefan&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <lastBuildDate>Sun, 18 Oct 2015 09:02:34 +0000</lastBuildDate>
    <atom:link href="https://sstoichev.eu/tags/intervalmatch/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Qlikview IP --&gt; IP Range mapping</title>
      <link>https://sstoichev.eu/post/qlikview-ip-ip-range-mapping/</link>
      <pubDate>Sun, 18 Oct 2015 09:02:34 +0000</pubDate>
      <guid>https://sstoichev.eu/post/qlikview-ip-ip-range-mapping/</guid>
      <description>&lt;p&gt;Recently I had a task to map set of ip addresses to country in Qlikview. I&amp;rsquo;ve found a nice dataset that can give me this link but the dataset was for ip range to country.&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;RangeFrom   , RangeTo      , Country
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;1.0.0.1, 1.10.0.1, US
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The solution I&amp;rsquo;ve come up with is to use &lt;code&gt;IntervalMatch()&lt;/code&gt; function and map the ip list with the range. But the ip addresses are not a normal numeric so I need to convert it to numeric somehow.
My solution is to make the following covertion:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
