<?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: Calculating Max/Min in a Moving Array in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268208#M856548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you have is fairly complex, I would just use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;While Exchange_Date + IterNo() - 1 &amp;lt;= AddYears(Exchange_Date, 1);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Feb 2017 01:16:45 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-02-01T01:16:45Z</dc:date>
    <item>
      <title>Calculating Max/Min in a Moving Array</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268200#M856535</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;&lt;/P&gt;&lt;P&gt;I'm trying to find a max value within a constantly moving array. The idea is very simple, I have a database with two fields - &lt;STRONG&gt;Date&lt;/STRONG&gt; and &lt;STRONG&gt;Exchange Rate&lt;/STRONG&gt; - and, &lt;STRONG style="text-decoration: underline;"&gt;for each row of data&lt;/STRONG&gt;, I'm trying to find a highest and lowest exchange rate over the last year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I have an exchange rate for each day over the period of two years starting on Jan 1, 2015 and ending Dec 31, 2016. I would like to create a field in the script that would:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;Look at every date on each row of data&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;Find a date one year from date on current row&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;Search through an array of dates that is between date that is on specific row and date that is a year ago from date on a row&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;Find max exchange rate for an array identified in point 3&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Continuing with the example, on Jan 1, 2015, max exchange rate would be the exchange rate for Jan 1, 2015. For 2nd line of data that has an exchange rate for Jan 2, 2015, QlikView would look at an array of &lt;STRONG&gt;two dates&lt;/STRONG&gt; and corresponding exchange rates and select the max exchange rate between &lt;STRONG&gt;Jan 1, 2015&lt;/STRONG&gt; and &lt;STRONG&gt;Jan 2, 2015&lt;/STRONG&gt;. For the line of data that has, say &lt;STRONG&gt;Mar 14, 2016&lt;/STRONG&gt; date, it would look for an array of data from &lt;STRONG&gt;Mar 15, 201&lt;SPAN style="color: #ff0000;"&gt;5&lt;/SPAN&gt;&lt;/STRONG&gt; through &lt;STRONG&gt;Mar 14, 201&lt;SPAN style="color: #ff0000;"&gt;6&lt;/SPAN&gt;&lt;/STRONG&gt; and pick the max exchange rate (which should be &lt;STRONG&gt;0.952744&lt;/STRONG&gt;) for that one year period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is spreadsheet with exchange rates and QVW that I'm working on. In the QVW I'm trying to find a way to populate the 12_Months_High and 12_Months_Low fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be much much appreciated! Thanks in advance Qlik Community!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mikhail Bespartochnyy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268200#M856535</guid>
      <dc:creator>mbespartochnyy</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Max/Min in a Moving Array</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268201#M856537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should do the trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14858855049396929 jive_text_macro" jivemacro_uid="_14858855049396929"&gt;
