<?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: Sum for entire month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-for-entire-month/m-p/1436451#M610542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you considering Month as fieldName?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Dec 2017 09:43:55 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-12-06T09:43:55Z</dc:date>
    <item>
      <title>Sum for entire month</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-for-entire-month/m-p/1436445#M610536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope someone can help. I need to calculate a sum of target for the entire month selected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my load of the target table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Targets:&lt;/P&gt;&lt;P&gt;LOAD targetID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clientID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; super_categoryID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ext_campaignname, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; target, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(workingday,'YYYY/MM/DD')as Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And my calendar&lt;/P&gt;&lt;P&gt;Calendar:&lt;/P&gt;&lt;P&gt;LOAD Date(Date,'YYYY/MM/DD') as Date, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-for-entire-month/m-p/1436445#M610536</guid>
      <dc:creator>mgdotcom</dc:creator>
      <dc:date>2017-12-06T09:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sum for entire month</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-for-entire-month/m-p/1436446#M610537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, I followed you. can you explain little in clear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-for-entire-month/m-p/1436446#M610537</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-06T09:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sum for entire month</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-for-entire-month/m-p/1436447#M610538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry. So target is a numerical value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently doing this is a chart to calculate the daily target based on a selection of year, month and date. &lt;/P&gt;&lt;P&gt;Sum(Aggr(Sum(target),clientID,super_categoryID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would like to do is do a calculation for the entire month. So it shows a monthly Target. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:25:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-for-entire-month/m-p/1436447#M610538</guid>
      <dc:creator>mgdotcom</dc:creator>
      <dc:date>2017-12-06T09:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sum for entire month</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-for-entire-month/m-p/1436448#M610539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Aggr(Sum(&lt;STRONG&gt;TOTAL &amp;lt;Month&amp;gt;&lt;/STRONG&gt; target),clientID,super_categoryID))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-for-entire-month/m-p/1436448#M610539</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-06T09:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sum for entire month</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-for-entire-month/m-p/1436449#M610540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have Month field in your Calendar table if not add this ways&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Targets:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; targetID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clientID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; super_categoryID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ext_campaignname,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; target,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(workingday,'YYYY/MM/DD')as Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Calendar:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Date(Date,'YYYY/MM/DD') as Date,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Month(Date,'YYYY/MM/DD') as Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;And on UI part&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Dim:- Month (And selected Month)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Expre:- =Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;target)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-for-entire-month/m-p/1436449#M610540</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-12-06T09:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sum for entire month</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-for-entire-month/m-p/1436450#M610541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Snip20171206_1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/185924_Snip20171206_1.png" style="height: 75px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;This is what i get when I use Sum(Aggr(Sum(TOTAL&amp;lt;Month&amp;gt; target),clientID,super_categoryID)) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-for-entire-month/m-p/1436450#M610541</guid>
      <dc:creator>mgdotcom</dc:creator>
      <dc:date>2017-12-06T09:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sum for entire month</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-for-entire-month/m-p/1436451#M610542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you considering Month as fieldName?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-for-entire-month/m-p/1436451#M610542</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-06T09:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sum for entire month</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-for-entire-month/m-p/1436452#M610543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a month field in&amp;nbsp; calendar. Would i need one in target also?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 10:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-for-entire-month/m-p/1436452#M610543</guid>
      <dc:creator>mgdotcom</dc:creator>
      <dc:date>2017-12-06T10:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sum for entire month</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-for-entire-month/m-p/1436453#M610544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you mine, Can you provide sample data set and result set?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 10:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-for-entire-month/m-p/1436453#M610544</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-06T10:16:05Z</dc:date>
    </item>
  </channel>
</rss>

