<?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: Counting current month totals in Set Analysis Expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514860#M62549</link>
    <description>Previous one you have to consider date format too I believe.&lt;BR /&gt;But&lt;BR /&gt;If you have a master calendar use set analysis on that along with month function&lt;BR /&gt;E.g. month={"$(=month(today ())"}&lt;BR /&gt;&lt;BR /&gt;Share your expression of it doesn't work</description>
    <pubDate>Fri, 30 Nov 2018 13:24:55 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2018-11-30T13:24:55Z</dc:date>
    <item>
      <title>Counting current month totals in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514538#M62546</link>
      <description>&lt;P&gt;Hi Community.&lt;/P&gt;&lt;P&gt;I have planned sales data in a monthly line chart from Jan to Dec.&lt;/P&gt;&lt;P&gt;I have the following expression and what I am trying to accomplish is to have a data point that shows the monthly total and changes as we go from month to month:&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;[Date Type]={'VPP Dates'},Reference_Only={'No'},Date={$(=Date(Today(),'MMMM'))}&amp;gt;}Gateways)&lt;/P&gt;&lt;P&gt;I am getting zero when I throw the equation in a text box.&lt;/P&gt;&lt;P&gt;any help rendered will be truly appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 07:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514538#M62546</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2021-04-02T07:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Counting current month totals in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514542#M62547</link>
      <description>Date={$(=Date(Today(),'MMMM'))} will not work.&lt;BR /&gt;You either have to create a master calendar and do Set analysis against month field in the master calendar.&lt;BR /&gt;Or you will need to do something like below&lt;BR /&gt;Date={"&amp;gt;=$(=MonthStart(Today()))"} , Date={"&amp;lt;=$(=Today())"}&lt;BR /&gt;&lt;BR /&gt;Typing on my phone so may not perfect but you get the idea&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Nov 2018 22:33:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514542#M62547</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-11-29T22:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Counting current month totals in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514854#M62548</link>
      <description>&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;I do have a master calendar and when I used your suggested formula, it said the expression was OK but I got a result of zero.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 13:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514854#M62548</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2018-11-30T13:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Counting current month totals in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514860#M62549</link>
      <description>Previous one you have to consider date format too I believe.&lt;BR /&gt;But&lt;BR /&gt;If you have a master calendar use set analysis on that along with month function&lt;BR /&gt;E.g. month={"$(=month(today ())"}&lt;BR /&gt;&lt;BR /&gt;Share your expression of it doesn't work</description>
      <pubDate>Fri, 30 Nov 2018 13:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514860#M62549</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-11-30T13:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Counting current month totals in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514868#M62550</link>
      <description>&lt;P&gt;This is my Master Calendar data:&lt;/P&gt;&lt;P&gt;LOAD %Date,&lt;BR /&gt;Date,&lt;BR /&gt;Year,&lt;BR /&gt;[Quarter Number],&lt;BR /&gt;[Quarter Name],&lt;BR /&gt;[Month of Year],&lt;BR /&gt;[Month of Year Name],&lt;BR /&gt;[Month of Year Abbreviated Name],&lt;BR /&gt;[Week of Year],&lt;BR /&gt;[Day of Week],&lt;BR /&gt;[Day of Week Name],&lt;BR /&gt;[Day of Week Abbreviated Name],&lt;BR /&gt;[Day of Month],&lt;BR /&gt;[Day of Year],&lt;BR /&gt;[Days in Month],&lt;BR /&gt;Date(MonthStart(Date),'MMM YY') as YearMonth,&lt;BR /&gt;[Leap Year Flag],&lt;BR /&gt;[Weekend Flag],&lt;BR /&gt;[Production Month],&lt;BR /&gt;[Production Year],&lt;BR /&gt;[Issue Number],&lt;BR /&gt;[Julian Date],&lt;BR /&gt;[Week Ending Friday]&lt;/P&gt;&lt;P&gt;I tried using Month of Year:&lt;/P&gt;&lt;P&gt;=Date(Today(),'MMM')&amp;amp; ', '&amp;amp; Count({$&amp;lt;[Date Type]={'VPP Dates'},Reference_Only={'No'},[Month of Year]={"$(=[Month of Year](today ())"}&amp;gt;}Gateways)&lt;/P&gt;&lt;P&gt;It still didnt work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 13:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514868#M62550</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2018-11-30T13:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Counting current month totals in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514878#M62551</link>
      <description>&lt;P&gt;Use same function on today as when you are creating&amp;nbsp;yearmonth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count({$&amp;lt;[Date Type]={'VPP Dates'},Reference_Only={'No'},[Month of Year]={"$(=&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Date(MonthStart(today()),'MMM YY')&lt;/FONT&gt;&lt;/STRONG&gt;"}&amp;gt;}Gateways)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 13:44:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514878#M62551</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-11-30T13:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Counting current month totals in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514887#M62552</link>
      <description>&lt;P&gt;Yes I tried that too and it still didn't work...&lt;/P&gt;&lt;P&gt;All I want to show is this months distribution and not every other month (YTD), currently the graph is showing Jan through Dec as the expression is a count of total planned for each month.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 13:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514887#M62552</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2018-11-30T13:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Counting current month totals in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514893#M62553</link>
      <description>Sorry not Month of Year&lt;BR /&gt;YearMonth={"$(=Date(MonthStart(today()),'MMM YY')"}</description>
      <pubDate>Fri, 30 Nov 2018 13:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514893#M62553</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-11-30T13:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Counting current month totals in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514913#M62554</link>
      <description>&lt;P&gt;Nothing Dilipranjith, still nothing...&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 14:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514913#M62554</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2018-11-30T14:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Counting current month totals in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514919#M62555</link>
      <description>weird. can you share the app? (anonymize if sensitive information exists)&lt;BR /&gt;in Qlikview - Settings - Document Properties - Scrambling&lt;BR /&gt;or&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Scrambling-Data/ba-p/1473042" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Scrambling-Data/ba-p/1473042&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2018 14:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514919#M62555</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-11-30T14:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Counting current month totals in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514926#M62556</link>
      <description>Sample app would be ideal Or can you share pictures of what you are getting and dimensions and measures used.&lt;BR /&gt;Only 1 measure on your line chart right?&lt;BR /&gt;Also try copy pasting the count expression onto a text field. and check if value makes sense</description>
      <pubDate>Fri, 30 Nov 2018 14:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514926#M62556</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-11-30T14:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Counting current month totals in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514935#M62557</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chart1.JPG" style="width: 873px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1375iA36218C6D7FA1B90/image-size/large?v=v2&amp;amp;px=999" role="button" title="Chart1.JPG" alt="Chart1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 14:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514935#M62557</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2018-11-30T14:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Counting current month totals in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514937#M62558</link>
      <description>&lt;P&gt;Unfortunately I cannot share the app, even after scrambling, due to confidential restrictions.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 14:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514937#M62558</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2018-11-30T14:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Counting current month totals in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514941#M62559</link>
      <description>If You have other expressions i believe it will interfere with the set analysis</description>
      <pubDate>Fri, 30 Nov 2018 14:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514941#M62559</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-11-30T14:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Counting current month totals in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514953#M62560</link>
      <description>&lt;P&gt;I disabled the other expressions and still didn't work. So not too sure if that would help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 14:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1514953#M62560</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2018-11-30T14:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Counting current month totals in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1515031#M62561</link>
      <description>&lt;P&gt;I think I got it...&lt;/P&gt;&lt;P&gt;I will have to check tomorrow to see if the month will change to December, but thus far I am able to show as intended:&lt;/P&gt;&lt;P&gt;Dual('Current Month, '&amp;amp; Count({$&amp;lt;[Date Type]={'VPP Dates'},Reference_Only={'No'},[Month of Year Abbreviated Name]={$(=Date(Today(),'MMM'))}&amp;gt;}Gateways),&lt;BR /&gt;Count({$&amp;lt;[Date Type]={'VPP Dates'},Reference_Only={'No'},[Month of Year Abbreviated Name]={$(=Date(Today(),'MMM'))}&amp;gt;}Gateways) )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 17:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-current-month-totals-in-Set-Analysis-Expression/m-p/1515031#M62561</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2018-11-30T17:14:44Z</dc:date>
    </item>
  </channel>
</rss>

