<?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: QlikSense Default Month Filter in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/QlikSense-Default-Month-Filter/m-p/1140626#M20201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(GetSelectedCount(Month)=0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Aggr(Rangesum(above(TOTAL(SUM ({&amp;lt;Month = {$(=Month( AddMonths(Today(),-1)) )} , [MonthYear] =,&amp;nbsp; &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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekDay=&amp;gt;} [Net Load])), 0, RowNo())), (Year, (NUMERIC)), (Day, (NUMERIC))),&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Aggr(Rangesum(above(TOTAL(SUM ({&amp;lt;[MonthYear] =, WeekDay=&amp;gt;} [Net Load])), 0, RowNo())), (Year, (NUMERIC)), &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Day, (NUMERIC)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will use the last month calculation when the user doesn't have any month selected, but if they select one or more months, it will use those instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it was in QlikView, I would have two expressions and use GetSelectedCount() calculations as conditions to enable each function when necessary.&amp;nbsp; As far as I can tell (I don't have experience with QlikSense), you don't have the ability to do the same thing in Sense (please let me know if I'm incorrect here).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Sep 2016 16:41:17 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2016-09-06T16:41:17Z</dc:date>
    <item>
      <title>QlikSense Default Month Filter</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Default-Month-Filter/m-p/1140625#M20200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In QlikSense&lt;/P&gt;&lt;P&gt;I am using this expression which gives me last month cumalitive sum.&lt;/P&gt;&lt;P&gt;Aggr(Rangesum(above(TOTAL(SUM ({&amp;lt;Month = {$(=Month( AddMonths(Today(),-1)) )} , [MonthYear] =,&amp;nbsp; WeekDay=&amp;gt;} [Net Load])), 0, RowNo())), (Year, (NUMERIC)), (Day, (NUMERIC)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I alter this so when someone opens the app it shows the previous month data but when they apply filter for Month, it give the totals for that selected month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 19:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Default-Month-Filter/m-p/1140625#M20200</guid>
      <dc:creator />
      <dc:date>2016-09-02T19:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Default Month Filter</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Default-Month-Filter/m-p/1140626#M20201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(GetSelectedCount(Month)=0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Aggr(Rangesum(above(TOTAL(SUM ({&amp;lt;Month = {$(=Month( AddMonths(Today(),-1)) )} , [MonthYear] =,&amp;nbsp; &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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekDay=&amp;gt;} [Net Load])), 0, RowNo())), (Year, (NUMERIC)), (Day, (NUMERIC))),&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Aggr(Rangesum(above(TOTAL(SUM ({&amp;lt;[MonthYear] =, WeekDay=&amp;gt;} [Net Load])), 0, RowNo())), (Year, (NUMERIC)), &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Day, (NUMERIC)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will use the last month calculation when the user doesn't have any month selected, but if they select one or more months, it will use those instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it was in QlikView, I would have two expressions and use GetSelectedCount() calculations as conditions to enable each function when necessary.&amp;nbsp; As far as I can tell (I don't have experience with QlikSense), you don't have the ability to do the same thing in Sense (please let me know if I'm incorrect here).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 16:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Default-Month-Filter/m-p/1140626#M20201</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2016-09-06T16:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Default Month Filter</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Default-Month-Filter/m-p/1140627#M20202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are AWESOME! Thanks Nicole &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 17:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Default-Month-Filter/m-p/1140627#M20202</guid>
      <dc:creator />
      <dc:date>2016-09-06T17:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Default Month Filter</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Default-Month-Filter/m-p/1140628#M20203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and you are write, there isn't a way to add another expression to the same chart, unless you want to add it as an alternative expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 17:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Default-Month-Filter/m-p/1140628#M20203</guid>
      <dc:creator />
      <dc:date>2016-09-06T17:10:33Z</dc:date>
    </item>
  </channel>
</rss>

