<?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 Handling NULL values in INTERVAL MATCH: in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Handling-NULL-values-in-INTERVAL-MATCH/m-p/193406#M54698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried using 'NULLASVALUE' before intervalmatch and it doesn't help either. Basically, I want null values of PCT to be shown in the range 'NA', but this doesn't show NULL values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jun 2010 22:50:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-06-17T22:50:39Z</dc:date>
    <item>
      <title>Handling NULL values in INTERVAL MATCH:</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-NULL-values-in-INTERVAL-MATCH/m-p/193401#M54693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a question on using interval match handling null values. Below is my table structure&lt;/P&gt;&lt;P&gt;RANGE_SELECTION:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; MIN_TEMP, MAX_TEMP, SLR_PCT_AGGR_RANGE_TEMP&lt;BR /&gt; -1000000, 0.099999999, '&amp;lt; 1%'&lt;BR /&gt; 0.1, 0.24999999, '1% - 25%'&lt;BR /&gt; 0.1, 0.32999999, '1% - 33%'&lt;BR /&gt; 0.1, 0.49999999, '1% - 50%'&lt;BR /&gt; 0.1, 0.65999999, '1% - 66%'&lt;BR /&gt; 0.1, 0.74999999, '1% - 75%'&lt;BR /&gt; 0.1, 0.79999999, '1% - 80%'&lt;BR /&gt; 0.1, 0.89999999, '1% - 90%'&lt;BR /&gt; 0.9, 10000.89999999, '90% +'&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;RANGE:&lt;BR /&gt; Inner Join (RANGE_SELECTION)&lt;BR /&gt; INTERVALMATCH (PCT) Load MIN_TEMP, MAX_TEMP RESIDENT RANGE_SELECTION;&lt;/P&gt;&lt;P&gt;I also want to include NULL values in the above table like whenever PCT is NULL, it should display 'NA'. I tried below load, but it was wrong&lt;BR /&gt;i.e.,&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; MIN_TEMP, MAX_TEMP, SLR_PCT_AGGR_RANGE_TEMP&lt;BR /&gt; -1000000, 0.099999999, '&amp;lt; 1%'&lt;BR /&gt; 0.1, 0.24999999, '1% - 25%'&lt;BR /&gt; 0.1, 0.32999999, '1% - 33%'&lt;BR /&gt; 0.1, 0.49999999, '1% - 50%'&lt;BR /&gt; 0.1, 0.65999999, '1% - 66%'&lt;BR /&gt; 0.1, 0.74999999, '1% - 75%'&lt;BR /&gt; 0.1, 0.79999999, '1% - 80%'&lt;BR /&gt; 0.1, 0.89999999, '1% - 90%'&lt;BR /&gt; 0.9, 10000.89999999, '90% +'&lt;BR /&gt; , , 'NA'&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;I tried the above syntax, but it is not working for null values. I am not sure, how to define min and max for null. Can anybody help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 18:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-NULL-values-in-INTERVAL-MATCH/m-p/193401#M54693</guid>
      <dc:creator />
      <dc:date>2010-06-17T18:22:14Z</dc:date>
    </item>
    <item>
      <title>Handling NULL values in INTERVAL MATCH:</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-NULL-values-in-INTERVAL-MATCH/m-p/193402#M54694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Null value for inlineLoad leave blank with , seperated&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt; MIN_TEMP, MAX_TEMP, SLR_PCT_AGGR_RANGE_TEMP&lt;BR /&gt; -1000000, 0.099999999, '&amp;lt; 1%'&lt;BR /&gt; 0.1, 0.24999999, '1% - 25%'&lt;BR /&gt; 0.1, 0.32999999, '1% - 33%'&lt;BR /&gt; 0.1, 0.49999999, '1% - 50%'&lt;BR /&gt; 0.1, 0.65999999, '1% - 66%'&lt;BR /&gt; 0.1, 0.74999999, '1% - 75%'&lt;BR /&gt; 0.1, 0.79999999, '1% - 80%'&lt;BR /&gt; 0.1, 0.89999999, '1% - 90%'&lt;BR /&gt; 0.9, 10000.89999999, '90% +'&lt;BR /&gt; &lt;STRONG&gt;, , 'NA'&lt;/STRONG&gt;&lt;BR /&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 19:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-NULL-values-in-INTERVAL-MATCH/m-p/193402#M54694</guid>
      <dc:creator />
      <dc:date>2010-06-17T19:03:29Z</dc:date>
    </item>
    <item>
      <title>Handling NULL values in INTERVAL MATCH:</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-NULL-values-in-INTERVAL-MATCH/m-p/193403#M54695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi devang&lt;/P&gt;&lt;P&gt;Thanks for the reply. I tried it and it is also not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 19:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-NULL-values-in-INTERVAL-MATCH/m-p/193403#M54695</guid>
      <dc:creator />
      <dc:date>2010-06-17T19:16:55Z</dc:date>
    </item>
    <item>
      <title>Handling NULL values in INTERVAL MATCH:</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-NULL-values-in-INTERVAL-MATCH/m-p/193404#M54696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you are looking for, but in help&lt;/P&gt;&lt;P&gt;please look for IntervalMatch (Extended Syntax).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 19:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-NULL-values-in-INTERVAL-MATCH/m-p/193404#M54696</guid>
      <dc:creator />
      <dc:date>2010-06-17T19:38:56Z</dc:date>
    </item>
    <item>
      <title>Handling NULL values in INTERVAL MATCH:</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-NULL-values-in-INTERVAL-MATCH/m-p/193405#M54697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried using 'NULLASVALUE' before intervalmatch and he it doesn't help either. Basically, I want null values of PCT to be shown in the range 'NA', but this doesn't show NULL values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 22:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-NULL-values-in-INTERVAL-MATCH/m-p/193405#M54697</guid>
      <dc:creator />
      <dc:date>2010-06-17T22:50:27Z</dc:date>
    </item>
    <item>
      <title>Handling NULL values in INTERVAL MATCH:</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-NULL-values-in-INTERVAL-MATCH/m-p/193406#M54698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried using 'NULLASVALUE' before intervalmatch and it doesn't help either. Basically, I want null values of PCT to be shown in the range 'NA', but this doesn't show NULL values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 22:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-NULL-values-in-INTERVAL-MATCH/m-p/193406#M54698</guid>
      <dc:creator />
      <dc:date>2010-06-17T22:50:39Z</dc:date>
    </item>
  </channel>
</rss>

