<?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: Calculate the delta between two end dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1720504#M1232447</link>
    <description>&lt;P&gt;Yes ! it's&amp;nbsp;&lt;SPAN&gt;sum(CONTRACT_COUNT).&lt;BR /&gt;&lt;BR /&gt;We need to calcule&amp;nbsp;sum(CONTRACT_COUNT) for previous year (2019) + S1 + max(date of S1 of previous year)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In the formula , i think &lt;SPAN&gt;max(date of S1 of previous year) is wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 20 Jun 2020 00:33:11 GMT</pubDate>
    <dc:creator>marakud971</dc:creator>
    <dc:date>2020-06-20T00:33:11Z</dc:date>
    <item>
      <title>Calculate the delta between two end dates</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718374#M1232424</link>
      <description>&lt;P&gt;&amp;nbsp;Hi everyone !&lt;BR /&gt;&lt;BR /&gt;I am contacting you to request your assistance.&lt;BR /&gt;&lt;BR /&gt;I would like to create a line chart&lt;BR /&gt;which calculates delta between&amp;nbsp; N and N-1 (years, semester, quarter, month, days).&lt;BR /&gt;I made an hierarchy for that.&lt;BR /&gt;&lt;BR /&gt;The blocking point is that the calculation must always select the last date of the selected period.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;If I'm on a view per month,&lt;BR /&gt;I would calculate 31/01/2010 - 31/01/2019 and the same for all months.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718374#M1232424</guid>
      <dc:creator>marakud971</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the delta between two end dates</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718412#M1232425</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/27034"&gt;@marakud971&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you share a sample data and the expected output&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 18:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718412#M1232425</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-06-12T18:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the delta between two end dates</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718681#M1232426</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/56648"&gt;@Taoufiq_Zarra&lt;/a&gt;&amp;nbsp;.&lt;BR /&gt;&lt;BR /&gt;Here is an example of data.&lt;BR /&gt;&lt;BR /&gt;There are &lt;STRONG&gt;dates&lt;/STRONG&gt; informations, an other dimension &lt;STRONG&gt;CITY&lt;/STRONG&gt;, and a measure &lt;STRONG&gt;NB&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;I would like to make a line chart visualization&amp;nbsp; which calculate delta between Year N and Year N-1 for all date element (delta = Measure N - Measure N-1)&lt;BR /&gt;I have to do calculation with last dat eof each periode.&lt;BR /&gt;&lt;BR /&gt;In the picture, there is a filter (green) named "Dimensions".&lt;BR /&gt;I have to be able to display my measure by fo example CITY (or another dim).&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 05:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718681#M1232426</guid>
      <dc:creator>marakud971</dc:creator>
      <dc:date>2020-06-15T05:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the delta between two end dates</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718778#M1232427</link>
      <description>&lt;P&gt;Bonjour &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/27034"&gt;@marakud971&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can add for example &lt;SPAN&gt;{$&amp;lt;Year={"$(=Max(Year))"}&amp;gt;}&lt;/SPAN&gt; for Year and &lt;SPAN&gt;{$&amp;lt;Year={"$(=Max(Year)-1)"}&amp;gt;}&lt;/SPAN&gt; for YEAR-1&lt;/P&gt;&lt;P&gt;I can't suggest the exact script since I haven't understood what you want to do yet.&lt;/P&gt;&lt;P&gt;Can you give more detail or ana example.&lt;/P&gt;&lt;P&gt;Merci pour ton retour&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 10:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718778#M1232427</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-06-15T10:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the delta between two end dates</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718830#M1232428</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/56648"&gt;@Taoufiq_Zarra&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry, i will give you more explanations.&lt;/P&gt;&lt;P&gt;For example :&amp;nbsp;&lt;/P&gt;&lt;P&gt;if in my visualization, i've got a hierachy Year-&amp;gt; Semester-&amp;gt;Quarter-Month-&amp;gt;Week-&amp;gt;Day&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;if i'm in the year level, i would like do to : max(2020) - max(2029)&lt;/LI&gt;&lt;LI&gt;if i'm in the semester level,&amp;nbsp;i would like do to max(Semester 1 of 2020) -&amp;nbsp;max(Semester 1 of 2019) and&amp;nbsp;max(Semester 2 of 2020) -&amp;nbsp;max(Semester 2 of 2019). In my line chart semesters are on axis X.&lt;/LI&gt;&lt;LI&gt;if i'm in the quarter level,&amp;nbsp;i would like do to max(quarter 1 of 2020) -&amp;nbsp;max(quarter 1 of 2019) and&amp;nbsp;max(quarter 2 of 2020) -&amp;nbsp;max(quarter 2 of 2019) and&amp;nbsp;max(quarter 3 of 2020) -&amp;nbsp;max(quarter 3 of 2019)....etc...&lt;/LI&gt;&lt;LI&gt;About Week it's the same logic.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I have to find the last date of each period when i calculate the difference.&lt;/P&gt;&lt;P&gt;In a second part,&lt;/P&gt;&lt;P&gt;i have to aggregate this measure if i would like to display a dim values in my chart.&lt;/P&gt;&lt;P&gt;Is my need clearer ?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/56648"&gt;@Taoufiq_Zarra&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 12:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718830#M1232428</guid>
      <dc:creator>marakud971</dc:creator>
      <dc:date>2020-06-15T12:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the delta between two end dates</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718884#M1232429</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/27034"&gt;@marakud971&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I understand correctly, you always compare the max year (or the selected year) with the year -1.&lt;BR /&gt;so I think you just need :&lt;/P&gt;&lt;LI-CODE lang="python"&gt;=Max({$&amp;lt;Année={"$(=Max(Année))"}&amp;gt;}  CONTRACT_COUNT)-Max({$&amp;lt;Année={"$(=Max(Année)-1)"}&amp;gt;}  CONTRACT_COUNT)&lt;/LI-CODE&gt;&lt;P&gt;in the other levels if you select, month, semester, ..., the same formula will work, since it will compare the selected month, semester,... of the year with year-1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Taoufiq_ZARRA_0-1592231415506.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35577i0E12AA8F4422D9F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Taoufiq_ZARRA_0-1592231415506.png" alt="Taoufiq_ZARRA_0-1592231415506.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Taoufiq_ZARRA_1-1592231461635.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35578iB2E7E3E3FF87E2D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Taoufiq_ZARRA_1-1592231461635.png" alt="Taoufiq_ZARRA_1-1592231461635.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;attached qvw file&lt;/P&gt;&lt;P&gt;Don't hesitate if you have any other remarks.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 14:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718884#M1232429</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-06-15T14:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the delta between two end dates</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718914#M1232430</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/56648"&gt;@Taoufiq_Zarra&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;I tried your solution. It works well in a textbox. Thanks !&lt;/P&gt;&lt;P&gt;But how to adapt this measure in a line chart ?&lt;BR /&gt;When i try, my visualisazion stay blank.&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 16:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718914#M1232430</guid>
      <dc:creator>marakud971</dc:creator>
      <dc:date>2020-06-15T16:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the delta between two end dates</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718916#M1232431</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/27034"&gt;@marakud971&lt;/a&gt;&amp;nbsp; how you&amp;nbsp; conceived the line chart, what do you expect for the x-axis and y?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 16:23:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718916#M1232431</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-06-15T16:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the delta between two end dates</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718934#M1232432</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/56648"&gt;@Taoufiq_Zarra&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;x-axis : my date hierarchy&lt;/LI&gt;&lt;LI&gt;y-axis : values&lt;/LI&gt;&lt;LI&gt;Legend : colunm CITY&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I updated my data file.&amp;nbsp;&lt;BR /&gt;you'll find in attachment&amp;nbsp;&lt;BR /&gt;You'll also find a picture in this xls file.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Harry&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 17:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718934#M1232432</guid>
      <dc:creator>marakud971</dc:creator>
      <dc:date>2020-06-15T17:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the delta between two end dates</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718958#M1232433</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/27034"&gt;@marakud971&lt;/a&gt;&amp;nbsp;I'm sorry, but I still can't fully understand the need ?&lt;BR /&gt;are the &lt;STRONG&gt;values&lt;/STRONG&gt; is &lt;EM&gt;Max year-(Max year-1&lt;/EM&gt;)?&lt;BR /&gt;can you give me a simple example to understand:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;I want to display the XXXX values for T1 for MArtinique as an example?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;attached the version&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 19:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718958#M1232433</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-06-15T19:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the delta between two end dates</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718967#M1232434</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/56648"&gt;@Taoufiq_Zarra&lt;/a&gt;&amp;nbsp;,&amp;nbsp;I drew it in attachment.&lt;/P&gt;&lt;P&gt;For the year view, i think i'll display the result in a textbox.&lt;/P&gt;&lt;P&gt;I drew examples&amp;nbsp; for semesters and quarters.&lt;/P&gt;&lt;P&gt;Tell me if it's understandable.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 19:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1718967#M1232434</guid>
      <dc:creator>marakud971</dc:creator>
      <dc:date>2020-06-15T19:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the delta between two end dates</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1719003#M1232435</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/27034"&gt;@marakud971&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It must be understood that the use of Set analysis is not row by row, That's why I don't see how to simply implement your request. especially Max(...) can return nulls instead of 0 which will return error after.&lt;/P&gt;&lt;P&gt;I've attached a new file where I tried to fix this proble.&lt;/P&gt;&lt;P&gt;the idea is to create Dimension: Valuelist(...)&lt;/P&gt;&lt;P&gt;and in expression use ValueList to calculate Max year and MaxYear-1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35599iE8376EA4FBC90678/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 22:02:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1719003#M1232435</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-06-15T22:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the delta between two end dates</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1719351#M1232436</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi ! &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/56648"&gt;@Taoufiq_Zarra&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for you help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried your file and w&lt;/SPAN&gt;&lt;SPAN&gt;hen i select in my year filter 2020 et GUADELOUPE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For Semester :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;Delta S1 2020/2019 = S1/2020 - S1/2019 =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="Object"&gt;10/06/2020&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;-&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="Object"&gt;30/06/2019&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="Object"&gt;&lt;A href="callto:231185 - 241121" target="_blank"&gt;231185 - 241121&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;= -9936&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;When i look your result, i don't have this result for S1.&lt;/P&gt;&lt;P&gt;Furthermore,&amp;nbsp; i've got a new blocking point.&lt;BR /&gt;In my first attachment, i&amp;nbsp;did not put exactly the data I have my database.&lt;BR /&gt;&lt;BR /&gt;My measure CONTRAT_COUNT is calculated as below :&lt;BR /&gt;SUM(&lt;SPAN&gt;CONTRACT_COUNT)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You will understand why with this new attachment.&lt;BR /&gt;&lt;/SPAN&gt;I put a new file with more similar structure .&lt;/P&gt;&lt;P&gt;So i tried to modify your formula like this :&lt;BR /&gt;&lt;SPAN&gt;=SUM({$&amp;lt;Année={"$(=Max(&lt;/SPAN&gt;&lt;SPAN&gt;Année))"}, semestre={'S1'}, DATE_CODE={"$(=Max(DATE_CODE))"}&amp;gt;} &amp;nbsp;CONTRACT_COUNT)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But the formula does not work for 2019.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any idea ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks a lot for your help !!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 16:40:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1719351#M1232436</guid>
      <dc:creator>marakud971</dc:creator>
      <dc:date>2020-06-16T16:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the delta between two end dates</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1719569#M1232437</link>
      <description>&lt;P&gt;the sample data sent contains only&amp;nbsp; 2019 so it's impossible for me to see the error no year-1 to compare with&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 09:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1719569#M1232437</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-06-17T09:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the delta between two end dates</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1719631#M1232438</link>
      <description>&lt;P&gt;Hi !&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry !&lt;/P&gt;&lt;P&gt;You'll find the file in attachment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 12:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1719631#M1232438</guid>
      <dc:creator>marakud971</dc:creator>
      <dc:date>2020-06-17T12:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the delta between two end dates</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1720021#M1232439</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/56648"&gt;@Taoufiq_Zarra&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In another post, someone had proposed this expression to calculate the SUM for end dates of one year.&lt;/P&gt;&lt;P&gt;:&amp;nbsp;=FirstSortedValue( aggr(sum(value), Date), aggr( -Date, Date) )&lt;/P&gt;&lt;P&gt;Do you think it's possible to adapt this expression for previous year ?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 13:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1720021#M1232439</guid>
      <dc:creator>marakud971</dc:creator>
      <dc:date>2020-06-18T13:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the delta between two end dates</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1720147#M1232440</link>
      <description>&lt;P&gt;can we try something on load script ?&lt;/P&gt;&lt;P&gt;I haven't watched today because the sample data sent contains always only 2019&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 21:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1720147#M1232440</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-06-18T21:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the delta between two end dates</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1720217#M1232441</link>
      <description>&lt;P&gt;Hi ! Sorry again&lt;/P&gt;&lt;P&gt;There is a wrong conversion of *cvs to *xls.&lt;BR /&gt;&lt;BR /&gt;So i send you he file thanks to WeTransfer&amp;nbsp;:&amp;nbsp;&lt;A href="https://we.tl/t-Q8MT1z0966" target="_blank"&gt;https://we.tl/t-Q8MT1z0966&lt;/A&gt;&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&amp;nbsp;Yes, we can try everythings on load script&amp;nbsp; !&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;have you got an idea ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 04:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1720217#M1232441</guid>
      <dc:creator>marakud971</dc:creator>
      <dc:date>2020-06-19T04:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the delta between two end dates</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1720444#M1232442</link>
      <description>&lt;P&gt;The file sent contains only the data of GUADELOUPE ?&lt;/P&gt;&lt;P&gt;what is the value we should normally obtain for S1 and S2?&lt;/P&gt;&lt;P&gt;&amp;nbsp;the formula sent with ValueList is an option that we can improve it.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 16:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1720444#M1232442</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-06-19T16:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the delta between two end dates</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1720466#M1232443</link>
      <description>&lt;P&gt;Yes ! There is too much data so i have limited them.&lt;BR /&gt;&lt;BR /&gt;There is only guadeloupe.&lt;/P&gt;&lt;P&gt;I think that if if work for Guadeloupe, i'll bi oki for all dim CITY.&lt;/P&gt;&lt;P&gt;I try to improve your formula to find make a SUM of all contract, by what i do is wrong.&lt;BR /&gt;&lt;BR /&gt;I don't find the good formula to do a sum périod and to the difference.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 17:47:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-the-delta-between-two-end-dates/m-p/1720466#M1232443</guid>
      <dc:creator>marakud971</dc:creator>
      <dc:date>2020-06-19T17:47:17Z</dc:date>
    </item>
  </channel>
</rss>

