<?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: Monthly Total in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Monthly-Total/m-p/1232469#M853851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use &lt;STRONG&gt;pivote table&lt;/STRONG&gt; and there go to calculated dimension and say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Month(JoinDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then put your expression &amp;gt;&amp;gt;plss try&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2017 05:50:23 GMT</pubDate>
    <dc:creator>sdmech81</dc:creator>
    <dc:date>2017-02-21T05:50:23Z</dc:date>
    <item>
      <title>Monthly Total</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-Total/m-p/1232468#M853850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having an issue calculation a monthly total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with the number of members by JoinDate. Count of the number of members who joined on that day and a cumulative count;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153866_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Next step is to populate the table below;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/153867_2.jpg" style="height: 72px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;The table is showing the number of members who joined in the month, regardless of year, of course i can include an expression to provide the current year/month values. This is not what I am after. &lt;/P&gt;&lt;P&gt;The expression for the count of members by month for FY17 is where I would like to start; Jul - 139,295 through to Jan - 144,790 (as per the table above).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, i am starting with :- &lt;/P&gt;&lt;P&gt;=num( sum( Member_Count) ,'#,###,###')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grateful for any guidance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-Total/m-p/1232468#M853850</guid>
      <dc:creator>chris_munns</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly Total</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-Total/m-p/1232469#M853851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use &lt;STRONG&gt;pivote table&lt;/STRONG&gt; and there go to calculated dimension and say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Month(JoinDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then put your expression &amp;gt;&amp;gt;plss try&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 05:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-Total/m-p/1232469#M853851</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-21T05:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly Total</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-Total/m-p/1232470#M853853</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;you can use &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Month(JoinDate) as Month&lt;/SPAN&gt; in script.&lt;/P&gt;&lt;P&gt;then use Month column in pivot table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 05:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-Total/m-p/1232470#M853853</guid>
      <dc:creator>muthukumar77</dc:creator>
      <dc:date>2017-02-21T05:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly Total</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-Total/m-p/1232471#M853854</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;Hi CHris,&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;I think what you're looking for is something like:&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;&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;=num( sum( {&amp;lt;year(JoinDate)={"=$(=year(today())"}&amp;gt;}Member_Count) ,'#,###,###')&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;However I would make life much easier for yourself and create a master calendar for joindate as you can then set some flags etc to pick up the current year&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 08:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-Total/m-p/1232471#M853854</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-02-21T08:57:08Z</dc:date>
    </item>
  </channel>
</rss>

