<?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 Get previous Month Value in Graphic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-previous-Month-Value-in-Graphic/m-p/904019#M1002625</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 like to get the value of previous Month in front of each current month.&lt;/P&gt;&lt;P&gt;Here is a qlikview exemple.&lt;/P&gt;&lt;P&gt;My expression ("Month-1") works fine when i filter a date but not for every value.&lt;/P&gt;&lt;P&gt;I don't want to use the "Above" function because the graphic must be sorted by other dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx for your help&lt;/P&gt;&lt;P&gt;++&lt;/P&gt;&lt;P&gt;max.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2015 11:29:23 GMT</pubDate>
    <dc:creator>maxime66</dc:creator>
    <dc:date>2015-06-03T11:29:23Z</dc:date>
    <item>
      <title>Get previous Month Value in Graphic</title>
      <link>https://community.qlik.com/t5/QlikView/Get-previous-Month-Value-in-Graphic/m-p/904019#M1002625</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 like to get the value of previous Month in front of each current month.&lt;/P&gt;&lt;P&gt;Here is a qlikview exemple.&lt;/P&gt;&lt;P&gt;My expression ("Month-1") works fine when i filter a date but not for every value.&lt;/P&gt;&lt;P&gt;I don't want to use the "Above" function because the graphic must be sorted by other dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx for your help&lt;/P&gt;&lt;P&gt;++&lt;/P&gt;&lt;P&gt;max.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 11:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-previous-Month-Value-in-Graphic/m-p/904019#M1002625</guid>
      <dc:creator>maxime66</dc:creator>
      <dc:date>2015-06-03T11:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get previous Month Value in Graphic</title>
      <link>https://community.qlik.com/t5/QlikView/Get-previous-Month-Value-in-Graphic/m-p/904020#M1002626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use addmonths function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 11:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-previous-Month-Value-in-Graphic/m-p/904020#M1002626</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2015-06-03T11:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Get previous Month Value in Graphic</title>
      <link>https://community.qlik.com/t5/QlikView/Get-previous-Month-Value-in-Graphic/m-p/904021#M1002627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i forgot the file , sorry &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, 03 Jun 2015 11:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-previous-Month-Value-in-Graphic/m-p/904021#M1002627</guid>
      <dc:creator>maxime66</dc:creator>
      <dc:date>2015-06-03T11:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Get previous Month Value in Graphic</title>
      <link>https://community.qlik.com/t5/QlikView/Get-previous-Month-Value-in-Graphic/m-p/904022#M1002628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dim--&amp;gt;months&lt;/P&gt;&lt;P&gt;expre--&amp;gt;sum({&amp;lt;months={"=$(=month-1)"}&amp;gt;}sales)&lt;/P&gt;&lt;P&gt;listbox--&amp;gt;month&lt;/P&gt;&lt;P&gt;when you select feb it displays jan sales&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 12:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-previous-Month-Value-in-Graphic/m-p/904022#M1002628</guid>
      <dc:creator>pratap6699</dc:creator>
      <dc:date>2015-06-03T12:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Get previous Month Value in Graphic</title>
      <link>https://community.qlik.com/t5/QlikView/Get-previous-Month-Value-in-Graphic/m-p/904023#M1002629</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;Actually i need the value on each Month line,&lt;/P&gt;&lt;P&gt;without selecting any Month...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 14:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-previous-Month-Value-in-Graphic/m-p/904023#M1002629</guid>
      <dc:creator>maxime66</dc:creator>
      <dc:date>2015-06-03T14:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get previous Month Value in Graphic</title>
      <link>https://community.qlik.com/t5/QlikView/Get-previous-Month-Value-in-Graphic/m-p/904024#M1002630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi man,&lt;/P&gt;&lt;P&gt;the answer :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;join&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(stock)&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;epargne_stocks.date_situation&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;contrat&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;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[contrat]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Previous&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[contrat]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[epargne_stocks.valeur_contrat]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; - &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Previous&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[epargne_stocks.valeur_contrat]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Variation_PM&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;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;stock&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Order&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;by&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;contrat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;epargne_stocks.date_situation&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 14:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-previous-Month-Value-in-Graphic/m-p/904024#M1002630</guid>
      <dc:creator />
      <dc:date>2015-06-04T14:26:53Z</dc:date>
    </item>
  </channel>
</rss>

