<?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 as blank in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/show-null-as-blank/m-p/61534#M781908</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;take a look at the background color of the expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2018 09:16:16 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2018-03-21T09:16:16Z</dc:date>
    <item>
      <title>show null as blank</title>
      <link>https://community.qlik.com/t5/QlikView/show-null-as-blank/m-p/61532#M781906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In the dataset(excel) you can see all products has no data for 'Third'(column in straight table) and Product-C also has no data for Second &amp;amp; Third. So i expect to show blanks in the straight table cells.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="nulls image.png" class="jive-image image-1" src="/legacyfs/online/196963_nulls image.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;My basic formula is see the pecentage when i do- budget/sales.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In the straight table i want to represent expression output as below--&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If no data in sales and budget--show black&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If data in sales and budget--show the respective percentage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;My below exprssion is &lt;STRONG&gt;not working&lt;/STRONG&gt; to handle nulls.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(sum(Budget_First) = 0,0,&lt;/P&gt;&lt;P&gt;if(len(sum(Budget_First))=0,' ',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; sum(Sales_First)/sum(Budget_First)*100))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please help!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-null-as-blank/m-p/61532#M781906</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: show null as blank</title>
      <link>https://community.qlik.com/t5/QlikView/show-null-as-blank/m-p/61533#M781907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this?&lt;/P&gt;&lt;P&gt;IF(IsNull(SUM(Sales_First)/SUM(Budget_First)),Null(),SUM(Sales_First)/SUM(Budget_First))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use Second and Third respectively.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 09:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-null-as-blank/m-p/61533#M781907</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-03-21T09:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: show null as blank</title>
      <link>https://community.qlik.com/t5/QlikView/show-null-as-blank/m-p/61534#M781908</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;take a look at the background color of the expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 09:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-null-as-blank/m-p/61534#M781908</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-21T09:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: show null as blank</title>
      <link>https://community.qlik.com/t5/QlikView/show-null-as-blank/m-p/61535#M781909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum(Budget_Third) =0,'',&lt;/P&gt;&lt;P&gt;if(len(sum(Budget_Third)) =0,' ',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; sum(Sales_Third)/sum(Budget_Third)*100))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br,&lt;BR /&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 09:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-null-as-blank/m-p/61535#M781909</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-03-21T09:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: show null as blank</title>
      <link>https://community.qlik.com/t5/QlikView/show-null-as-blank/m-p/61536#M781910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 13:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-null-as-blank/m-p/61536#M781910</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2018-03-21T13:38:20Z</dc:date>
    </item>
  </channel>
</rss>

