<?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: Show null values as in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184349#M462364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I make change in script then will it effect all the other null values in other fields?&lt;/P&gt;&lt;P&gt;I just want these Null values to change, not other Nulls in other fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Sep 2016 18:08:47 GMT</pubDate>
    <dc:creator>MK9885</dc:creator>
    <dc:date>2016-09-27T18:08:47Z</dc:date>
    <item>
      <title>Show null values as</title>
      <link>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184347#M462362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hello,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I would like to show blank or null values as 'InProcess'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I'm working on Qlik Sense, not Qlik View.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Ex: If there are 2 values in a filed, A and B the third value is Blank. So instead of blank I want to show InProcess on Bar.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I've tried multiple If condition and also IsNull but couldn't make it work.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 18:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184347#M462362</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-09-27T18:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Show null values as</title>
      <link>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184348#M462363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you maybe make this change in the script itself?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 18:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184348#M462363</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-27T18:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show null values as</title>
      <link>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184349#M462364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I make change in script then will it effect all the other null values in other fields?&lt;/P&gt;&lt;P&gt;I just want these Null values to change, not other Nulls in other fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 18:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184349#M462364</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-09-27T18:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Show null values as</title>
      <link>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184350#M462365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All I am saying is that whatever dimension you are working with (assuming DimensionName1), may be create a copy of this so that you can still use DimensionName1 and then use the new one (let's call is DimensionName1_New) for this chart. And all you have to do is this in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD DimensionName1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(DimensionName1)) = 0, 'InProcess', DimensionName1)&amp;nbsp; as DimensionName1_New&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 18:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184350#M462365</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-27T18:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Show null values as</title>
      <link>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184351#M462366</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 with alt ..functions in the Pivot or bar chart&amp;nbsp; ?? (replace&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3332996368408px;"&gt;'InProcess' in the following)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the following will give Alternative value&amp;nbsp;&amp;nbsp; '1' in case if any value not found...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-right: 3.35pt; margin-bottom: 6.9pt; margin-left: -.25pt;"&gt;Load the following script:&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: .85pt; margin-left: 17.75pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;Alt_Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: .85pt; margin-left: 17.75pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;Load * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: .85pt; margin-left: 17.75pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt; Month, LocalSales, ExRate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: .85pt; margin-left: 17.75pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt; 2013-01-01, 1000, 1.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: .85pt; margin-left: 17.75pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt; 2013-02-01, 976,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: .85pt; margin-left: 17.75pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt; 2013-03-01, 1100, 1.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: 19.55pt; margin-left: 17.75pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: 19.55pt; margin-left: 17.75pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: 19.55pt; margin-left: 17.75pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG style="text-decoration: underline;"&gt;Expression in bar chart&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: 19.55pt; margin-left: 17.75pt;"&gt;&lt;STRONG style="color: #0000ff;"&gt;Sum(LocalSales * Alt(ExRate,1))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-right: 2.85pt; margin-bottom: 19.55pt; margin-left: 17.75pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 18:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184351#M462366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-27T18:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Show null values as</title>
      <link>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184352#M462367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a copy of that dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 18:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184352#M462367</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-09-27T18:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Show null values as</title>
      <link>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184353#M462368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just gave you an example my friend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD DimensionName1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(DimensionName1)) = 0, 'InProcess', DimensionName1)&amp;nbsp; as DimensionName1_New&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM ....&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 18:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184353#M462368</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-27T18:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Show null values as</title>
      <link>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184354#M462369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I loaded that in script but the count is not matching with what I've in db.&lt;/P&gt;&lt;P&gt;I've 10 counts of 'InProcess' and I'm getting 0 as count in dashboard.&lt;/P&gt;&lt;P&gt;Cus I'm taking =0 in script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 18:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184354#M462369</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-09-27T18:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Show null values as</title>
      <link>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184355#M462370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NullAsValue *;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='M/D/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;SET NullValue='Inprocess';&lt;/P&gt;&lt;P&gt;SET NullDisplay='Null';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use above script?&lt;/P&gt;&lt;P&gt;I do not want all null values to change but only one field values as'Inprocess'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 18:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184355#M462370</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-09-27T18:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Show null values as</title>
      <link>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184356#M462371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I observed that using above script is changing all the null values in data as 'Inprocess'. so not a good idea I guess.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 18:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184356#M462371</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-09-27T18:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Show null values as</title>
      <link>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184357#M462372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with both scrips I tested and it's giving same result. I was using wrong measure so I wasn;t getting the null value as Inprocess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD DimensionName1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(DimensionName1)) = 0, 'InProcess', DimensionName1)&amp;nbsp; as DimensionName1_New&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or we can use this as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Dim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(isnull(Dim)&amp;lt; 0,'InProcess',Dim)&amp;nbsp; as Dim1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 20:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-null-values-as/m-p/1184357#M462372</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-09-27T20:45:49Z</dc:date>
    </item>
  </channel>
</rss>

