<?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: Re-naming Null Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Re-naming-Null-Value/m-p/685360#M670637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-629926-68549/Null.png" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7; text-decoration: underline;"&gt;&lt;IMG alt="Null.png" class="jive-image jiveImage" height="144" src="https://community.qlik.com/legacyfs/online/68638_Null.png" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="358" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Above option you will get under presentation tab. and which will replace in sheet object(not specific to one column)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2014 00:57:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-10T00:57:51Z</dc:date>
    <item>
      <title>Re-naming Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/Re-naming-Null-Value/m-p/685353#M670623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having problems re-naming null values through script.&amp;nbsp; I have scoured these forums and many of the responses to similar questions are to view a .pdf document titled Null and Nothing. While I'm sure this is helpful for more experienced users, I have not found the information I'm looking for and I'm hoping for more specific help than a link to that .pdf file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to accomplish is to replace the null values specifically under the Alloc_Instr_Name fields (in my specific case), with the value, 'Other'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Image.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/68547_Image.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Everything I've read says this is best accomplished through the script rather than a calculated dimension. I've tried two methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One is to use the following at the beginning of the script: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET NullValue = 'Other';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Nullasvalue Alloc_Inst_Name;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script runs fine but the null values do not change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other method I've seen is the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="s2" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="s1" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(Alloc_Instr_Name&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;),'Other',Alloc_Instr_Name&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;) &lt;/SPAN&gt;&lt;SPAN class="s2" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;as&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="s1" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt; Alloc_Instr_Name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I've tried this as well but no luck. Is there a specific place in the script that would need to go to work? &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please keep in mind I'm extremely new to any type of coding whatsoever, Qlikview or otherwise...&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-J D.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 21:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-naming-Null-Value/m-p/685353#M670623</guid>
      <dc:creator />
      <dc:date>2014-10-08T21:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re-naming Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/Re-naming-Null-Value/m-p/685354#M670625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Null.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68549_Null.png" /&gt;Hi,&lt;/P&gt;&lt;P&gt;in Grafic Tab of Your Tab change '-' with 'Others'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 22:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-naming-Null-Value/m-p/685354#M670625</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-10-08T22:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re-naming Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/Re-naming-Null-Value/m-p/685355#M670628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.Add &lt;STRONG&gt;SET NullInterpret = '';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET NullInterpret = '';&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SET NullValue = 'Other';&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Nullasvalue Alloc_Inst_Name;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;2. &lt;SPAN class="s2" style="font-weight: inherit; font-style: inherit;"&gt;if&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit;"&gt;Len(&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-weight: inherit; font-style: inherit;"&gt;Trim&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit;"&gt;(Alloc_Instr_Name&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG&gt;)=0&lt;/STRONG&gt;,'Other',Alloc_Instr_Name&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-style: inherit;"&gt;) &lt;/SPAN&gt;&lt;SPAN class="s2" style="font-style: inherit;"&gt;as&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit;"&gt; Alloc_Instr_Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt; &lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 01:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-naming-Null-Value/m-p/685355#M670628</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-09T01:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re-naming Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/Re-naming-Null-Value/m-p/685356#M670629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Neither of those solutions work. The SET NullInterpret runs fine but nothing changes when it's loaded. And the...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s2" style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #3d3d3d;"&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Len(&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Trim&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;(Alloc_Instr_Name&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)=0&lt;/STRONG&gt;,'Other',Alloc_Instr_Name&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;) &lt;/SPAN&gt;&lt;SPAN class="s2" style="font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;as&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; Alloc_Instr_Name &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;...does not work (the comma after the =0 appears red).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Below is what my script looks like. Where would I need to place these lines of script in context of what I have for it to work?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="Capture.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/68625_Capture.JPG.jpg" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 21:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-naming-Null-Value/m-p/685356#M670629</guid>
      <dc:creator />
      <dc:date>2014-10-09T21:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re-naming Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/Re-naming-Null-Value/m-p/685357#M670631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below should work if your filed has NULL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load [Account Id] as [Acct ID],&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;....,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s2" style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #3d3d3d;"&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Len(&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Trim&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;(Alloc_Instr_Name&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)=0&lt;/STRONG&gt;,'Other', Alloc_Instr_Name&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;) &lt;/SPAN&gt;&lt;SPAN class="s2" style="font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;as&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; Alloc_Instr_Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[....................................................................qvd] (qvd);&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it really a Null or do you have DASH "-" in the data. Can you share you QVD?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 21:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-naming-Null-Value/m-p/685357#M670631</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2014-10-09T21:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re-naming Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/Re-naming-Null-Value/m-p/685358#M670633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi J D,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution 1 (no coding required):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Go to the chart properties &amp;gt; Presentation and in the bottom-left corner you should find 'Null Symbol'. Change the '-' to 'Other' and that should work (note that this will change *all* null values in the chart to 'Other', not just those present in the Alloc_Instr_Name column).&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="68650" alt="11.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68650_11.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution 2 (a little coding required):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Echoing Anbu and Phaneendra above, the length and trim functions should work as in the following screenshot:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="68651" alt="2.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68651_2.PNG.png" style="width: 620px; height: 312px;" /&gt;&lt;/P&gt;&lt;P&gt;Yours,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 22:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-naming-Null-Value/m-p/685358#M670633</guid>
      <dc:creator />
      <dc:date>2014-10-09T22:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re-naming Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/Re-naming-Null-Value/m-p/685359#M670635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try in your script editor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(IsNull(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Alloc_Instr_Name&lt;/SPAN&gt;) or Len(Trim(Replace(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Alloc_Instr_Name&lt;/SPAN&gt;,'-',''))) = 0, 'Other', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Alloc_Instr_Name&lt;/SPAN&gt;) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Alloc_Instr_Name&lt;/SPAN&gt;,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 22:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-naming-Null-Value/m-p/685359#M670635</guid>
      <dc:creator />
      <dc:date>2014-10-09T22:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re-naming Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/Re-naming-Null-Value/m-p/685360#M670637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-629926-68549/Null.png" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7; text-decoration: underline;"&gt;&lt;IMG alt="Null.png" class="jive-image jiveImage" height="144" src="https://community.qlik.com/legacyfs/online/68638_Null.png" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="358" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Above option you will get under presentation tab. and which will replace in sheet object(not specific to one column)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 00:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-naming-Null-Value/m-p/685360#M670637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-10T00:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Re-naming Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/Re-naming-Null-Value/m-p/685361#M670639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi J D,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did any of the above suggestions help with your problem? If they did, or if you solved it yourself, please close this thread and/or mark the relevant response as correct so that we can keep the community organised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 16:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-naming-Null-Value/m-p/685361#M670639</guid>
      <dc:creator />
      <dc:date>2014-10-16T16:59:23Z</dc:date>
    </item>
  </channel>
</rss>

