<?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: Issue on calculating Quantity per Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-on-calculating-Quantity-per-Month/m-p/2065707#M1223446</link>
    <description>&lt;P&gt;First create Month Year column&amp;nbsp; and then use this expression.&lt;/P&gt;
&lt;P&gt;I hope this works for u.&lt;/P&gt;
&lt;P&gt;Aggr(Sum(Quantity), name of month year column)&lt;/P&gt;</description>
    <pubDate>Fri, 28 Apr 2023 10:07:29 GMT</pubDate>
    <dc:creator>Prem0212</dc:creator>
    <dc:date>2023-04-28T10:07:29Z</dc:date>
    <item>
      <title>Issue on calculating Quantity per Month</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-calculating-Quantity-per-Month/m-p/2065651#M1223444</link>
      <description>&lt;P&gt;Hi forum,&lt;/P&gt;
&lt;P&gt;I have a problem with my visualizations on QlikView. I want to calculate&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Quantity per Month (Total Qty)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;based on the value from the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Quantity&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;itself and grouping it per &lt;STRONG&gt;Month Year&lt;/STRONG&gt;.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently, the table is like below (sample):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="c1bs_0-1682672438712.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/106022i4C44D8DAACD96750/image-size/medium?v=v2&amp;amp;px=400" role="button" title="c1bs_0-1682672438712.png" alt="c1bs_0-1682672438712.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I want the desired outcome to be like below (sample):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="c1bs_1-1682672502330.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/106023i31B6D870AA42CAFC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="c1bs_1-1682672502330.png" alt="c1bs_1-1682672502330.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I want to achieve the &lt;STRONG&gt;Total Qty&amp;nbsp;&lt;/STRONG&gt;using an expression.&lt;/P&gt;
&lt;P&gt;Some notes:&lt;BR /&gt;1. &lt;STRONG&gt;Month Year&lt;/STRONG&gt;&amp;nbsp;(from the &lt;STRONG&gt;Date&lt;/STRONG&gt;) and &lt;STRONG&gt;Total Qty&amp;nbsp;&lt;/STRONG&gt;are the expressions.&lt;/P&gt;
&lt;P&gt;2. &lt;STRONG&gt;Total Qty&amp;nbsp;&lt;/STRONG&gt;is a total of&amp;nbsp;&lt;STRONG&gt;Quantity&lt;/STRONG&gt;&amp;nbsp;by&amp;nbsp;&lt;STRONG&gt;Month Year.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;3.&amp;nbsp; Somehow, I can't solve this by Editing the Script, &lt;STRONG&gt;I can only work this by using expressions&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;4. Please assume that all fields have other values also, not like the sample above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you and hopefully I get feedback very soon from the forum.&lt;/P&gt;
&lt;P&gt;Cheers!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 09:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-calculating-Quantity-per-Month/m-p/2065651#M1223444</guid>
      <dc:creator>c1bs</dc:creator>
      <dc:date>2023-04-28T09:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on calculating Quantity per Month</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-calculating-Quantity-per-Month/m-p/2065672#M1223445</link>
      <description>&lt;P&gt;Create month Year field in back end ( Script)&lt;/P&gt;
&lt;P&gt;then use in expression as&lt;/P&gt;
&lt;P&gt;Sum( Total&amp;lt;MonthYear&amp;gt; Qty)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Prashant Sangle&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 09:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-calculating-Quantity-per-Month/m-p/2065672#M1223445</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2023-04-28T09:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on calculating Quantity per Month</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-calculating-Quantity-per-Month/m-p/2065707#M1223446</link>
      <description>&lt;P&gt;First create Month Year column&amp;nbsp; and then use this expression.&lt;/P&gt;
&lt;P&gt;I hope this works for u.&lt;/P&gt;
&lt;P&gt;Aggr(Sum(Quantity), name of month year column)&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 10:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-calculating-Quantity-per-Month/m-p/2065707#M1223446</guid>
      <dc:creator>Prem0212</dc:creator>
      <dc:date>2023-04-28T10:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on calculating Quantity per Month</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-calculating-Quantity-per-Month/m-p/2066469#M1223470</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/42758"&gt;@PrashantSangle&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to solve this problem without back end?&lt;BR /&gt;Somehow, I have a limitation (can't access back end) and only working it by using an expression.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it's possible, let me know your suggested solution.&lt;/P&gt;
&lt;P&gt;Thank you for replying to me!&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 02:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-calculating-Quantity-per-Month/m-p/2066469#M1223470</guid>
      <dc:creator>c1bs</dc:creator>
      <dc:date>2023-05-02T02:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on calculating Quantity per Month</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-calculating-Quantity-per-Month/m-p/2066470#M1223471</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/225364"&gt;@Prem0212&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How exactly to create the column of Month Year? Is it by using back end script?&lt;/P&gt;
&lt;P&gt;If that so, I have a limitation right now and I can't access the back end.&lt;/P&gt;
&lt;P&gt;If it's possible to work this problem with using expression, let me know your suggested solution.&lt;/P&gt;
&lt;P&gt;Thank you for your time!&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 02:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-calculating-Quantity-per-Month/m-p/2066470#M1223471</guid>
      <dc:creator>c1bs</dc:creator>
      <dc:date>2023-05-02T02:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on calculating Quantity per Month</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-calculating-Quantity-per-Month/m-p/2066523#M1223475</link>
      <description>&lt;P&gt;You can use the following&amp;nbsp; expression in the table visual and its working for me&lt;/P&gt;
&lt;P&gt;Use this expression&amp;nbsp; &amp;nbsp;Month("Ship Date")&amp;amp;'-'&amp;amp;Year("Ship Date")&amp;nbsp; &amp;nbsp;instead of month year column in the table below&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prem0212_0-1683008607582.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/106208iE1DA02FC632CA8FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Prem0212_0-1683008607582.png" alt="Prem0212_0-1683008607582.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please like and Accept the solution&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 06:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-calculating-Quantity-per-Month/m-p/2066523#M1223475</guid>
      <dc:creator>Prem0212</dc:creator>
      <dc:date>2023-05-02T06:24:51Z</dc:date>
    </item>
  </channel>
</rss>