&lt;P&gt;Table:&lt;/P&gt;
&lt;P&gt;LOAD Date as Exchange_Date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [USD/EUR] as Exchange_Rate&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;Exchange_Rates.xlsx&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Exchange_Rates);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Table2:&lt;/P&gt;
&lt;P&gt;LOAD Exchange_Date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If(RowNo() = 1, Null(), Previous(Exchange_Date)) as Previous_Date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Exchange_Rate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If(RowNo() = 1, Null(), Previous(Exchange_Rate)) as Previous_Exchange_Rate&lt;/P&gt;
&lt;P&gt;Resident Table&lt;/P&gt;
&lt;P&gt;Order By Exchange_Date;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Table Table;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Table3:&lt;/P&gt;
&lt;P&gt;LOAD Exchange_Date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Previous_Date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Exchange_Rate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Previous_Exchange_Rate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Num((Exchange_Rate / Previous_Exchange_Rate) - 1, '###.##%') as Percent_Change//,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; //'' as [12_Months_High],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; //'' as [12_Months_Low]&lt;/P&gt;
&lt;P&gt;Resident Table2;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Table Table2;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;FOR i=0 TO NoOfRows('Table3')&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Temp:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; LOAD PEEK('Exchange_Date', $(i), 'Table3') AS Exchange_Date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; MAX(Exchange_Rate) AS [12_Months_High],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; MIN(Exchange_Rate) AS [12_Months_Low]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; RESIDENT Table3&lt;/P&gt;
&lt;P&gt;&amp;nbsp; WHERE Exchange_Date &amp;gt; AddYears(PEEK('Exchange_Date', $(i), 'Table3'), -1)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; AND Exchange_Date &amp;lt;= PEEK('Exchange_Date', $(i), 'Table3');&lt;/P&gt;
&lt;P&gt;NEXT&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LEFT JOIN (Table3)&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;RESIDENT Temp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP TABLE Temp;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also attached a working copy of your example file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 17:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268201#M856537</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2017-01-31T17:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Max/Min in a Moving Array</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268202#M856539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date as Exchange_Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [USD/EUR] as Exchange_Rate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exchange_Rates.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Exchange_Rates);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Exchange_Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(RowNo() = 1, Null(), Previous(Exchange_Date)) as Previous_Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Exchange_Rate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(RowNo() = 1, Null(), Previous(Exchange_Rate)) as Previous_Exchange_Rate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Num((Exchange_Rate / If(RowNo() = 1, Null(), Previous(Exchange_Rate))) - 1, '###.##%') as Percent_Change&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order By Exchange_Date;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (Table2)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date(Exchange_Date + IterNo() - 1) as Exchange_Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Exchange_Date as AsOfExchangeDate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Exchange_Rate as NewExchange_Rate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;While IterNo() &amp;lt;= 367;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Exchange_Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Previous_Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Exchange_Rate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Previous_Exchange_Rate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Percent_Change,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Max(NewExchange_Rate) as [12_Month_High],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Min(NewExchange_Rate) as [12_Month_Low]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By Exchange_Date, Previous_Date, Exchange_Rate, Previous_Exchange_Rate, Percent_Change;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Table2;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 18:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268202#M856539</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-31T18:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Max/Min in a Moving Array</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268203#M856541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Nicole! This works, but I'm struggling to fully understand how. &lt;SPAN style="font-size: 10pt;"&gt;In your FOR NEXT loop is QlikView creating a line of data in Temp table and then at each loop it's concatenating a new line to Temp table and it's doing that without Concatenate function?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 21:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268203#M856541</guid>
      <dc:creator>mbespartochnyy</dc:creator>
      <dc:date>2017-01-31T21:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Max/Min in a Moving Array</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268204#M856543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When field names are the same, the table get Auto-Concatenated unless you have NoConcatenate to force them not to concatenate &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 21:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268204#M856543</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-31T21:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Max/Min in a Moving Array</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268205#M856545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ohhhhhh that's right! I've been breaking my head over that the whole afternoon. So technically each loop creates one table, but because there are no variation in field names, instead of creating 700-some tables the built-in function concatenates the data into one table to create 700-some rows in a single table instead. This get's me every time. I think I learned my lesson now. Thanks, Sunny!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 21:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268205#M856545</guid>
      <dc:creator>mbespartochnyy</dc:creator>
      <dc:date>2017-01-31T21:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Max/Min in a Moving Array</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268206#M856546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup, you are right &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 21:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268206#M856546</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-31T21:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Max/Min in a Moving Array</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268207#M856547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks for the alternative option, Sunny! I added an if statement into While loop to variate number of days based on whether exchange date is in a leap year or not, but this one works just as well. Attached is the app with revised script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;P.S. Thanks for moving up Percent_Change to Table2 &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;SPAN style="font-size: 13.3333px;"&gt;Saved an extra resident load! It slipped my mind that it can be done there too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 22:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268207#M856547</guid>
      <dc:creator>mbespartochnyy</dc:creator>
      <dc:date>2017-01-31T22:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Max/Min in a Moving Array</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268208#M856548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you have is fairly complex, I would just use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;While Exchange_Date + IterNo() - 1 &amp;lt;= AddYears(Exchange_Date, 1);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 01:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268208#M856548</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-01T01:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Max/Min in a Moving Array</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268209#M856549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Clever! I like that. Thanks again, Sunny!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 13:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268209#M856549</guid>
      <dc:creator>mbespartochnyy</dc:creator>
      <dc:date>2017-02-01T13:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Max/Min in a Moving Array</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268210#M856550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&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, 01 Feb 2017 13:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Max-Min-in-a-Moving-Array/m-p/1268210#M856550</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-01T13:57:54Z</dc:date>
    </item>
  </channel>
</rss>

