<?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: Need logic help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-logic-help/m-p/1194518#M879873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(sum(Amount)&amp;gt;0,sum(Amount),text(sum(Amount)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Oct 2016 07:59:27 GMT</pubDate>
    <dc:creator>Frank_Hartmann</dc:creator>
    <dc:date>2016-10-13T07:59:27Z</dc:date>
    <item>
      <title>Need logic help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-logic-help/m-p/1194513#M879868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attached file,&lt;/P&gt;&lt;P&gt;I want to show only the sum of Positive numbers. and in table all number should be present (Positive &amp;amp; Negative).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lalit kumar&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/Need-logic-help/m-p/1194513#M879868</guid>
      <dc:creator>lalitkgehlot89</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need logic help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-logic-help/m-p/1194514#M879869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lalit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this expression, it will show only positive values.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(sum(Amount)&amp;gt;=0,sum(Amount))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 06:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-logic-help/m-p/1194514#M879869</guid>
      <dc:creator>hemachandran</dc:creator>
      <dc:date>2016-10-13T06:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need logic help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-logic-help/m-p/1194515#M879870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Please check the attached QVW.&lt;/P&gt;&lt;P&gt;Please mark the question as answered if it meets ur requirement .&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="comm image.png" class="jive-image image-1" src="/legacyfs/online/140443_comm image.png" style="height: 346px; width: 620px;" /&gt; !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 06:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-logic-help/m-p/1194515#M879870</guid>
      <dc:creator>fashid</dc:creator>
      <dc:date>2016-10-13T06:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need logic help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-logic-help/m-p/1194516#M879871</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;&lt;/P&gt;&lt;P&gt;Use this expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=sum(if(Amount&amp;gt;0,Amount))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this might hekps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nagarjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 07:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-logic-help/m-p/1194516#M879871</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2016-10-13T07:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need logic help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-logic-help/m-p/1194517#M879872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have license, Can you please check for this on your application whether this is working or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=sum({&amp;lt;Amount = {'&amp;gt;0'}&amp;gt;} Amount * 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 07:28:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-logic-help/m-p/1194517#M879872</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-13T07:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need logic help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-logic-help/m-p/1194518#M879873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(sum(Amount)&amp;gt;0,sum(Amount),text(sum(Amount)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 07:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-logic-help/m-p/1194518#M879873</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-13T07:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need logic help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-logic-help/m-p/1194519#M879874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please find the attached app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Dimensionality&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;()=0 , &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"&amp;gt;0"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) , &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;) ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;Few changes in the Presentation Tab,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;IMG alt="Capture11.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140471_Capture11.PNG" style="height: 385px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;Harish&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 08:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-logic-help/m-p/1194519#M879874</guid>
      <dc:creator>harishkumarg</dc:creator>
      <dc:date>2016-10-13T08:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need logic help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-logic-help/m-p/1194520#M879875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If in case you have more than one amount value per Prod and you want to check if the Sum(Amount) is greater than 0, then try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Dimensionality() = 0,Sum(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;Prod = {"=Sum(Amount) &amp;gt; 0"}&amp;gt;}&lt;/SPAN&gt;Amount), Sum(Amount))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140475_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 09:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-logic-help/m-p/1194520#M879875</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-13T09:50:44Z</dc:date>
    </item>
  </channel>
</rss>

