<?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: Help with an expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-an-expression/m-p/799680#M282316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Exactly as you say:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(If(sum([Sale Amount]) = 0,[Book Amount)]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Feb 2015 18:47:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-26T18:47:01Z</dc:date>
    <item>
      <title>Help with an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-an-expression/m-p/799678#M282314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have two expression columns in my report&lt;/P&gt;&lt;P&gt;1. sum[Book Amount]&lt;/P&gt;&lt;P&gt;2. sum([Sale Amount])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to write a condition in my first expression where if sum([Sale Amount]) is 0 then make sum([Book Amount]) as 0 so that I can suppress that rows by suppress zero values aand if its not 0 then give me the sale Amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 18:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-an-expression/m-p/799678#M282314</guid>
      <dc:creator />
      <dc:date>2015-02-26T18:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-an-expression/m-p/799679#M282315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly as you say:&lt;/P&gt;&lt;P&gt;if(sum([Sale Amount])=0, 0, sum([Book Amount]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 18:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-an-expression/m-p/799679#M282315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-26T18:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-an-expression/m-p/799680#M282316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Exactly as you say:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(If(sum([Sale Amount]) = 0,[Book Amount)]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 18:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-an-expression/m-p/799680#M282316</guid>
      <dc:creator />
      <dc:date>2015-02-26T18:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-an-expression/m-p/799681#M282317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;=if(sum([Sale Amount]), sum([Book Amount]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 05:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-an-expression/m-p/799681#M282317</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-02-27T05:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-an-expression/m-p/799682#M282318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hie Rizwan ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try this &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; font-size: 13px;"&gt;if(sum([Sale Amount])=0, 0, sum([Book Amount]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Mohammad&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; font-size: 13px;"&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; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 05:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-an-expression/m-p/799682#M282318</guid>
      <dc:creator>mohammadkhatimi</dc:creator>
      <dc:date>2015-02-27T05:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-an-expression/m-p/799683#M282319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try this&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum([Book Amount]) * RangeMin(1, Fabs(S&lt;SPAN style="line-height: 1.5em;"&gt;um([Sale Amount])))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 05:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-an-expression/m-p/799683#M282319</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2015-02-27T05:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-an-expression/m-p/799684#M282320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can i ask for a sample qvw of your requirement? so that i can understand your basic requirement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coz I think the request u gave will base on the dependency of Sale Amount and Book Amount in some of my approaches.&lt;/P&gt;&lt;P&gt;If nothing like that dependency present, i suppose it can done with small scripts or QV in-built options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 10:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-an-expression/m-p/799684#M282320</guid>
      <dc:creator>praveenak</dc:creator>
      <dc:date>2015-03-03T10:23:33Z</dc:date>
    </item>
  </channel>
</rss>

