<?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: if the Difference between two dimension values are zero, then it should not display null value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-the-Difference-between-two-dimension-values-are-zero-then-it/m-p/929283#M949514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it for just you want to avoid the Null Values of a Dimension, then do like this at script levle:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(len(trim(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[NAV Exchange Rate]))&amp;gt;0, &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[NAV Exchange Rate]) as &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[NAV Exchange Rate]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will remove the null values of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[NAV Exchange Rate]...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Dec 2015 11:22:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-15T11:22:10Z</dc:date>
    <item>
      <title>if the Difference between two dimension values are zero, then it should not display null value</title>
      <link>https://community.qlik.com/t5/QlikView/if-the-Difference-between-two-dimension-values-are-zero-then-it/m-p/929281#M949512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in the below image (currency rate as per NAV) and (&lt;SPAN style="font-size: 13.3333px;"&gt;currency rate as per TMD) are two dimensions which is used in this table, and variance is expression ie' is nothing but difference between these two dimension&lt;/SPAN&gt; .&lt;/P&gt;&lt;P&gt;I don't want to display difference value as '0', it should hide all values in variance field where difference is zero.&lt;/P&gt;&lt;P&gt;I have checked suppress zero value and missing values also in presentation tab, but still getting zero values.my expression is:-&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109034_Capture.PNG" style="height: 323px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;=if(isnull([NAV Exchange Rate]),0,num([NAV Exchange Rate],'####.######'))&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;if(isnull(TMDExchangeRate),0,num(TMDExchangeRate,'####.######'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 07:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-the-Difference-between-two-dimension-values-are-zero-then-it/m-p/929281#M949512</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2015-12-15T07:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: if the Difference between two dimension values are zero, then it should not display null value</title>
      <link>https://community.qlik.com/t5/QlikView/if-the-Difference-between-two-dimension-values-are-zero-then-it/m-p/929282#M949513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;just want to add one more thing, that if the difference between two column is zero, then how can we hide entire row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 11:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-the-Difference-between-two-dimension-values-are-zero-then-it/m-p/929282#M949513</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2015-12-15T11:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: if the Difference between two dimension values are zero, then it should not display null value</title>
      <link>https://community.qlik.com/t5/QlikView/if-the-Difference-between-two-dimension-values-are-zero-then-it/m-p/929283#M949514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it for just you want to avoid the Null Values of a Dimension, then do like this at script levle:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(len(trim(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[NAV Exchange Rate]))&amp;gt;0, &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[NAV Exchange Rate]) as &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[NAV Exchange Rate]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will remove the null values of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[NAV Exchange Rate]...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 11:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-the-Difference-between-two-dimension-values-are-zero-then-it/m-p/929283#M949514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-15T11:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: if the Difference between two dimension values are zero, then it should not display null value</title>
      <link>https://community.qlik.com/t5/QlikView/if-the-Difference-between-two-dimension-values-are-zero-then-it/m-p/929284#M949515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you able to provide sample data &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 11:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-the-Difference-between-two-dimension-values-are-zero-then-it/m-p/929284#M949515</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-12-15T11:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: if the Difference between two dimension values are zero, then it should not display null value</title>
      <link>https://community.qlik.com/t5/QlikView/if-the-Difference-between-two-dimension-values-are-zero-then-it/m-p/929285#M949516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;I don't want to avoid the null value of a dimension.&lt;/P&gt;&lt;P&gt;My requirement is, if in expression column ie' Variance(difference of two dimension)&amp;nbsp; is zero then it should hide entire row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 12:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-the-Difference-between-two-dimension-values-are-zero-then-it/m-p/929285#M949516</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2015-12-15T12:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: if the Difference between two dimension values are zero, then it should not display null value</title>
      <link>https://community.qlik.com/t5/QlikView/if-the-Difference-between-two-dimension-values-are-zero-then-it/m-p/929286#M949517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/33443"&gt;how to suppress rows with 0's and '-'&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8325"&gt;(VBScript) - Step by Step - Suppress Zero Values&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/147436"&gt;How to skip zero values&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 12:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-the-Difference-between-two-dimension-values-are-zero-then-it/m-p/929286#M949517</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-15T12:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: if the Difference between two dimension values are zero, then it should not display null value</title>
      <link>https://community.qlik.com/t5/QlikView/if-the-Difference-between-two-dimension-values-are-zero-then-it/m-p/929287#M949518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added screenshot of my requirement above.please refer same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 12:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-the-Difference-between-two-dimension-values-are-zero-then-it/m-p/929287#M949518</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2015-12-15T12:11:13Z</dc:date>
    </item>
  </channel>
</rss>

