<?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: Set analysis and current month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-current-month/m-p/548217#M1123513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;MonthField={"$(=Max(MonthField))"}&amp;gt;} Sales.Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming your monthfield is created in the script using month().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jan 2014 06:39:12 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-01-22T06:39:12Z</dc:date>
    <item>
      <title>Set analysis and current month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-current-month/m-p/548216#M1123512</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;i want sum my sales for currentmonth, how can i do his? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( {$&amp;lt;Month(maxMonth&amp;gt;} Sales.Amount) not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pleae help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 06:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-and-current-month/m-p/548216#M1123512</guid>
      <dc:creator />
      <dc:date>2014-01-22T06:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis and current month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-current-month/m-p/548217#M1123513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;MonthField={"$(=Max(MonthField))"}&amp;gt;} Sales.Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming your monthfield is created in the script using month().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 06:39:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-and-current-month/m-p/548217#M1123513</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-01-22T06:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis and current month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-current-month/m-p/548218#M1123514</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;"&gt;&lt;STRONG&gt;sum( {$&amp;lt;Month={$(=Month(maxMonth))}&amp;gt;} Sales.Amount) &lt;/STRONG&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;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 06:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-and-current-month/m-p/548218#M1123514</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-01-22T06:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis and current month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-current-month/m-p/548219#M1123515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still not working, my master calendar script is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNQUALIFY *;&lt;/P&gt;&lt;P&gt;Min:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; min (Date) as MinDate&lt;/P&gt;&lt;P&gt;resident Fact;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; max (Date) as MaxDate&lt;/P&gt;&lt;P&gt;resident Fact;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vMinDate = Peek('MinDate',0,'Min');&amp;nbsp; &lt;/P&gt;&lt;P&gt;vMaxDate = Peek('MaxDate',-1,'Max'); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date($(vMinDate) + RowNo() - 1) as Date&lt;/P&gt;&lt;P&gt;AutoGenerate &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(vMaxDate) - $(vMinDate) + 1 &lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calendar:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date as Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Month(Date) as Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Year(Date) as Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Week(Date) as Week,&lt;/P&gt;&lt;P&gt;&amp;nbsp; WeekDay(Date) as WeekDay,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Day(Date) as Day,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Q'&amp;amp;Ceil(Month(Date)/3) as Quarter,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'H'&amp;amp;Ceil(Month(Date)/6) as HalfYear,&lt;/P&gt;&lt;P&gt;&amp;nbsp; MonthName(Date) as YearMonth,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Year(Date) &amp;amp;'-Q'&amp;amp; Ceil(Month(Date)/3) as YearQuarter,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Year(Date) &amp;amp;'-H'&amp;amp; Ceil(Month(Date)/6) as YearHalfYear&lt;/P&gt;&lt;P&gt;resident Temp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop tables Min,Max,Temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 07:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-and-current-month/m-p/548219#M1123515</guid>
      <dc:creator />
      <dc:date>2014-01-22T07:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis and current month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-current-month/m-p/548220#M1123516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Month={"$(=&lt;STRONG&gt;MaxString&lt;/STRONG&gt;(Month))"}&amp;gt;} Sales.Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 07:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-and-current-month/m-p/548220#M1123516</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-01-22T07:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis and current month</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-current-month/m-p/548221#M1123517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;works great, thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 07:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-and-current-month/m-p/548221#M1123517</guid>
      <dc:creator />
      <dc:date>2014-01-22T07:17:55Z</dc:date>
    </item>
  </channel>
</rss>

