<?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: no zero-values in Formula in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741938#M472987</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;thanks for you suggestions. I will try them and come back.&lt;/P&gt;&lt;P&gt;But does anyone know about a solution directly in the formular (without additional columns)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Dec 2014 09:00:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-01T09:00:39Z</dc:date>
    <item>
      <title>no zero-values in Formula</title>
      <link>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741932#M472981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a topic unfortunately with very much additional work in Excel for me. Maybe some of you can help me.&lt;/P&gt;&lt;P&gt;I have a table with values and then two additional red columns that calculate the difference between these two black columns&lt;/P&gt;&lt;P&gt;(one with positive amount, one with negative, but the value is the same, always).&lt;/P&gt;&lt;P&gt;Now I want to adapt that report.&lt;/P&gt;&lt;P&gt;Only the lines &amp;lt;&amp;gt; 0 in the red columns should appear. I know how to show only lines with value &amp;lt;&amp;gt; 0&lt;/P&gt;&lt;P&gt;But how can I only show lines with calculated result &amp;lt;&amp;gt; 0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="hc_019.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/72347_hc_019.jpg" style="width: 620px; height: 310px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 12:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741932#M472981</guid>
      <dc:creator />
      <dc:date>2014-11-28T12:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: no zero-values in Formula</title>
      <link>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741933#M472982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you could use an expression like this&lt;/P&gt;&lt;P&gt;if((column(1)-column(2))&amp;lt;&amp;gt;0, (column(1)-column(2)) )&lt;/P&gt;&lt;P&gt;or forcing a value in the else&lt;/P&gt;&lt;P&gt;if((column(1)-column(2))&amp;lt;&amp;gt;0, (column(1)-column(2)), '' )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 13:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741933#M472982</guid>
      <dc:creator>bbi_mba_76</dc:creator>
      <dc:date>2014-11-28T13:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: no zero-values in Formula</title>
      <link>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741934#M472983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll have to add the condition to all the expressions in your pivot table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 13:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741934#M472983</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-11-28T13:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: no zero-values in Formula</title>
      <link>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741935#M472984</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;Let expr= Your Calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In expression of Your Chart, Give the condition as&lt;/P&gt;&lt;P&gt;if(expr&amp;gt;0,expr).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Go to Object Properties--&amp;gt; Check Suppress Zero-Values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 13:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741935#M472984</guid>
      <dc:creator />
      <dc:date>2014-11-28T13:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: no zero-values in Formula</title>
      <link>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741936#M472985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think this is the only way unfortunately. but you do not want to hard code your condition though - i would create a hidden column with your condition expression which will evaluate to 1 or 0 and then use it for all your other expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (colHiddenExp &amp;gt; 1 , exp1)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;..&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;if (colHiddenExp &amp;gt; 1 , expn)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 13:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741936#M472985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-28T13:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: no zero-values in Formula</title>
      <link>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741937#M472986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Does anybody know, if it is possible via set analysis.&lt;/P&gt;&lt;P&gt;This would be a solution that is easier for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment the formular is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[IFRS AfA Per] - &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[HGB AfA Per] &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 14:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741937#M472986</guid>
      <dc:creator />
      <dc:date>2014-11-28T14:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: no zero-values in Formula</title>
      <link>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741938#M472987</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;thanks for you suggestions. I will try them and come back.&lt;/P&gt;&lt;P&gt;But does anyone know about a solution directly in the formular (without additional columns)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 09:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741938#M472987</guid>
      <dc:creator />
      <dc:date>2014-12-01T09:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: no zero-values in Formula</title>
      <link>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741939#M472988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, but &lt;/P&gt;&lt;P&gt;if(([IFRS AfA Per] - &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[HGB AfA Per] &lt;/SPAN&gt;)&amp;lt;&amp;gt;0, ([IFRS AfA Per] - &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[HGB AfA Per] &lt;/SPAN&gt;) )&lt;/P&gt;&lt;P&gt;is not working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to do that for each expression as said by&lt;SPAN class="j-post-author"&gt;&lt;STRONG class="j-post-author"&gt; &lt;A href="https://community.qlik.com/people/gwassenaar"&gt;gwassenaar&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 09:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741939#M472988</guid>
      <dc:creator>bbi_mba_76</dc:creator>
      <dc:date>2014-12-01T09:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: no zero-values in Formula</title>
      <link>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741940#M472989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michele,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works partially. Now the lines which have values are shown with values. The other dont show a value.&lt;/P&gt;&lt;P&gt;But the tricky challenge for me is that the empty lines are not shown anymore.&lt;/P&gt;&lt;P&gt;(From that Screenshot only the two lines with -3560,92 and 399,05 should stay in that pivot)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="hc_022.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/72419_hc_022.jpg" style="width: 620px; height: 218px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 09:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741940#M472989</guid>
      <dc:creator />
      <dc:date>2014-12-01T09:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: no zero-values in Formula</title>
      <link>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741941#M472990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but you have to add the if in each expression, also for the first two columns:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(([IFRS AfA Per] - &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[HGB AfA Per] &lt;/SPAN&gt;)&amp;lt;&amp;gt;0, [IFRS AfA Per])&lt;/P&gt;&lt;P&gt;if(([IFRS AfA Per] - &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[HGB AfA Per] &lt;/SPAN&gt;)&amp;lt;&amp;gt;0, &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[HGB AfA Per]&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 09:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/no-zero-values-in-Formula/m-p/741941#M472990</guid>
      <dc:creator>bbi_mba_76</dc:creator>
      <dc:date>2014-12-01T09:35:29Z</dc:date>
    </item>
  </channel>
</rss>

