<?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: populate if null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9443#M776128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This did not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2018 10:42:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-24T10:42:43Z</dc:date>
    <item>
      <title>populate if null</title>
      <link>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9441#M776126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am hoping this is going to be simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need something which will populate a field if null. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([Level]='',&amp;nbsp; 'Routine', [Level]) works as an expression but not in the script and I need it in the script so that it applies to the whole dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My only issue is that the field doesn't actually have any blank field but due to my keys it is not 1:1. This is when I would usually suppress the nulls but I am getting the right output with the blanks. I just need them populate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this made sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9441#M776126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: populate if null</title>
      <link>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9442#M776127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Try like this &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;if(len(trim(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Level]))=0,&amp;nbsp; 'Routine', [Level]) as &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Level]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 10:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9442#M776127</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2018-04-24T10:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: populate if null</title>
      <link>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9443#M776128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This did not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 10:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9443#M776128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-24T10:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: populate if null</title>
      <link>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9444#M776129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That should have worked for a column containing &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;NULL values&lt;/LI&gt;&lt;LI&gt;Empty strings (eg '')&lt;/LI&gt;&lt;LI&gt;Whitespace strings (eg ' ')&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it doesn't work then what does your field actually contain?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 10:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9444#M776129</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-04-24T10:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: populate if null</title>
      <link>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9445#M776130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Level.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200637_Level.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned, the actual field isn't blank, but when linked to other data it is. Such as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="levelex.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/200638_levelex.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 10:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9445#M776130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-24T10:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: populate if null</title>
      <link>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9446#M776131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're not trying to stuff multiple LEvel values in a single table cell, are you? Like adding an expression like &lt;SPAN style="font-family: 'courier new', courier;"&gt;=Level&lt;/SPAN&gt; to a Straight table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those NULL values aren't really there. They are caused by QlikView trying to put two different Level values in a single cell. And that won't work (implied Only() call)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 11:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9446#M776131</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-04-24T11:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: populate if null</title>
      <link>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9447#M776132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 65 rows of an ID and only 31 of those have a level assigned to them, I want the blanks to be filled with 'Routine'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 11:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9447#M776132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-24T11:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: populate if null</title>
      <link>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9448#M776133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try&lt;/P&gt;&lt;P&gt;if(IsNUll(Aggr(Max(Level),Severity,Urgency,Age)),'Routine',Level)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 11:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9448#M776133</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-04-24T11:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: populate if null</title>
      <link>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9449#M776134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will this work in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 11:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9449#M776134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-24T11:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: populate if null</title>
      <link>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9450#M776135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no, use group by&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 11:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9450#M776135</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-04-24T11:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: populate if null</title>
      <link>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9451#M776136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add the Level data to the table where you have the 65 rows of id using a mapping load and applymap, the third parameter of applymap is used when there is an id missing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LevelMap:&lt;/P&gt;&lt;P&gt;Mapping Load * Inline [id,Level&lt;/P&gt;&lt;P&gt;1,Essential&lt;/P&gt;&lt;P&gt;2,Emergency&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OtherData:&lt;/P&gt;&lt;P&gt;Load *,ApplyMap('LevelMap',id,'Routine') as Level;&lt;/P&gt;&lt;P&gt;Load * Inline [id,Severity, Age&lt;/P&gt;&lt;P&gt;1, 8, 35 Days&lt;/P&gt;&lt;P&gt;2, 10, 2 Days&lt;/P&gt;&lt;P&gt;3, 4, 4 Days&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 12:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9451#M776136</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2018-04-24T12:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: populate if null</title>
      <link>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9452#M776137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;how your identifying that ID have not assigned with level ? what's the logic ? &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Actually&lt;/EM&gt;&lt;EM&gt; this is miss data scenario..share the sample data will try to get the results&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 12:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9452#M776137</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2018-04-24T12:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: populate if null</title>
      <link>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9453#M776138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Example is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking through that would be able to to fill the nulls with certain criteria? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If null and severity is between 1-3 then Non-Essential, 4-6 then Routine, 6-8 then Urgent and 8-10 Emergency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is not possible just routine will be fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also need this in the script as i want it to apply to the whole dashboard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 13:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9453#M776138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-24T13:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: populate if null</title>
      <link>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9454#M776139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your example, you can replace the current LOADs with these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Age:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD VulID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Severity,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM [..\..\Data\FlatFiles\age.xlsx] (ooxml, embedded labels, table is Sheet1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Rank:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD VulID, &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VulID AS Temp&lt;SPAN style="font-size: 13.3333px;"&gt;VulID,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Level&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM [..\..\Data\FlatFiles\RankingExam.xlsx] (ooxml, embedded labels, table is Sheet1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONCATENATE (Rank)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD &lt;SPAN style="font-size: 13.3333px;"&gt;VulID, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VulID AS Temp&lt;SPAN style="font-size: 13.3333px;"&gt;VulID, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pick(Div(Severity-1, 3)+1, 'Non-Essential', &lt;/SPAN&gt;'Routine', 'Urgent', 'Emergency') AS Level&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;RESIDENT Age&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;WHERE Not Exists(Temp&lt;SPAN style="font-size: 13.3333px;"&gt;VulID, &lt;SPAN style="font-size: 13.3333px;"&gt;VulID);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DROP Field Temp&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;VulID;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[Edit] Swapped the default 'Routine' assignment for four different values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 13:35:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9454#M776139</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-04-24T13:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: populate if null</title>
      <link>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9455#M776140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTW you cannot replace what doesn't exist. You can only create additional data where values are missing.&lt;/P&gt;&lt;P&gt;The null values indicate that the Level data in table Rank is missing for those last few IDs.&lt;/P&gt;&lt;P&gt;The script code in the previous post just adds rows for all missing IDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also do that using a Mapping Table and a simple ApplyMap call, like (replace everything in your example script by this):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;MapRank:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;MAPPING&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;LOAD VulID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Level&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;FROM [..\..\Data\FlatFiles\RankingExam.xlsx] (ooxml, embedded labels, table is Sheet1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;Age:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;LOAD VulID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Severity,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MapRank', VulID, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pick(Div(Severity-1, 3)+1, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Non-Essential', 'Routine', 'Urgent', 'Emergency')) AS Level&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;FROM [..\..\Data\FlatFiles\age.xlsx] (ooxml, embedded labels, table is Sheet1);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 13:48:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9455#M776140</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-04-24T13:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: populate if null</title>
      <link>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9456#M776141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one solution may be&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 18:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/populate-if-null/m-p/9456#M776141</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-04-24T18:49:21Z</dc:date>
    </item>
  </channel>
</rss>

