<?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 using Month Function as operator in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-using-Month-Function-as-operator/m-p/1402147#M810215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you upload a sample here?&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Tharindu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Oct 2017 06:51:41 GMT</pubDate>
    <dc:creator>dinuwanbr</dc:creator>
    <dc:date>2017-10-06T06:51:41Z</dc:date>
    <item>
      <title>Set analysis using Month Function as operator</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-using-Month-Function-as-operator/m-p/1402143#M810211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to make the iPlanMonth#, Month#, and Fiscal Year select only what is current month/Year. Example I only want to to pull the values from the Forecasted version 10(oct) where the Month is 10(oct) and only for 2017.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({1&amp;lt;iPlanMonth#={'=Month(Today())'},Month#={'=Month(Today())'},[Fiscal year]=&lt;SPAN style="font-size: 13.3333px;"&gt;{'=Year(Today())'}&amp;gt;&lt;/SPAN&gt;}[Metric Tons])&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/Set-analysis-using-Month-Function-as-operator/m-p/1402143#M810211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis using Month Function as operator</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-using-Month-Function-as-operator/m-p/1402144#M810212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;below worked but I cannot get same results for to grab the Min selected date for iPlanMonth#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current month forecast sum:&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;iPlanMonth# = {$(=Max(num(iPlanMonth#)))},[Data Source]={'Forecast'},[Fiscal year] = {$(=num(Year(Today())))}&amp;gt;}[Metric Tons])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;iPlanMonth# = {$(=Min(num(iPlanMonth#)))},[Data Source]={'Forecast'},[Fiscal year] = {$(=num(Year(Today())))}&amp;gt;}[Metric Tons])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 14:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-using-Month-Function-as-operator/m-p/1402144#M810212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-05T14:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis using Month Function as operator</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-using-Month-Function-as-operator/m-p/1402145#M810213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This way try with commas&lt;/P&gt;&lt;P&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;SUM({&amp;lt;iPlanMonth# = { &lt;STRONG&gt;"&lt;/STRONG&gt;$(=Max(num(iPlanMonth#)))&lt;STRONG&gt;"&lt;/STRONG&gt; }, [Data Source] = {'Forecast'} , [Fiscal year] = {"$(=num(Year(Today())))" }&amp;gt;}[Metric Tons])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 16:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-using-Month-Function-as-operator/m-p/1402145#M810213</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-05T16:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis using Month Function as operator</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-using-Month-Function-as-operator/m-p/1402146#M810214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks that worked to get the Current Month forecast, but I cant seem to get it to work to get the previous months. Is there a way to take the min iPlanMonth# based on the selection?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 16:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-using-Month-Function-as-operator/m-p/1402146#M810214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-05T16:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis using Month Function as operator</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-using-Month-Function-as-operator/m-p/1402147#M810215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you upload a sample here?&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Tharindu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 06:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-using-Month-Function-as-operator/m-p/1402147#M810215</guid>
      <dc:creator>dinuwanbr</dc:creator>
      <dc:date>2017-10-06T06:51:41Z</dc:date>
    </item>
  </channel>
</rss>

