<?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: percentage difference in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/percentage-difference/m-p/25344#M787654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess what exactly would you want to see? Remove percentage from the number's tab to see this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194871_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a reason you are formatting using Num() function rather than using the number's tab?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2018 12:05:56 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-02-28T12:05:56Z</dc:date>
    <item>
      <title>percentage difference</title>
      <link>https://community.qlik.com/t5/QlikView/percentage-difference/m-p/25341#M787643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I want to find percentage difference between 2 percentages.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;So, in &lt;STRONG&gt;3rd expression&lt;/STRONG&gt; &lt;SPAN style="font-size: 13.3333px;"&gt; i want to show difference(&lt;/SPAN&gt;comparing current and previous month percentages). Also, If the MaxMonth has more than &lt;STRONG&gt;5% decrease&lt;/STRONG&gt; compared to previous month then i want to show the 3rd expression in green background.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;expr1-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({&amp;lt;MonthYear = {"$(vMaxMonth)"}&amp;gt;}Margin)/sum({&amp;lt;MonthYear = {"$(vMaxMonth)"}&amp;gt;}Sales)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;expr2-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({&amp;lt;MonthYear = {"$(vPreMonth)"}&amp;gt;}Margin)/sum({&amp;lt;MonthYear = {"$(vPreMonth)"}&amp;gt;}Sales)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;expr3-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Column(1) - Column(2)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Please help.&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/percentage-difference/m-p/25341#M787643</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: percentage difference</title>
      <link>https://community.qlik.com/t5/QlikView/percentage-difference/m-p/25342#M787648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194844_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 10:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/percentage-difference/m-p/25342#M787648</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-28T10:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: percentage difference</title>
      <link>https://community.qlik.com/t5/QlikView/percentage-difference/m-p/25343#M787653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sorry, attached wrong app earlier.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a query. If i format the 1st and 2nd expressions with num() function(and disabled percentage checkbox in number tab), then i see the 3rd expression is not working.&lt;/P&gt;&lt;P&gt;eg-&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;num(&lt;/STRONG&gt;sum({&amp;lt;MonthYear = {"$(vMaxMonth)"}&amp;gt;}Margin)/sum({&amp;lt;MonthYear = {"$(vMaxMonth)"}&amp;gt;}Sales)&lt;STRONG&gt;*100,'0.00%')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;!Could you please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 11:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/percentage-difference/m-p/25343#M787653</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2018-02-28T11:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: percentage difference</title>
      <link>https://community.qlik.com/t5/QlikView/percentage-difference/m-p/25344#M787654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess what exactly would you want to see? Remove percentage from the number's tab to see this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194871_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a reason you are formatting using Num() function rather than using the number's tab?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 12:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/percentage-difference/m-p/25344#M787654</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-28T12:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: percentage difference</title>
      <link>https://community.qlik.com/t5/QlikView/percentage-difference/m-p/25345#M787657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the clarification.:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying various ways to understand the behaviour.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 12:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/percentage-difference/m-p/25345#M787657</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2018-02-28T12:11:10Z</dc:date>
    </item>
  </channel>
</rss>

