<?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 how to replace the ( ) null value with 'N/A' in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-replace-the-null-value-with-N-A/m-p/683242#M247700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone help me in writing the below expression correct &lt;/P&gt;&lt;P&gt;my issue i need to replace the N/A with ' ' from one them but now i need to show N/A when both the expressions have N/A how can I write it can anyone help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Results]='N/A','',[Results])&amp;nbsp; &amp;amp;''&amp;amp;&lt;/P&gt;&lt;P&gt;if([HI RESULTS ]='N/A','',[HI RESULTS])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2014 13:24:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-30T13:24:25Z</dc:date>
    <item>
      <title>how to replace the ( ) null value with 'N/A'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-replace-the-null-value-with-N-A/m-p/683242#M247700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone help me in writing the below expression correct &lt;/P&gt;&lt;P&gt;my issue i need to replace the N/A with ' ' from one them but now i need to show N/A when both the expressions have N/A how can I write it can anyone help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Results]='N/A','',[Results])&amp;nbsp; &amp;amp;''&amp;amp;&lt;/P&gt;&lt;P&gt;if([HI RESULTS ]='N/A','',[HI RESULTS])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 13:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-replace-the-null-value-with-N-A/m-p/683242#M247700</guid>
      <dc:creator />
      <dc:date>2014-07-30T13:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace the ( ) null value with 'N/A'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-replace-the-null-value-with-N-A/m-p/683243#M247701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just add the if for both = N/A before your script below, and make your script the 'else' piece&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Results] = 'N/A' and [HI RESULTS] = 'N/A', 'N/A',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if([Results]='N/A', '', [Results]) &amp;amp; '' &amp;amp; if([HI RESULTS] = 'N/A', '', [HI RESULTS]) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 13:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-replace-the-null-value-with-N-A/m-p/683243#M247701</guid>
      <dc:creator>joshabbott</dc:creator>
      <dc:date>2014-07-30T13:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace the ( ) null value with 'N/A'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-replace-the-null-value-with-N-A/m-p/683244#M247702</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;If you want to replace the null with N/A then use.&lt;/P&gt;&lt;P&gt;if(isnull(fieldname), 'N/A',filedname)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 13:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-replace-the-null-value-with-N-A/m-p/683244#M247702</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-07-30T13:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace the ( ) null value with 'N/A'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-replace-the-null-value-with-N-A/m-p/683245#M247703</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;=if([Results]='N/A' and [HI RESULTS ]='N/A','N/A',&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if([Results]='N/A' and [HI RESULTS ]&amp;lt;&amp;gt;'N/A',Results,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if([Results]&amp;lt;&amp;gt;'N/A' and [HI RESULTS ]='N/A',[HI RESULTS])))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 13:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-replace-the-null-value-with-N-A/m-p/683245#M247703</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-30T13:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace the ( ) null value with 'N/A'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-replace-the-null-value-with-N-A/m-p/683246#M247704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, I don´t understand exatly but do you need this?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if([Results]='N/A' and [HI RESULTS ]='N/A','N/A',[Results])&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;maybe you can explain a bit more detailed?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;thanks!&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 13:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-replace-the-null-value-with-N-A/m-p/683246#M247704</guid>
      <dc:creator>michael_maeuser</dc:creator>
      <dc:date>2014-07-30T13:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace the ( ) null value with 'N/A'</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-replace-the-null-value-with-N-A/m-p/683247#M247705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Apache77,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Avinash is telling is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But of you user applymap you can use the 3th parameter of applymap to display a certain Value if the Value is nul.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 13:41:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-replace-the-null-value-with-N-A/m-p/683247#M247705</guid>
      <dc:creator>jjordaan</dc:creator>
      <dc:date>2014-07-30T13:41:14Z</dc:date>
    </item>
  </channel>
</rss>

