<?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: Expression help !!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/678001#M539997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;=If( sum([Act. Scrap $])/sum([Act Revenue])&amp;lt;&amp;gt;0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum([Act. Scrap $])/sum([Act Revenue]),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null()&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then unchech 'Supress Missing' in the presentation tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2014 05:02:51 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-07-30T05:02:51Z</dc:date>
    <item>
      <title>Expression help !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/677999#M539995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below I'm calculation expression as Act Scrap% of Revenue New=sum([Act. Scrap $])/sum([Act Revenue]) , My requirement&amp;nbsp; &lt;SPAN style="color: #1f497d;"&gt;Is it possible to show empty space if no value can be calculated? Instead of 0.0% it should show no values (Blank).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/63361_pastedImage_0.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 04:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help/m-p/677999#M539995</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-07-30T04:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/678000#M539996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can have if condition in your expression something like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=If(sum([Act. Scrap $])/sum([Act Revenue])=0.0,'',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum([Act. Scrap $])/sum([Act Revenue]))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;There must be other approach to tackle this, but this is what I got it quick.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Arindam &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 04:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help/m-p/678000#M539996</guid>
      <dc:creator />
      <dc:date>2014-07-30T04:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/678001#M539997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;=If( sum([Act. Scrap $])/sum([Act Revenue])&amp;lt;&amp;gt;0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum([Act. Scrap $])/sum([Act Revenue]),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null()&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then unchech 'Supress Missing' in the presentation tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 05:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help/m-p/678001#M539997</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-07-30T05:02:51Z</dc:date>
    </item>
  </channel>
</rss>

