<?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 Problems with time interval month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853217#M299110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;little problem with a formula&lt;/P&gt;&lt;P&gt;Sheet "Sales Report"&lt;/P&gt;&lt;P&gt;Object "Budget"&lt;/P&gt;&lt;P&gt;Last column&lt;/P&gt;&lt;P&gt;I want to calculate the% increase in 2015 vs. 2014 but the same period.&lt;/P&gt;&lt;P&gt;The interval must be selected &lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN style="color: #ff0000; text-decoration: underline;"&gt;every month and in 2013, 2014 and 2015&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN style="color: #575757; text-decoration: underline;"&gt;&lt;SPAN style="color: #ff0000; text-decoration: underline;"&gt;I want the value in%,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt; for example, today April the ratio between January February March 2015 versus January February March 2014 .... and so on&amp;nbsp;&amp;nbsp; ...&amp;nbsp;&amp;nbsp; in May the ratio of January February March April 2015 versus January February March April 2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone can help?&lt;/P&gt;&lt;P&gt;I attach files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gian Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Apr 2015 16:13:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-03T16:13:48Z</dc:date>
    <item>
      <title>Problems with time interval month</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853217#M299110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;little problem with a formula&lt;/P&gt;&lt;P&gt;Sheet "Sales Report"&lt;/P&gt;&lt;P&gt;Object "Budget"&lt;/P&gt;&lt;P&gt;Last column&lt;/P&gt;&lt;P&gt;I want to calculate the% increase in 2015 vs. 2014 but the same period.&lt;/P&gt;&lt;P&gt;The interval must be selected &lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN style="color: #ff0000; text-decoration: underline;"&gt;every month and in 2013, 2014 and 2015&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN style="color: #575757; text-decoration: underline;"&gt;&lt;SPAN style="color: #ff0000; text-decoration: underline;"&gt;I want the value in%,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt; for example, today April the ratio between January February March 2015 versus January February March 2014 .... and so on&amp;nbsp;&amp;nbsp; ...&amp;nbsp;&amp;nbsp; in May the ratio of January February March April 2015 versus January February March April 2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone can help?&lt;/P&gt;&lt;P&gt;I attach files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gian Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 16:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853217#M299110</guid>
      <dc:creator />
      <dc:date>2015-04-03T16:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with time interval month</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853218#M299111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add into your script a regular date format and then create a variable that reads your max and min date and add that into your set analysis&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;FV_Tipo=,YearMonth&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Date = {'&amp;gt;=$(=(vMinCurrentDate))&amp;lt;=$(=(vMaxCurrentDate))'},&lt;/SPAN&gt;&amp;gt;} FV_Imponibile)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this document should help also &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4247"&gt;QlikView App: Dates, Date Ranges and Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 16:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853218#M299111</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-04-03T16:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with time interval month</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853219#M299112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramon,&lt;/P&gt;&lt;P&gt;thanks but don't work ...&lt;/P&gt;&lt;P&gt;Please you can enter a formula in my example?&lt;/P&gt;&lt;P&gt;Thanks again ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gian Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 18:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853219#M299112</guid>
      <dc:creator />
      <dc:date>2015-04-03T18:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with time interval month</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853220#M299113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I misunderstood your requirement, you are already doing what I was suggesting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but have you tried using the column number identifier, instead of your current formula ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the expression &lt;/P&gt;&lt;P&gt;(rangesum(above(column(1)&amp;amp;' ' ,0,12)))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;rangesum(above(column(2),0,12))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this is the result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Mese&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;2015&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;2014&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Diff&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Diff %&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;New Metric&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;€ 129097.90 &lt;/STRONG&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;€ 241611.70 &lt;/STRONG&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;-€ 112513.80&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;SPAN style="color: #007f00;"&gt;&lt;STRONG&gt;+53.4%&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;53.43% &lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;gen&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;€ 56650.00&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;€ 147613.70&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #ff3636;"&gt;-€ 90963.70&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #367f36;"&gt;+38.4%&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;38.38%&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;feb&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;€ 87132.90&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;€ 219006.70&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #ff3636;"&gt;-€ 131873.80&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #367f36;"&gt;+42.7%&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;39.79%&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;mar&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;€ 129097.90&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;€ 241611.70&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #ff3636;"&gt;-€ 112513.80&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #367f36;"&gt;+185.6%&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;53.43%&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 19:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853220#M299113</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-04-03T19:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with time interval month</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853221#M299114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramon,&lt;/P&gt;&lt;P&gt;sorry but I explained bad ... we try again.&lt;/P&gt;&lt;P&gt;Sheet "Sales Report"&lt;/P&gt;&lt;P&gt;Object "Budget"&lt;/P&gt;&lt;P&gt;Last column&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;I select all of 2013, 2014 and 2015.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In the last column I want the following result.&lt;/P&gt;&lt;P&gt;Today we are in April and I would like the difference in % of sales between the months of January February March 2015 VS January February March 2014.&lt;/P&gt;&lt;P&gt;In May &lt;SPAN style="font-size: 13.3333330154419px;"&gt; I would like the difference in % of sales between the months of January February March April 2015 VS January February March April2014.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gian Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 20:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853221#M299114</guid>
      <dc:creator />
      <dc:date>2015-04-03T20:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with time interval month</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853222#M299115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌what do you expect to see in Jan?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2015 22:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853222#M299115</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-04-04T22:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with time interval month</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853223#M299116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramon,&lt;/P&gt;&lt;P&gt;look this formula:&lt;/P&gt;&lt;P&gt;(rangesum(above(sum({&amp;lt;FV_Tipo=, Anno={$(vMaxAnno)}&amp;gt;} FV_Imponibile),0,12)) &lt;STRONG&gt;-&lt;/STRONG&gt; rangesum(above(sum({&amp;lt;FV_Tipo=, Anno={$(vMaxAnnoPrec)}&amp;gt;} FV_Imponibile),0,12)))&amp;nbsp; &lt;STRONG&gt; /&lt;/STRONG&gt;&amp;nbsp; rangesum(above(sum({&amp;lt;FV_Tipo=, Anno={$(vMaxAnnoPrec)}&amp;gt;} FV_Imponibile),0,12))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is almost correct but I want &lt;STRONG&gt;today&lt;/STRONG&gt; April I make a comparison between the first three months of 2015 versus the first three months of 2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As it is now compares the first 3 months of 2015 with the end of 2014 and it is not what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is clear ... thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gian Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2015 23:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853223#M299116</guid>
      <dc:creator />
      <dc:date>2015-04-04T23:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with time interval month</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853224#M299117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramon .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or better the formula works if I enter dimension "MONTH" and I become the first.&lt;/P&gt;&lt;P&gt;But if I enter this dimension "MONTH"&amp;nbsp; throughout the grid changes and it is not what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gian Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Apr 2015 07:54:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853224#M299117</guid>
      <dc:creator />
      <dc:date>2015-04-05T07:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with time interval month</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853225#M299118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so i replaced the accumulation calculation that was being done in the first two columns with your expression and then applied the formula that I believe you wanted to add in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attached is the document &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 01:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853225#M299118</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-04-07T01:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with time interval month</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853226#M299119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramon,&lt;/P&gt;&lt;P&gt;I saw that you made changes to the object "Sales Report" of the sheet "Sales Report".&lt;/P&gt;&lt;P&gt;But that's okay.&lt;/P&gt;&lt;P&gt;The last column&lt;/P&gt;&lt;P&gt;I want to change the last column of the grid the object's Budget in the sheet "Sales Report".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 08:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853226#M299119</guid>
      <dc:creator />
      <dc:date>2015-04-07T08:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with time interval month</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853227#M299120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with these formulas &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;FV_Tipo=, Anno={$(vMaxAnno)},Annomese = {"&amp;lt;=$(=(max(Annomese,2)))"}&amp;gt;} FV_Imponibile)&lt;/P&gt;&lt;P&gt;sum({&amp;lt;FV_Tipo=, Anno={$(vMaxAnnoPrec)},Annomese = {&amp;lt;=$(=date(AddYears(max(Annomese,2),-1),'YYYY/MM'))"}&amp;gt;} FV_Imponibile)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can switch the advanced search to &lt;SPAN style="font-size: 13.3333330154419px;"&gt;variables &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 19:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853227#M299120</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-04-07T19:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with time interval month</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853228#M299121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramon, these formulas don't work ... sorry and thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would use the formula below but it does not work ... I also tried to replace, with 0.12, 0.3, (jan - mar) but the result does not change any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(rangesum(above(sum({&amp;lt;FV_Tipo=, Anno={$(vMaxAnno)}&amp;gt;} FV_Imponibile),&lt;SPAN style="color: #ff0000;"&gt;0,12&lt;/SPAN&gt;))&lt;STRONG&gt; -&lt;/STRONG&gt; rangesum(above(sum({&amp;lt;FV_Tipo=, Anno={$(vMaxAnnoPrec)}&amp;gt;} FV_Imponibile),&lt;SPAN style="color: #ff0000;"&gt;0,12&lt;/SPAN&gt;)))&lt;STRONG&gt; /&lt;/STRONG&gt; rangesum(above(sum({&amp;lt;FV_Tipo=, Anno={$(vMaxAnnoPrec)}&amp;gt;} FV_Imponibile),&lt;SPAN style="color: #ff0000;"&gt;0,12&lt;/SPAN&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values in red indicate all 12 months?&lt;/P&gt;&lt;P&gt;and if you want only the first 3 months? I tried to put, 0,3 but the result does not change ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Were are you from?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gian Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 20:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853228#M299121</guid>
      <dc:creator />
      <dc:date>2015-04-07T20:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with time interval month</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853229#M299122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 22:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853229#M299122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-07T22:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with time interval month</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853230#M299123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gian Paolo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is doing it for me, I am seeing the same results as in the previous changes that I had done &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 03:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853230#M299123</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-04-08T03:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with time interval month</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853231#M299124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramon,&lt;/P&gt;&lt;P&gt;seems to work!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your patience and availability ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gian Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 13:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-time-interval-month/m-p/853231#M299124</guid>
      <dc:creator />
      <dc:date>2015-04-08T13:15:34Z</dc:date>
    </item>
  </channel>
</rss>

