<?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 syntax for multi year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-syntax-for-multi-year/m-p/629926#M231228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your answer.&lt;/P&gt;&lt;P&gt;It may not work as I would like to have the value for each year, and not only for the year before the current year&lt;/P&gt;&lt;P&gt;(in the example herafter, with your formula, I retrieve only one value. I don't want to create 5 expression but only one)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlik2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58702_Qlik2.png" style="width: 620px; height: 287px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expected result : &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlik.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58712_Qlik.png" /&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2014 15:30:18 GMT</pubDate>
    <dc:creator>oxiofrt</dc:creator>
    <dc:date>2014-05-12T15:30:18Z</dc:date>
    <item>
      <title>Set analysis syntax for multi year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-syntax-for-multi-year/m-p/629921#M231223</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 created a chart (simplified in the example herejoined) which display a mesure for 5 years (the selected one and the 4 years before).&lt;/P&gt;&lt;P&gt;In this chart I would like to display the value of the year (it works...) and the value of the year before (and it doesn't works).&lt;/P&gt;&lt;P&gt;I am not sure it is possible...&amp;nbsp; Could you please help ?&lt;/P&gt;&lt;P&gt;Thanks a lot !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 14:30:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-syntax-for-multi-year/m-p/629921#M231223</guid>
      <dc:creator>oxiofrt</dc:creator>
      <dc:date>2014-05-12T14:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis syntax for multi year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-syntax-for-multi-year/m-p/629922#M231224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for years use expression in set analysis like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;current year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum( &lt;/SPAN&gt;{$&amp;lt;EXERCICE = {$(#=max&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;EXERCICE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;)}&amp;gt;} Sales &lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;previous year&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum( &lt;/SPAN&gt;{$&amp;lt;EXERCICE = {$(#=max&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;EXERCICE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)-&lt;/SPAN&gt;1)}&amp;gt;} Sales &lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;hope it helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Sri1&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 14:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-syntax-for-multi-year/m-p/629922#M231224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-12T14:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis syntax for multi year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-syntax-for-multi-year/m-p/629923#M231225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe&lt;/P&gt;&lt;P&gt;= Sum ( {$ &amp;lt;EXERCICE={"&amp;gt;=$(=max(EXERCICE)-5)&amp;lt;=$(=max(EXERCICE)-0)"},ID_CHAPITRE= {"74"}, ID_SECTION={"F"}, ID_SENS={"R"} &amp;gt; } MT_TTC_MANDAT_TITRE)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 14:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-syntax-for-multi-year/m-p/629923#M231225</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-12T14:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis syntax for multi year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-syntax-for-multi-year/m-p/629924#M231226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as per the comment mentioned in the text object, do you want to display the value of prev year in the next yr that means do you want to show the value of 2011 (56 805) in the year 2012. As per your data the chart is currently showing correct values. I did a simple selection and found it. Please confirm.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="T118095.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58705_T118095.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 15:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-syntax-for-multi-year/m-p/629924#M231226</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-05-12T15:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis syntax for multi year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-syntax-for-multi-year/m-p/629925#M231227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your answer !&lt;/P&gt;&lt;P&gt;I would like to have both value in the table&amp;nbsp; : N and N-1, just as in the table hereafter : &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlik.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58701_Qlik.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 15:24:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-syntax-for-multi-year/m-p/629925#M231227</guid>
      <dc:creator>oxiofrt</dc:creator>
      <dc:date>2014-05-12T15:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis syntax for multi year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-syntax-for-multi-year/m-p/629926#M231228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your answer.&lt;/P&gt;&lt;P&gt;It may not work as I would like to have the value for each year, and not only for the year before the current year&lt;/P&gt;&lt;P&gt;(in the example herafter, with your formula, I retrieve only one value. I don't want to create 5 expression but only one)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlik2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58702_Qlik2.png" style="width: 620px; height: 287px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expected result : &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlik.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58712_Qlik.png" /&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 15:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-syntax-for-multi-year/m-p/629926#M231228</guid>
      <dc:creator>oxiofrt</dc:creator>
      <dc:date>2014-05-12T15:30:18Z</dc:date>
    </item>
  </channel>
</rss>

