<?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 Date Ranges in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068172#M357019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like the attached?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Apr 2016 10:23:10 GMT</pubDate>
    <dc:creator>nico_ilog</dc:creator>
    <dc:date>2016-04-25T10:23:10Z</dc:date>
    <item>
      <title>Set Analysis Date Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068161#M357008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I face the following issue in my application.&lt;/P&gt;&lt;P&gt;I have to calculate Exit count for HR report&lt;/P&gt;&lt;P&gt;I use the formula &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"&amp;gt;=$(vMinDate)&amp;lt;=$(vMaxDate)"&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;Exit_Count&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I need to show the current month numbers for the current year and the previous year.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;For example, if&amp;nbsp; 2015 - 2016 (2016) and &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;2014 - 2015 (2015) are selected, then by default April numbers should be seen for both years.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If user selects, any other month, then accordingly month should change.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;How to apply a filter of MaxMonth in set analysis in my expression above??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sheela&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 12:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068161#M357008</guid>
      <dc:creator />
      <dc:date>2016-04-20T12:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Date Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068162#M357009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample with your expected output along with it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 12:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068162#M357009</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-20T12:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Date Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068163#M357010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have attached the sample file.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;VK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 13:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068163#M357010</guid>
      <dc:creator />
      <dc:date>2016-04-20T13:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Date Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068164#M357011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Date={"$(='&amp;gt;=' &amp;amp; MonthStart(Max({&amp;lt;Year = {$(=Max(Year))}&amp;gt;}Date)) &amp;amp; '&amp;lt;=' &amp;amp; MonthEnd(Max({&amp;lt;Year = {$(=Max(Year))}&amp;gt;}Date)))"}&amp;gt;}EC)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 13:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068164#M357011</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-20T13:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Date Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068165#M357012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your repli.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My formula for Attrition% is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(vMinDate)&amp;lt;=$(vMaxDate)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Exit_Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;BR /&gt; (((&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(vMinDate)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OpeningBalance&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)+&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(vMaxDate)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ClosingBalance&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))/2)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;So, I have to apply month filter in such a way, that it suppresses date condition.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;If I give Monthstart for Opening Banlance and MonthEnd for CLosing Balance, the formula you suggested doesn't seem to work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Can you help out?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sheela&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 04:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068165#M357012</guid>
      <dc:creator />
      <dc:date>2016-04-21T04:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Date Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068166#M357013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The application you have shared doesn't seem to have Opening and ClosingBalance field. I am not sure how to see what you are trying to achieve her. Can you update the sample and clarify the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 08:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068166#M357013</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-21T08:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Date Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068167#M357014</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;Try this.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Variables:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;vMaxDate =Date(max(YourDate)&lt;/P&gt;&lt;P&gt;vMaxDay =Day(max(&lt;SPAN style="font-size: 13.3333px;"&gt;YourDate&lt;/SPAN&gt;))&lt;/P&gt;&lt;P&gt;vMaxMonth =Month(max(YourDate))&lt;/P&gt;&lt;P&gt;vMaxYear = year(Max(&lt;SPAN style="font-size: 13.3333px;"&gt;YourDate&lt;/SPAN&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//These variables are actually used on my side for MAT, bu i ammended the addmonths to only subtract 1 month (see in red). So you can change that to show not only the last 1 month, but 2,3,4,5,6 etc.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;//Variables for This Year&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;vStartDateTY =Date(MakeDate(Year(addmonths(&lt;SPAN style="font-size: 13.3333px;"&gt;vEndDateTY &lt;/SPAN&gt;,&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;)),Month(addmonths(&lt;SPAN style="font-size: 13.3333px;"&gt;vEndDateTY &lt;/SPAN&gt;,&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;)),1))&lt;/P&gt;&lt;P&gt;vEndDateTY =Date(vMaxDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;//Variables for Last Year&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;vStartDateLY =Date(MakeDate(Year(addmonths(&lt;SPAN style="font-size: 13.3333px;"&gt;vEndDateLY &lt;/SPAN&gt;,&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;)),Month(addmonths(&lt;SPAN style="font-size: 13.3333px;"&gt;vEndDateLY &lt;/SPAN&gt;,&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;)),1))&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;vEndDateLY =Date(AddYears(vMaxDate,-1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Expression:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;for THIS YEAR =(SUM({$&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;YourDate&lt;/SPAN&gt;={'&amp;gt;=$(&lt;SPAN style="font-size: 13.3333px;"&gt;vStartDateTY&lt;/SPAN&gt;)=$(&lt;SPAN style="font-size: 13.3333px;"&gt;vEndDateTY&lt;/SPAN&gt;)'}&amp;gt;}(YourField))&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;for LASTYEAR =(SUM({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;YourDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;={'&amp;gt;=$(&lt;SPAN style="font-size: 13.3333px;"&gt;vStartDateLY&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)=$(&lt;SPAN style="font-size: 13.3333px;"&gt;vEndDateLY&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)'}&amp;gt;}(YourField))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LAST NOTE: My Date format is dd/MM/yyyy&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way it will automatically use the MAX month if none other is selected, and you will have TY vs LY in the same instance. I Cannot implement this on you Testing.qvw because you do not have enough data (proper Dates - Your Month field,is not recognized as a month by the QV application, it is derived text only).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 08:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068167#M357014</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2016-04-21T08:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Date Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068168#M357015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let me know always select two years ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 09:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068168#M357015</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2016-04-21T09:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Date Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068169#M357016</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;I would rather determine the period to select in your script and add rather simple expressions in your charts something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Expressions:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;THIS YEAR =(SUM({$&amp;lt;&lt;SPAN style="font-size: 13.33px;"&gt;YearInd&lt;/SPAN&gt;={'0'}&amp;gt;}YourField)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;LASTYEAR =(SUM({$&amp;lt;&lt;SPAN style="font-size: 13.33px;"&gt;YearInd&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.33px;"&gt;={'1'}&amp;gt;}Y&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.33px;"&gt;ourField)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;where YearInd = 0 indicates current year and YearInd = 1 indicates last year&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;HtH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;P. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 09:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068169#M357016</guid>
      <dc:creator />
      <dc:date>2016-04-21T09:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Date Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068170#M357017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, two years will be selected all the time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 10:35:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068170#M357017</guid>
      <dc:creator />
      <dc:date>2016-04-21T10:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Date Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068171#M357018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Attached is the sample qvw and I my exact requirement for your reference.&lt;/P&gt;&lt;P&gt;I want the Attrition% for Current Month Current Year, Previous Month Previous Year.&lt;/P&gt;&lt;P&gt;Let me know if this is not clear.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vidhya&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 09:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068171#M357018</guid>
      <dc:creator />
      <dc:date>2016-04-25T09:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Date Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068172#M357019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like the attached?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068172#M357019</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2016-04-25T10:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Date Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068173#M357020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want the current month numbers to be displayed by default, when the dashboard is opened.&lt;/P&gt;&lt;P&gt;If 2016 n 2015 are selected, I should see 2016 April and 2015 April numbers in CY and PY columns respectively.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068173#M357020</guid>
      <dc:creator />
      <dc:date>2016-04-25T10:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Date Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068174#M357021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used the following expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(vMinDate)&amp;lt;=$(vMaxDate)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FIN_YEAR_NO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(vMaxYear)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FIN_MONTH_NO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(vMaxMonth)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Exit_Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;BR /&gt;&lt;BR /&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FIN_YEAR_NO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(vMaxYear)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FIN_MONTH_NO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(vMaxMonth)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OpeningBalance&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)+&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FIN_YEAR_NO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(vMaxYear)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FIN_MONTH_NO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(vMaxMonth)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ClosingBalance&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))/2),'##.#%')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;If I select 2017 and 2016, I get "no data to display" for current year and for 2016 I get Mar numbers, which is ideally wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I should get April for both 2017 and 2016&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 12:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068174#M357021</guid>
      <dc:creator />
      <dc:date>2016-04-25T12:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Date Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068175#M357022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where are you looking to get these numbers? Straight table or text box objects? Is the image in the doc file the number you would see when you select 2015 and 2016? I am not sure what exactly are you looking to do. Please elaborate &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 12:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068175#M357022</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-25T12:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Date Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068176#M357023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want these numbers to be displayed in Gauge object, style being digital display as seen in the screenshot.&lt;/P&gt;&lt;P&gt;If 2016 and 2015 are selected, numbers will be seen in the object. Let me know if this is clear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 04:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068176#M357023</guid>
      <dc:creator />
      <dc:date>2016-04-26T04:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Date Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068177#M357024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for your help.&lt;/P&gt;&lt;P&gt;I would like to close this thread, as my problem is solved now.&lt;/P&gt;&lt;P&gt;I had to change my variable to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FIN_YEAR_NO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(vMaxYear)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FIN_MONTH_NO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;in order to fix the issue&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Rgds,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Vidhya&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 10:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Date-Ranges/m-p/1068177#M357024</guid>
      <dc:creator />
      <dc:date>2016-04-27T10:14:48Z</dc:date>
    </item>
  </channel>
</rss>

