<?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 by Month, in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-by-Month/m-p/831345#M531263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Andrew.. it worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2015 04:54:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-17T04:54:16Z</dc:date>
    <item>
      <title>Sum by Month,</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-by-Month/m-p/831340#M531258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;New to QV, &lt;IMG __jive_id="89603" alt="QV.bmp" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89603_QV.bmp" style="height: 323px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;My bar chart shows sum of sheets per day, How do i change the chart to show the sum of sheets per month?&lt;/P&gt;&lt;P&gt;Excel sheet with the sample data is attached. Any help would be nice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 12:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-by-Month/m-p/831340#M531258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-16T12:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sum by Month,</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-by-Month/m-p/831341#M531259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you load data.xlsx add a new field,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Year(Data)*100+Month(data) as YM&lt;/P&gt;&lt;P&gt;Resident&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YM represent the union of year and month eg. 201504, use that field as dimension ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 12:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-by-Month/m-p/831341#M531259</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-06-16T12:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sum by Month,</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-by-Month/m-p/831342#M531260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add to your Script this line&lt;/P&gt;&lt;P&gt;month(Date) as Month,&lt;/P&gt;&lt;P&gt;and then use this new Field as your Dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 12:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-by-Month/m-p/831342#M531260</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-06-16T12:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sum by Month,</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-by-Month/m-p/831343#M531261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change script to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Data:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sheets&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;COMPANY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;STRONG&gt;&lt;D&gt;&lt;/D&gt;&lt;/STRONG&gt;&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Sheet1); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Adding the Month Section, then you get:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89613_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;With Month as the dimension and Sum(Sheets) as the expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;HTH Andy&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 12:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-by-Month/m-p/831343#M531261</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-06-16T12:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sum by Month,</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-by-Month/m-p/831344#M531262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or if you can't change the script you can create a calculated dimension in your chart, using the expression =month(Date), with label Month and use the same expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;This will aggregate the sheets by Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Less efficient that changing the script though, so if&amp;nbsp; you have the option, go for the script change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 13:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-by-Month/m-p/831344#M531262</guid>
      <dc:creator>Agis-Kalogiannis</dc:creator>
      <dc:date>2015-06-16T13:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sum by Month,</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-by-Month/m-p/831345#M531263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Andrew.. it worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 04:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-by-Month/m-p/831345#M531263</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-17T04:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sum by Month,</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-by-Month/m-p/831346#M531264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 04:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-by-Month/m-p/831346#M531264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-17T04:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sum by Month,</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-by-Month/m-p/831347#M531265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Agis, all the suggestions worked. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 04:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-by-Month/m-p/831347#M531265</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-17T04:55:47Z</dc:date>
    </item>
  </channel>
</rss>

