<?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: Changing null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-null/m-p/347544#M128611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It loads but does not change because the NULL values that I have are in that column but in a different table. I went to the presentation tab on the table box and could not find the options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three options in the column on the new table. No, Yes, and NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to change the No to a 1, the Yes to a 0, and the NULL to a 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The No and Yes are in the original load, the NULL happens when I put this column into a different table after its loaded in. The new table is a table box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2012 13:24:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-12T13:24:30Z</dc:date>
    <item>
      <title>Changing null</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-null/m-p/347537#M128604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I go about changing Null values in my table to zero or 1? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 18:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-null/m-p/347537#M128604</guid>
      <dc:creator />
      <dc:date>2012-06-11T18:44:10Z</dc:date>
    </item>
    <item>
      <title>Changing null</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-null/m-p/347538#M128605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; If you mean a database table, you can use the statement:&lt;BR /&gt;set NullDisplay='0';&lt;BR /&gt;in your script to replace all NULL values with 0.&lt;/P&gt;&lt;P&gt;If you mean in a pivot or straight table, you can set the Null Symbol value on the Presentation tab of the Properties dialog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 19:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-null/m-p/347538#M128605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-11T19:34:05Z</dc:date>
    </item>
    <item>
      <title>Changing null</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-null/m-p/347539#M128606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to specify it to one column in a table and not the others?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 19:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-null/m-p/347539#M128606</guid>
      <dc:creator />
      <dc:date>2012-06-11T19:49:35Z</dc:date>
    </item>
    <item>
      <title>Changing null</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-null/m-p/347540#M128607</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;Try this ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; =if(Columnname = '' , 1, Columnname)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 21:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-null/m-p/347540#M128607</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-06-11T21:38:07Z</dc:date>
    </item>
    <item>
      <title>Changing null</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-null/m-p/347541#M128608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; If it is a database load, you may have to use:&lt;BR /&gt;If(isnull(Columnname),1,Columnname) as Columnname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 22:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-null/m-p/347541#M128608</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-11T22:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Changing null</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-null/m-p/347542#M128609</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;This one would work&lt;/P&gt;&lt;P&gt;IF(IsNull(Field) OR Len(Field)&amp;gt;0,0,Field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 04:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-null/m-p/347542#M128609</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2012-06-12T04:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Changing null</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-null/m-p/347543#M128610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;hi,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If you want to do it in backend then ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;before the&amp;nbsp; starting of the script you need to write:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;to set null value as 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NULLASVALUE *;&lt;/P&gt;&lt;P&gt;SET NullValue =1;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly you can do to set null values as 0.&lt;/P&gt;&lt;P&gt;I Hope this will solve your purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pratibha &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 04:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-null/m-p/347543#M128610</guid>
      <dc:creator />
      <dc:date>2012-06-12T04:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Changing null</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-null/m-p/347544#M128611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It loads but does not change because the NULL values that I have are in that column but in a different table. I went to the presentation tab on the table box and could not find the options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three options in the column on the new table. No, Yes, and NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to change the No to a 1, the Yes to a 0, and the NULL to a 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The No and Yes are in the original load, the NULL happens when I put this column into a different table after its loaded in. The new table is a table box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 13:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-null/m-p/347544#M128611</guid>
      <dc:creator />
      <dc:date>2012-06-12T13:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Changing null</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-null/m-p/347545#M128612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It loads but does not change because the NULL values that I have are in that column but in a different table. I went to the presentation tab on the table box and could not find the options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three options in the column on the new table. No, Yes, and NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to change the No to a 1, the Yes to a 0, and the NULL to a 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The No and Yes are in the original load, the NULL happens when I put this column into a different table after its loaded in and compared to my key. The new table is a table box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 13:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-null/m-p/347545#M128612</guid>
      <dc:creator />
      <dc:date>2012-06-12T13:25:03Z</dc:date>
    </item>
  </channel>
</rss>

