<?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: Please help me with the below expression. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Please-help-me-with-the-below-expression/m-p/526818#M1139411</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;attach a Sample which will be helpful &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Oct 2013 11:37:53 GMT</pubDate>
    <dc:creator>qlikpahadi07</dc:creator>
    <dc:date>2013-10-08T11:37:53Z</dc:date>
    <item>
      <title>Please help me with the below expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-with-the-below-expression/m-p/526817#M1139410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;I am trying to calculate the Growth Amt over the Goal amt to use as a percentage.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AGGR&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Metric Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Actual'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Deposit Growth Amt]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Goal Employee Id]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) / (AGGR(SUM({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Metric Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Goal'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Deposit Growth Amt]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Goal Employee Id]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 11:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-with-the-below-expression/m-p/526817#M1139410</guid>
      <dc:creator />
      <dc:date>2013-10-08T11:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me with the below expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-with-the-below-expression/m-p/526818#M1139411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;attach a Sample which will be helpful &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 11:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-with-the-below-expression/m-p/526818#M1139411</guid>
      <dc:creator>qlikpahadi07</dc:creator>
      <dc:date>2013-10-08T11:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me with the below expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-with-the-below-expression/m-p/526819#M1139413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aptha,&lt;/P&gt;&lt;P&gt;As per your requirement Im trying to understand why are you using aggr()? aggr() calculates cummulatively.&lt;/P&gt;&lt;P&gt;Is that what you want?&lt;/P&gt;&lt;P&gt;I believe you could write something like this:&lt;/P&gt;&lt;P&gt;num(sum({&amp;lt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Metric Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Actual'}&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Deposit Growth Amt]&lt;/SPAN&gt;&lt;/SPAN&gt;) / sum({&amp;lt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Metric Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;Goal&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;'}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Deposit Growth Amt]&lt;/SPAN&gt;&lt;/SPAN&gt;),'##.##')&lt;/P&gt;&lt;P&gt;the num() here is optional.&lt;/P&gt;&lt;P&gt;as there is a check box that says "Show Relative".Please keep this Checked .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Please get back to me with the result.&lt;/P&gt;&lt;P&gt;Rochelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 11:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-with-the-below-expression/m-p/526819#M1139413</guid>
      <dc:creator />
      <dc:date>2013-10-08T11:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me with the below expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-with-the-below-expression/m-p/526820#M1139414</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;What are your dimensions in Table,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 11:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-with-the-below-expression/m-p/526820#M1139414</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-10-08T11:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me with the below expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-with-the-below-expression/m-p/526821#M1139416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you John.It did work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 13:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-with-the-below-expression/m-p/526821#M1139416</guid>
      <dc:creator />
      <dc:date>2013-10-08T13:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me with the below expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-with-the-below-expression/m-p/526822#M1139418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im glad I could help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 13:47:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-with-the-below-expression/m-p/526822#M1139418</guid>
      <dc:creator />
      <dc:date>2013-10-08T13:47:55Z</dc:date>
    </item>
  </channel>
</rss>

