<?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: Calculate Growth in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculate-Growth/m-p/79204#M769254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all......&lt;SPAN style="font-size: 10pt;"&gt;I did it..&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;Below expression works as i want;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=if(sum(ExtInvMisc)&amp;lt;sum(TargetAmount),sum(ExtInvMisc))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 10 Jun 2018 04:45:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-10T04:45:50Z</dc:date>
    <item>
      <title>Calculate Growth</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Growth/m-p/79201#M769251</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;I want to create a D-growth chart.&lt;/P&gt;&lt;P&gt;It means, If my target value is 10 and sales is 6&amp;nbsp; and dimension is products.&lt;/P&gt;&lt;P&gt;want to draw a bar chart where dimension will be products name and in expression there would be my D-growth calculation (Those product will be displayed which are behind the target)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use this formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(sum(ExtInvMisc)&amp;lt;sum(TargetAmount),ColumnName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&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/Calculate-Growth/m-p/79201#M769251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Growth</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Growth/m-p/79202#M769252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(sum(&lt;STRONG style="font-size: 13.3333px;"&gt;{&amp;lt;&lt;STRONG style="font-size: 13.3333px;"&gt;ExtInvMisc&lt;/STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; = {"=Sum(&lt;STRONG style="font-size: 13.3333px;"&gt;ExtInvMisc&lt;/STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;)=10&lt;/STRONG&gt;"}&lt;/STRONG&gt;&amp;gt;} &lt;/STRONG&gt;ExtInvMisc)&amp;lt;sum({&amp;lt;&lt;STRONG style="font-size: 13.3333px;"&gt;TargetAmount = {"=Sum(&lt;STRONG style="font-size: 13.3333px;"&gt;TargetAmount)=6&lt;/STRONG&gt;"}&lt;/STRONG&gt;&amp;gt;} TargetAmount),ColumnName)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Or&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;If(Sum(Sales) = 6 and Sum(target) = 10. Column)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2018 13:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Growth/m-p/79202#M769252</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-06-09T13:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Growth</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Growth/m-p/79203#M769253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your data in excel format?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2018 16:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Growth/m-p/79203#M769253</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-06-09T16:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Growth</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Growth/m-p/79204#M769254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all......&lt;SPAN style="font-size: 10pt;"&gt;I did it..&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;Below expression works as i want;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=if(sum(ExtInvMisc)&amp;lt;sum(TargetAmount),sum(ExtInvMisc))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jun 2018 04:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Growth/m-p/79204#M769254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-10T04:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Growth</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Growth/m-p/79205#M769255</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: 13.3333px;"&gt;=if(sum(ExtInvMisc)&amp;lt;sum(TargetAmount),sum(ExtInvMisc))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jun 2018 09:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Growth/m-p/79205#M769255</guid>
      <dc:creator>arvind1494</dc:creator>
      <dc:date>2018-06-10T09:16:58Z</dc:date>
    </item>
  </channel>
</rss>

