<?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: Assigning values to null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287648#M403008</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try from &lt;A href="https://community.qlik.com/thread/5320"&gt;How to display NULL values as 'NULL' instead of '-'&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Nov 2016 06:14:49 GMT</pubDate>
    <dc:creator>shraddha_g</dc:creator>
    <dc:date>2016-11-22T06:14:49Z</dc:date>
    <item>
      <title>Assigning values to null</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287646#M403006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to assign some values to null.&lt;/P&gt;&lt;P&gt;Here is my sample data;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 486px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="162"&gt;TPName&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="162"&gt;Tpcode&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="162"&gt;Tpcode2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Bmghnn Rogw&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;91A&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;91A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Bmghnn Rogw&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;598&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&amp;lt;Unknown&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Bmghnn Rogw&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;92A&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;92A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Bmghnn Rogw&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;987&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&amp;lt;Unknown&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Bmghnn Rogw&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;95C&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;95C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Bmghnn Rogw&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;2298&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&amp;lt;Unknown&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Bmghnn Rogw&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;3432&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&amp;lt;Unknown&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Bmghnn Rogw&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;34&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&amp;lt;Unknown&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Bmghnn Rogw&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;43&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&amp;lt;Unknown&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a if(match) statement to assign values to Tpcode2 column. the statement I am using is;&lt;/P&gt;&lt;P&gt;If(Match(&lt;SPAN style="font-size: 13.3333px;"&gt;Tpcode, '91A', '92A','93B', '94D','95C'), (&lt;SPAN style="font-size: 13.3333px;"&gt;Tpcode) as Tpcode2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case TPName does not have &lt;SPAN style="font-size: 13.3333px;"&gt;'93B', '94D'. Is there a way where I can generate or do something so that the outcome is as below;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="486"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="162"&gt;TPName&lt;/TD&gt;&lt;TD class="xl67" style="border-left: none;" width="162"&gt;Tpcode&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="162"&gt;Tpcode2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Bmghnn Rogw&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;91A&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;91A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Bmghnn Rogw&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;598&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;&amp;lt;Unknown&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Bmghnn Rogw&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;92A&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;92A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Bmghnn Rogw&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;987&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;&amp;lt;Unknown&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Bmghnn Rogw&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;95C&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;95C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Bmghnn Rogw&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;2298&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;&amp;lt;Unknown&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Bmghnn Rogw&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;3432&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;&amp;lt;Unknown&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Bmghnn Rogw&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;34&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;&amp;lt;Unknown&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Bmghnn Rogw&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;43&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;&amp;lt;Unknown&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Bmghnn Rogw&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;93B&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Bmghnn Rogw&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;94D&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is there any way that I can just assign these 2 codes to the TPName?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 05:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287646#M403006</guid>
      <dc:creator />
      <dc:date>2016-11-22T05:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning values to null</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287647#M403007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly upload your sample QVW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 06:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287647#M403007</guid>
      <dc:creator>dineshm030</dc:creator>
      <dc:date>2016-11-22T06:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning values to null</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287648#M403008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try from &lt;A href="https://community.qlik.com/thread/5320"&gt;How to display NULL values as 'NULL' instead of '-'&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 06:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287648#M403008</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-11-22T06:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning values to null</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287649#M403009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to concatenate these two values to the appropriate table during the load. You cannot easily add extra data rows to a table from the front end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 06:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287649#M403009</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-11-22T06:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning values to null</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287650#M403010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample QVW attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 06:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287650#M403010</guid>
      <dc:creator />
      <dc:date>2016-11-22T06:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning values to null</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287651#M403011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a beginner. Can you please show how to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 06:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287651#M403011</guid>
      <dc:creator />
      <dc:date>2016-11-22T06:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning values to null</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287652#M403012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose I would do like this:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Table:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD TPName, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tpcode, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tpcode2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2051" data-containertype="14" data-objectid="240545" data-objecttype="1" href="https://community.qlik.com/thread/240545"&gt;https://community.qlik.com/thread/240545&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(html, codepage is 1257, embedded labels, table is @1);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;tmp:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Distinct TPName&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2051" data-containertype="14" data-objectid="240545" data-objecttype="1" href="https://community.qlik.com/thread/240545"&gt;https://community.qlik.com/thread/240545&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(html, codepage is 1257, embedded labels, table is @1);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Join (tmp)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Code&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 91A&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 92A&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 93B&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 94D&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 95C&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Concatenate (Table)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD TPName&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; ,Code as Tpcode&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident tmp&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Where Not Exists (Tpcode, Code)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Tables tmp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result are:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="144462" alt="Screenshot_1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144462_Screenshot_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 06:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287652#M403012</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2016-11-22T06:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning values to null</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287653#M403013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Enthu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you pls explain me your requirement little more elaborate?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Hemanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 07:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287653#M403013</guid>
      <dc:creator>hemanthaanichet</dc:creator>
      <dc:date>2016-11-22T07:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning values to null</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287654#M403014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mindaugas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks so much for the detailed reply. &lt;/P&gt;&lt;P&gt;I tried this solution and it seems to be working only if i do not use the where not exists statement and if I do not drop the temp table, not sure why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please explain the logical flow in layman language to my understanding?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 08:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287654#M403014</guid>
      <dc:creator />
      <dc:date>2016-11-22T08:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning values to null</title>
      <link>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287655#M403015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your case you're adding extra data (new rows, not columns):&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144463_Screenshot_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using the script below you're synthetically creating the table:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;tmp:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;LOAD Distinct TPName&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;[&lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2051" data-containertype="14" data-objectid="240545" data-objecttype="1" href="https://community.qlik.com/thread/240545" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;https://community.qlik.com/thread/240545&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;]&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;(html, codepage is 1257, embedded labels, table is @1);&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Join (tmp)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;LOAD *&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp; Code&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp; 91A&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp; 92A&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp; 93B&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp; 94D&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp; 95C&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;IMG alt="Screenshot_1.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/144464_Screenshot_1.jpg" style="height: auto;" /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The table contains all the values you wish to check whether or not they are in your original table.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Then by using script below you're concatenating the original Table and the previously mentioned table:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Concatenate (Table)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;LOAD TPName&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp; ,Code as Tpcode&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Resident tmp&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Where Not Exists (Tpcode, Code)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pay attention to the Where clause. It removes all the existing rows and leaves only ones you're expecting to add.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 08:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assigning-values-to-null/m-p/1287655#M403015</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2016-11-22T08:29:55Z</dc:date>
    </item>
  </channel>
</rss>

