<?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 per year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/calculate-per-year/m-p/926756#M957796</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;actually my question was little confusing, i want to calc the Totalt table value per year per carlabel, not only per year.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2015 12:26:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-04T12:26:15Z</dc:date>
    <item>
      <title>calculate per year</title>
      <link>https://community.qlik.com/t5/QlikView/calculate-per-year/m-p/926751#M957791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys!&lt;/P&gt;&lt;P&gt;I actually need help with some calculating in my application&lt;IMG alt="calc.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103779_calc.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have values like TOTAL, YEAR AND CARLABLE&lt;/P&gt;&lt;P&gt;how can i calc the total value of the carlable per year&lt;/P&gt;&lt;P&gt;thanks for helping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 12:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculate-per-year/m-p/926751#M957791</guid>
      <dc:creator />
      <dc:date>2015-11-03T12:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: calculate per year</title>
      <link>https://community.qlik.com/t5/QlikView/calculate-per-year/m-p/926752#M957792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you can use a simple pivot table chart with Year and Carlabel as dimensions and sum(Total) as expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 16:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculate-per-year/m-p/926752#M957792</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-03T16:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: calculate per year</title>
      <link>https://community.qlik.com/t5/QlikView/calculate-per-year/m-p/926753#M957793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diar,&lt;/P&gt;&lt;P&gt;i would go with Oscar's sugestion but if you want the calculation to be done in the loading script you should use something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;load Col1, Col2,Col3&lt;/P&gt;&lt;P&gt;from &lt;EM&gt;...somewhere...&lt;/EM&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join(Table1)&lt;/P&gt;&lt;P&gt;load sum(Col3)&lt;/P&gt;&lt;P&gt;resident Table1&lt;/P&gt;&lt;P&gt;Group by Col1,Col2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 18:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculate-per-year/m-p/926753#M957793</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2015-11-03T18:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: calculate per year</title>
      <link>https://community.qlik.com/t5/QlikView/calculate-per-year/m-p/926754#M957794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum(Total &amp;lt;Ar&amp;gt; Totalt)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 19:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculate-per-year/m-p/926754#M957794</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2015-11-03T19:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: calculate per year</title>
      <link>https://community.qlik.com/t5/QlikView/calculate-per-year/m-p/926755#M957795</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;actually my question was little confusing, i want to calc the Totalt table value per year per carlabel, not only per year.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 12:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculate-per-year/m-p/926755#M957795</guid>
      <dc:creator />
      <dc:date>2015-11-04T12:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: calculate per year</title>
      <link>https://community.qlik.com/t5/QlikView/calculate-per-year/m-p/926756#M957796</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;actually my question was little confusing, i want to calc the Totalt table value per year per carlabel, not only per year.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 12:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculate-per-year/m-p/926756#M957796</guid>
      <dc:creator />
      <dc:date>2015-11-04T12:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: calculate per year</title>
      <link>https://community.qlik.com/t5/QlikView/calculate-per-year/m-p/926757#M957797</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: 13px;"&gt;Sum(Total &amp;lt;Ar,Marke&amp;gt; Totalt),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(Aggr(Sum(Totalt),Ar,Marke))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 12:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calculate-per-year/m-p/926757#M957797</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2015-11-04T12:55:50Z</dc:date>
    </item>
  </channel>
</rss>

