<?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: Calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculation/m-p/347682#M128678</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;Did you try adding &lt;EM&gt;type &lt;/EM&gt;as a second dimension in your chart in the attached example?&lt;/P&gt;&lt;P&gt;If this is not what you are looking for, could you pls. rephrase your question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://quickdevtips.blogspot.com/" title="http://quickdevtips.blogspot.com/"&gt;http://quickdevtips.blogspot.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2012 22:13:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-13T22:13:34Z</dc:date>
    <item>
      <title>Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation/m-p/347680#M128676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have calulated visit as per month Sum({&amp;lt;[month]={$(vmonth)}&amp;gt;}[visit])&lt;/P&gt;&lt;P&gt;but i want to calculate visit as per month as well as type.&lt;/P&gt;&lt;P&gt;that is visit of type abc,yre,cam,dec,others.&lt;/P&gt;&lt;P&gt;can i calculate change of visit by type as per month in same grapth.&lt;/P&gt;&lt;P&gt;i have attached excel sheet and qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 18:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation/m-p/347680#M128676</guid>
      <dc:creator />
      <dc:date>2012-06-11T18:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation/m-p/347681#M128677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any responce any body&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 19:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation/m-p/347681#M128677</guid>
      <dc:creator />
      <dc:date>2012-06-13T19:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation/m-p/347682#M128678</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;Did you try adding &lt;EM&gt;type &lt;/EM&gt;as a second dimension in your chart in the attached example?&lt;/P&gt;&lt;P&gt;If this is not what you are looking for, could you pls. rephrase your question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://quickdevtips.blogspot.com/" title="http://quickdevtips.blogspot.com/"&gt;http://quickdevtips.blogspot.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 22:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation/m-p/347682#M128678</guid>
      <dc:creator />
      <dc:date>2012-06-13T22:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation/m-p/347683#M128679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have done as second dimension,but i have to show avg of type group ,without using dimension.&lt;/P&gt;&lt;P&gt;any other metod to do this.Sum({&amp;lt;[month]={$(vmonth)}&amp;gt;}[visit]) in this expression how can i add type,this will helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 05:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation/m-p/347683#M128679</guid>
      <dc:creator />
      <dc:date>2012-06-14T05:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation/m-p/347684#M128680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shantnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try Aggr like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Avg({&amp;lt;[month]={$(vmonth)}&amp;gt;}Aggr(Sum({&amp;lt;[month]={$(vmonth)}&amp;gt;}[visit]), month, type))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 07:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation/m-p/347684#M128680</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-06-14T07:51:27Z</dc:date>
    </item>
  </channel>
</rss>

