<?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 Values that lies between two variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552310#M206302</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;Can you please help me to resolve this issue :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to list the years between a selected year Y and Y-1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My selected Year is : 2013&lt;/P&gt;&lt;P&gt;The number of years on the past is : V_YearBack = 3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i have to get : 2013 2012 2011 2010&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Nov 2013 15:12:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-20T15:12:22Z</dc:date>
    <item>
      <title>Values that lies between two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552310#M206302</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;Can you please help me to resolve this issue :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to list the years between a selected year Y and Y-1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My selected Year is : 2013&lt;/P&gt;&lt;P&gt;The number of years on the past is : V_YearBack = 3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i have to get : 2013 2012 2011 2010&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 15:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552310#M206302</guid>
      <dc:creator />
      <dc:date>2013-11-20T15:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Values that lies between two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552311#M206303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Year &lt;/SPAN&gt;={"&amp;gt;=$(=MAX(Year)-$(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;V_YearBack &lt;/SPAN&gt;))"}*{"&amp;lt;=$(=MAX(Year))"}&amp;gt;} yourfield) &lt;/P&gt;&lt;P&gt;should solve your need&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 15:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552311#M206303</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-11-20T15:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Values that lies between two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552312#M206304</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;Thanks for your response but this doesn't resolve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put : =sum({&amp;lt;Year ={"&amp;gt;=$(=MAX(Year)-$(V_YearBack ))"}*{"&amp;lt;=$(=MAX(Year))"}&amp;gt;} Year) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i got : Error on Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other suggestion ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 15:34:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552312#M206304</guid>
      <dc:creator />
      <dc:date>2013-11-20T15:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Values that lies between two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552313#M206305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a few thoughts on how this could be done but it would depend on where you want the list to appear.&amp;nbsp; Could you please post a sample QVW showing where you need the list to appear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 15:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552313#M206305</guid>
      <dc:creator>Josh_Good</dc:creator>
      <dc:date>2013-11-20T15:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Values that lies between two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552314#M206306</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;&amp;nbsp; Please use the code as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Year &lt;/SPAN&gt;={"&amp;gt;=$(=(max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Year &lt;/SPAN&gt;))-$(V_YearBack)-1) &amp;lt;=(max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Year &lt;/SPAN&gt;))"}&amp;gt;} FieldName) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Yusuf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 15:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552314#M206306</guid>
      <dc:creator />
      <dc:date>2013-11-20T15:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Values that lies between two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552315#M206307</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;Please find attached my example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want is : when i select for example 2013 and YearBach=3, i have to get on the table those years : 2013, 2012,2011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help please ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 16:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552315#M206307</guid>
      <dc:creator />
      <dc:date>2013-11-20T16:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Values that lies between two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552316#M206308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still the same error message&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 16:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552316#M206308</guid>
      <dc:creator />
      <dc:date>2013-11-20T16:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Values that lies between two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552317#M206309</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;can you please try now .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({$&amp;lt;Year ={"&amp;gt;=$(=(max(Year ))-$(V_YearBack)) &amp;lt;=$(=(max(Year) ))"}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Also please find the attachment .&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Yusuf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 16:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552317#M206309</guid>
      <dc:creator />
      <dc:date>2013-11-20T16:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Values that lies between two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552318#M206310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yusuf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested the solution that you sent me and i think this will resolve a part of my problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help ... i will add this part of development on my application and i will let you know if it is 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>Thu, 21 Nov 2013 09:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552318#M206310</guid>
      <dc:creator />
      <dc:date>2013-11-21T09:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Values that lies between two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552319#M206311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Many Thinks it works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 15:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552319#M206311</guid>
      <dc:creator />
      <dc:date>2013-12-04T15:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Values that lies between two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552320#M206312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have now another question about this topic,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now trying to do this Aggr with the recommanded solution :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&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;Year ={"&amp;gt;=$(=(max(Year ))-$(V_YearBack)) &amp;lt;=$(=(max(Year) ))"}&amp;gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales_EUR&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Week_Extract&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))/1000&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;But this ... doesn't work !!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Any help is welcome &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 16:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552320#M206312</guid>
      <dc:creator />
      <dc:date>2013-12-04T16:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: Values that lies between two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552321#M206313</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;See the attachment. I think this might be what you are looking for &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 17:00:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552321#M206313</guid>
      <dc:creator>matthias_v</dc:creator>
      <dc:date>2013-12-04T17:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Values that lies between two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552322#M206314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yessssss .... It Works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 10:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-that-lies-between-two-variables/m-p/552322#M206314</guid>
      <dc:creator />
      <dc:date>2013-12-06T10:55:49Z</dc:date>
    </item>
  </channel>
</rss>

