<?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: 7 days sliding window classification in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926872#M320758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Aug 2015 11:27:54 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-08-14T11:27:54Z</dc:date>
    <item>
      <title>7 days sliding window classification</title>
      <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926871#M320757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Team,&lt;/P&gt;&lt;P&gt;Require you help to know how to&amp;nbsp;&amp;nbsp; calculate 7 day sliding window date range .&lt;/P&gt;&lt;P&gt;The 7 day logic means a cell is classified according to if in the last 7 days the classification logic comes out TRUE.&lt;/P&gt;&lt;P&gt;So for each day you&amp;nbsp; look at the 6 days previous to the day + the day considered (total of 7 days) and then do the logic and decide which classification is TRUE for that day.&lt;/P&gt;&lt;P&gt;Classification is of 4 types:&lt;/P&gt;&lt;P&gt;a)ALARMED&lt;/P&gt;&lt;P&gt;B)HIGH&lt;/P&gt;&lt;P&gt;C)STANDARD&lt;/P&gt;&lt;P&gt;D)LOW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I:E I nned to mark each date with this 4 classification based on above logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sAMPLE EXCEL ATTACHED WITH CLASSIFICATION LOGIC.&lt;/P&gt;&lt;P&gt;can you please advice how to do this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 10:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926871#M320757</guid>
      <dc:creator>aj0031724</dc:creator>
      <dc:date>2015-08-14T10:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: 7 days sliding window classification</title>
      <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926872#M320758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 11:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926872#M320758</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-08-14T11:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: 7 days sliding window classification</title>
      <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926873#M320759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;Excellent! .Thanks for the quick response and your effort and support.&lt;/P&gt;&lt;P&gt;This really helps me in understanding how to do sliding windows calculation through peek and previous and rangesum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 13:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926873#M320759</guid>
      <dc:creator>aj0031724</dc:creator>
      <dc:date>2015-08-14T13:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: 7 days sliding window classification</title>
      <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926874#M320760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;I was implementing this into the actual code but facing the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in my project&amp;nbsp; ,all the KPI values gets calculated at run time&amp;nbsp; with selection of KPI through user filter as a result I am not able to get the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example qlikview table contains:&lt;/P&gt;&lt;P&gt;KPI NAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; KPIFORMULA&lt;/P&gt;&lt;P&gt;a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(x)+sum(y)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So at run time If I select kpiname-&amp;gt;a KPI Value evaluates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I do not know in advance the Classification of cell output as per example given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peek and Previuos function does not work under Expression of Straight Table at run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me how can I evaluate&amp;nbsp; the Classification output&amp;nbsp;&amp;nbsp; at run time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 12:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926874#M320760</guid>
      <dc:creator>aj0031724</dc:creator>
      <dc:date>2015-08-26T12:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: 7 days sliding window classification</title>
      <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926875#M320761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;I was implementing this into the actual code but facing the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in my project&amp;nbsp; ,all the KPI values gets calculated at run time&amp;nbsp; with selection of KPI through user filter as a result I am not able to get the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example qlikview table contains:&lt;/P&gt;&lt;P&gt;KPI NAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; KPIFORMULA&lt;/P&gt;&lt;P&gt;a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(x)+sum(y)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So at run time If I select kpiname-&amp;gt;a KPI Value evaluates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I do not know in advance the Classification of cell output as per example given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peek and Previuos function does not work under Expression of Straight Table at run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me how can I evaluate&amp;nbsp; the Classification output&amp;nbsp;&amp;nbsp; at run time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 13:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926875#M320761</guid>
      <dc:creator>aj0031724</dc:creator>
      <dc:date>2015-08-26T13:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: 7 days sliding window classification</title>
      <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926876#M320762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I calculate the Classification at run time. Can you please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 11:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926876#M320762</guid>
      <dc:creator>aj0031724</dc:creator>
      <dc:date>2015-09-03T11:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: 7 days sliding window classification</title>
      <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926877#M320763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(ABove(Value)&amp;gt;4 and Value&amp;gt;4,'Alarmed',if(-rangesum((Value&amp;gt;4),(above(Value,1)&amp;gt;4),(above(Value,2)&amp;gt;4),(above(Value,3)&amp;gt;4),(above(Value,4)&amp;gt;4),(above(Value,5)&amp;gt;4),(above(Value,6)&amp;gt;4))&amp;gt;=4,'Highly utilized',if(-rangesum((Value&amp;lt;3),(above(Value,1)&amp;lt;3),(above(Value,2)&amp;lt;3),(above(Value,3)&amp;lt;3),(above(Value,4)&amp;lt;3),(above(Value,5)&amp;lt;3),(above(Value,6)&amp;lt;3))&amp;gt;=6,'Low utilized','Standard')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 17:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926877#M320763</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-09-03T17:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: 7 days sliding window classification</title>
      <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926878#M320764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;Thanks for the response and workaround.&lt;/P&gt;&lt;P&gt;I tried the above expression in StraightTABLE ...the output is same .&lt;/P&gt;&lt;P&gt;However ,when you select a single date from table the whole classification gets changed to single date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like 13/08/2015 ARE älarmed"" BUT ONCE YOU SELECT THE SAME "13/08/2015" FROM STRIGHT TABLE the classification get s changes to "STANDARD".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the belwo expression also not working to count HU ,LU .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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: #0000ff; font-size: 8pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;4 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;4,1,0) &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;Alarmed&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;rangesum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;4),(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Above&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,-1)&amp;gt;4),(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Above&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,-2)&amp;gt;4),(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Above&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,-3)&amp;gt;4),(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Above&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,-4)&amp;gt;4),(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Above&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,-5)&amp;gt;4),(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Above&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,-6)&amp;gt;4)) &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;HU&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;rangesum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;lt;3),(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Above&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,-1)&amp;lt;3),(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Above&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,-2)&amp;lt;3),(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Above&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,-3)&amp;lt;3),(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Above&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,-4)&amp;lt;3),(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Above&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,-5)&amp;lt;3),(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Above&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,-6)&amp;lt;3)) &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;LU &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA the qvw .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 08:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926878#M320764</guid>
      <dc:creator>aj0031724</dc:creator>
      <dc:date>2015-09-04T08:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: 7 days sliding window classification</title>
      <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926879#M320765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;However ,when you select a single date from table the whole classification gets changed to single date.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That's right. That's why this should be set up in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 08:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926879#M320765</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-09-04T08:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: 7 days sliding window classification</title>
      <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926880#M320766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gysbert,&lt;/P&gt;&lt;P&gt;is there any ways of using set analysis for this to overcome the use of Above function as an expression.&lt;/P&gt;&lt;P&gt;Meaning any expression which will check for Kpi values for date selected and do something like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;: if( values of date selected &amp;gt;4 and values of (date-1) &amp;gt;4 and value of (date-2) &amp;gt;6 then alarmed"s ) simimilarly for others classifications.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help/suggestion would be great&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 12:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926880#M320766</guid>
      <dc:creator>aj0031724</dc:creator>
      <dc:date>2015-09-11T12:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: 7 days sliding window classification</title>
      <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926881#M320767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gysbert,&lt;/P&gt;&lt;P&gt;Can you please suggest the way around apart from Above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any ways of using &lt;STRONG&gt;set analysis&lt;/STRONG&gt; for this to overcome the use of Above function as an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we keep one straight table just to show output&amp;nbsp; as static and another clone of that with fetching "CLASSIFICATION"" from static output from different straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 08:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926881#M320767</guid>
      <dc:creator>aj0031724</dc:creator>
      <dc:date>2015-09-16T08:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: 7 days sliding window classification</title>
      <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926882#M320768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gysbert,&lt;/P&gt;&lt;P&gt;Can you please suggest .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 14:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926882#M320768</guid>
      <dc:creator>aj0031724</dc:creator>
      <dc:date>2015-09-23T14:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: 7 days sliding window classification</title>
      <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926883#M320769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gysbert,&lt;/P&gt;&lt;P&gt;I have implemented this in load script the solution suggested with peek and previous ..but this classifcationb comes out true when you just have dates sorted in ascending order forone particular combination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to use GROUP BY KPI,RNC,UTRANCELL,SITE,DATE inside the classification logic so that each unique combination of data ets correct classifications. for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to group data based on KPI,RNC,UTRANCELL,DATE,site from master table and apply same LOGIC AS BELOW FOR OUTPUT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to do SO .Can you please suggest /advice how to implement this in load script.&lt;/P&gt;&lt;P&gt;I nned the classification to be grouped based on KPI,RNC,UTRANCELL,DATE,site as highlighted in color sets.&lt;/P&gt;&lt;P&gt;data sets example:&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" style="width: 697px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;_KPI_NAME_GenericKpisActivatedByUser&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;UTRANCELL&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;RNC&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;DATE&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;SITE&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;RESULT&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;CLASSIFICATION&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;COMB CS DROPS&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DPP1R01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;06.12.14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;COMB CS DROPS&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DPP1R01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;06.13.14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;4&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;COMB CS DROPS&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DPP1R01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;06.14.14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;COMB CS DROPS&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DPP1R01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;06.15.14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;COMB CS DROPS&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DPP1R01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;06.16.14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;7&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;COMB CS DROPS&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DPP1R01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;06.17.14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;5&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;COMB CS DROPS&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DPP1R01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;06.18.14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;COMB CS DROPS&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DPP1R01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;06.19.14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;8&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;COMB CS DROPS&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DPP1R01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;06.20.14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;7&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;COMB CS DROPS&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DPP1R01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;06.21.14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;COMB CS DROPS&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DPP1R01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;06.22.14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;COMB CS DROPS&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DPP1R01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;06.23.14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;COMB CS DROPS&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DPP1R01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;06.24.14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;COMB CS DROPS&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DPP1R01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;06.25.14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;19&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;COMB CS DROPS&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DPP1R01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;06.26.14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;COMB CS DROPS&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DPP1R01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;06.27.14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;4&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;COMB CS DROPS&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DPP1R01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;06.28.14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;COMB CS DROPS&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DPP1R01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;06.29.14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;COMB CS DROPS&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DPP1R01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;06.30.14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;COMB CS DROPS&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DPP1R01&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;07.01.14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;ASESP&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;STRONG&gt;COMB CS DROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM22&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;DPP1R01&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;06.12.14&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;9&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;STRONG&gt;COMB CS DROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM22&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;DPP1R01&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;06.13.14&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;9&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;STRONG&gt;COMB CS DROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM22&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;DPP1R01&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;06.14.14&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;11&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;STRONG&gt;COMB CS DROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM22&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;DPP1R01&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;06.15.14&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;STRONG&gt;COMB CS DROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM22&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;DPP1R01&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;06.16.14&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;6&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;STRONG&gt;COMB CS DROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM22&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;DPP1R01&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;06.17.14&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;12&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;STRONG&gt;COMB CS DROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM22&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;DPP1R01&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;06.18.14&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;STRONG&gt;COMB CS DROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM22&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;DPP1R01&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;06.19.14&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;7&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;STRONG&gt;COMB CS DROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM22&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;DPP1R01&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;06.20.14&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;STRONG&gt;COMB CS DROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM22&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;DPP1R01&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;06.21.14&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;STRONG&gt;COMB CS DROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM22&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;DPP1R01&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;06.22.14&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;STRONG&gt;COMB CS DROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM22&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;DPP1R01&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;06.23.14&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;STRONG&gt;COMB CS DROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM22&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;DPP1R01&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;06.24.14&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;STRONG&gt;COMB CS DROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM22&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;DPP1R01&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;06.25.14&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;7&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;STRONG&gt;COMB CS DROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM22&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;DPP1R01&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;06.26.14&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;15&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;STRONG&gt;COMB CS DROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM22&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;DPP1R01&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;06.27.14&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;9&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;STRONG&gt;COMB CS DROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM22&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;DPP1R01&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;06.28.14&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;6&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;STRONG&gt;COMB CS DROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM22&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;DPP1R01&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;06.29.14&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;STRONG&gt;COMB CS DROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM22&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;DPP1R01&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;06.30.14&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;6&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" width="39%"&gt;&lt;P&gt;&lt;STRONG&gt;COMB CS DROPS&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM22&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;DPP1R01&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;07.01.14&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;ATACM&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="9%"&gt;&lt;P&gt;&lt;STRONG&gt;9&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD height="20" width="15%"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to loop through unqiue combination and GROUP BY requires some aggregation.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 11:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926883#M320769</guid>
      <dc:creator>aj0031724</dc:creator>
      <dc:date>2015-10-28T11:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: 7 days sliding window classification</title>
      <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926884#M320770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can do this in two steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Load the data in a temporary table and create a new key field from the fields that should be considered a group.&lt;/P&gt;&lt;P&gt;2. Load the data from the temporary table and sort it by the new key field and the date field and calculate the classification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Step 1&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD *, autonumber(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; KPI &amp;amp;'|'&amp;amp;RNC&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;amp;'|'&amp;amp;&lt;/SPAN&gt;UTRANCELL&lt;/SPAN&gt;) as Key&lt;/P&gt;&lt;P&gt;From &lt;EM&gt;...source...;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Step 2&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;if(Previous(Key)=Key,if(Previous(Value)&amp;gt;4 and Value&amp;gt;4,'Alarmed',&lt;/P&gt;&lt;P&gt;if(-rangesum((Value&amp;gt;4),(peek(Value,-1)&amp;gt;4),(peek(Value,-2)&amp;gt;4),(peek(Value,-3)&amp;gt;4),(peek(Value,-4)&amp;gt;4),(peek(Value,-5)&amp;gt;4),(peek(Value,-6)&amp;gt;4))&amp;gt;=4,'Highly utilized',&lt;/P&gt;&lt;P&gt;if(-rangesum((Value&amp;lt;3),(peek(Value,-1)&amp;lt;3),(peek(Value,-2)&amp;lt;3),(peek(Value,-3)&amp;lt;3),(peek(Value,-4)&amp;lt;3),(peek(Value,-5)&amp;lt;3),(peek(Value,-6)&amp;lt;3))&amp;gt;=6,'Low utilized',&lt;/P&gt;&lt;P&gt;'Standard'))),'Standard') as Classification&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 12:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926884#M320770</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-28T12:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: 7 days sliding window classification</title>
      <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926885#M320771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gysbert,&lt;/P&gt;&lt;P&gt;I followed the above suggested logic in 2 steps.&lt;/P&gt;&lt;P&gt;But It skips the classification beginning each starding date for unique&amp;nbsp; combination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see if I am doing something wrong as per your suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 14:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926885#M320771</guid>
      <dc:creator>aj0031724</dc:creator>
      <dc:date>2015-10-28T14:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: 7 days sliding window classification</title>
      <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926886#M320772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="5408" data-externalid="" data-presence="null" data-userid="161717" data-username="aj0031724" href="https://community.qlik.com/people/aj0031724"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;Avinash Jain&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp; &lt;/STRONG&gt;&amp;nbsp; 28 Oct, 2015 10:26 AM&amp;nbsp; &lt;SPAN class="font-color-meta-light j-thread-replyto"&gt;&amp;nbsp; (&lt;A _jive_internal="true" class="font-color-meta-light localScroll" href="https://community.qlik.com/message/900470?et=watches.email.thread#900470" title="Go to message"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #0066cc;"&gt;in response to Gysbert Wassenaar &lt;SPAN class="icon-status-icon icon-luminary" title="Luminary"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc;"&gt; &lt;SPAN class="icon-status-icon icon-mvp" title="Mvp"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;)&amp;nbsp; &lt;/SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="j-ui-elem j-dotted-star"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Dear Gysbert,&lt;/P&gt;&lt;P&gt;I followed the above suggested logic in 2 steps.&lt;/P&gt;&lt;P&gt;But It skips the classification beginning each starding date for unique&amp;nbsp; combination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see if I am doing something wrong as per your suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 14:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926886#M320772</guid>
      <dc:creator>aj0031724</dc:creator>
      <dc:date>2015-10-28T14:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: 7 days sliding window classification</title>
      <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926887#M320773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Ah, yes, my mistake. Try c&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;hanging the line &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;'Standard')))) as Classification&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;to&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Standard'))),'Standard') as Classification&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 14:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926887#M320773</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-28T14:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: 7 days sliding window classification</title>
      <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926888#M320774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gysbert,&lt;/P&gt;&lt;P&gt;Yes with this "classification ""&amp;nbsp; is coming for all dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to count HU,LU&amp;nbsp; respectively&amp;nbsp; it is getting cumulative.&lt;/P&gt;&lt;P&gt;should I use the same condition for HU AND LU fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Value:&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt; text-decoration: underline;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN&gt; *, &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Previous&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Key&lt;/SPAN&gt;&lt;SPAN&gt;)=&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Key&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Previous&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;gt;4 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;4,'Alarmed',&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rangesum&lt;/SPAN&gt;&lt;SPAN&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;4),(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;peek&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;,-1)&amp;gt;4),(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;peek&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;,-2)&amp;gt;4),(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;peek&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;,-3)&amp;gt;4),(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;peek&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;,-4)&amp;gt;4),(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;peek&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;,-5)&amp;gt;4),(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;peek&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;,-6)&amp;gt;4))&amp;gt;=4,'Highly utilized',&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rangesum&lt;/SPAN&gt;&lt;SPAN&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;3),(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;peek&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;,-1)&amp;lt;3),(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;peek&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;,-2)&amp;lt;3),(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;peek&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;,-3)&amp;lt;3),(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;peek&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;,-4)&amp;lt;3),(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;peek&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;,-5)&amp;lt;3),(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;peek&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN&gt;,-6)&amp;lt;3))&amp;gt;=6,'Low utilized',&lt;BR /&gt; &lt;BR /&gt; 'Standard'))),'STANDARD') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Classification&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt; &lt;BR /&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Previous&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Key&lt;/SPAN&gt;)=&lt;SPAN style="color: #800000;"&gt;Key&lt;/SPAN&gt;,-&lt;SPAN style="color: #0000ff;"&gt;rangesum&lt;/SPAN&gt;((&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;&amp;gt;4),(&lt;SPAN style="color: #0000ff;"&gt;peek&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;,-1)&amp;gt;4),(&lt;SPAN style="color: #0000ff;"&gt;peek&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;,-2)&amp;gt;4),(&lt;SPAN style="color: #0000ff;"&gt;peek&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;,-3)&amp;gt;4),(&lt;SPAN style="color: #0000ff;"&gt;peek&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;,-4)&amp;gt;4),(&lt;SPAN style="color: #0000ff;"&gt;peek&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;,-5)&amp;gt;4),(&lt;SPAN style="color: #0000ff;"&gt;peek&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;,-6)&amp;gt;4)))&lt;SPAN style="color: #0000ff;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;HU&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Previous&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Key&lt;/SPAN&gt;)=&lt;SPAN style="color: #800000;"&gt;Key&lt;/SPAN&gt;,&lt;BR /&gt; -&lt;SPAN style="color: #0000ff;"&gt;rangesum&lt;/SPAN&gt;((&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;&amp;lt;3),(&lt;SPAN style="color: #0000ff;"&gt;peek&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;,-1)&amp;lt;3),(&lt;SPAN style="color: #0000ff;"&gt;peek&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;,-2)&amp;lt;3),(&lt;SPAN style="color: #0000ff;"&gt;peek&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;,-3)&amp;lt;3),(&lt;SPAN style="color: #0000ff;"&gt;peek&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;,-4)&amp;lt;3),(&lt;SPAN style="color: #0000ff;"&gt;peek&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;,-5)&amp;lt;3),(&lt;SPAN style="color: #0000ff;"&gt;peek&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;,-6)&amp;lt;3)))&lt;SPAN style="color: #0000ff;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;LU&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Temp&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;Key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 14:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926888#M320774</guid>
      <dc:creator>aj0031724</dc:creator>
      <dc:date>2015-10-28T14:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: 7 days sliding window classification</title>
      <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926889#M320775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but you need an other change and that should be applied to the classification calculation too. The lines I posted earlier won't give a correct result for all records. You'll have to modify the peeks so that the key check is done there too:&lt;/P&gt;&lt;P&gt;peek(Value,-1) should become if(peek(Key,-1)=Key,peek(Value,-1),0)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;peek(Value,-3) should become if(peek(Key,-2)=Key,peek(Value,-2),0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;etc...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Otherwise the classification of the first three records of a key will use values from a previous key. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 15:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926889#M320775</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-28T15:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: 7 days sliding window classification</title>
      <link>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926890#M320776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gysbert,&lt;/P&gt;&lt;P&gt;I modified the classification script as below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff9900;"&gt;&lt;STRONG style=": ; color: #000080; font-size: 12pt;"&gt;Value:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG style="font-size: 12pt;"&gt;LOAD *, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG style="font-size: 12pt;"&gt;if(Previous(Key)=Key,if(Previous(Value)&amp;gt;4 and Value&amp;gt;4,'Alarmed',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG style="font-size: 12pt;"&gt;if(-rangesum((Value&amp;gt;4),(if(peek(Key,-1)=Key,peek(Value,-1),0)&amp;gt;4),(if(peek(Key,-2)=Key,peek(Value,-2),0)&amp;gt;4),(if(peek(Key,-3)=Key,peek(Value,-3),0)&amp;gt;4),(if(peek(Key,-4)=Key,peek(Value,-4),0)&amp;gt;4),(if(peek(Key,-5)=Key,peek(Value,-5),0)&amp;gt;4),(if(peek(Key,-6)=Key,peek(Value,-6),0)&amp;gt;4))&amp;gt;=4,'Highly utilized',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG style="font-size: 12pt;"&gt;if(-rangesum((Value&amp;lt;3),(if(peek(Key,-1)=Key,peek(Value,-1),0)&amp;lt;3),(if(peek(Key,-2)=Key,peek(Value,-2),0)&amp;lt;3),(if(peek(Key,-3)=Key,peek(Value,-3),0)&amp;lt;3),(if(peek(Key,-4)=Key,peek(Value,-4),0)&amp;lt;3),(if(peek(Key,-5)=Key,peek(Value,-5),0)&amp;lt;3),(if(peek(Key,-6)=Key,peek(Value,-6),0)&amp;lt;3))&amp;gt;=6,'Low utilized',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG style="font-size: 12pt;"&gt;'Standard'))),'STANDARD') as Classification,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG style="font-size: 12pt;"&gt;if(Previous(Key)=Key,-rangesum((Value&amp;gt;4),(if(peek(Key,-1)=Key,peek(Value,-1),0)&amp;gt;4),(if(peek(Key,-2)=Key,peek(Value,-2),0)&amp;gt;4),(if(peek(Key,-3)=Key,peek(Value,-3),0)&amp;gt;4),(if(peek(Key,-4)=Key,peek(Value,-4),0)&amp;gt;4),(if(peek(Key,-5)=Key,peek(Value,-5),0)&amp;gt;4),(if(peek(Key,-6)=Key,peek(Value,-6),0)&amp;gt;4)))AS HU,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG style="font-size: 12pt;"&gt; if(Previous(Key)=Key,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG style="font-size: 12pt;"&gt;-rangesum((Value&amp;lt;3),(if(peek(Key,-1)=Key,peek(Value,-1),0)&amp;lt;3),(if(peek(Key,-2)=Key,peek(Value,-2),0)&amp;lt;3),(if(peek(Key,-3)=Key,peek(Value,-3),0)&amp;lt;3),(if(peek(Key,-4)=Key,peek(Value,-4),0)&amp;lt;3),(if(peek(Key,-5)=Key,peek(Value,-5),0)&amp;lt;3),(if(peek(Key,-6)=Key,peek(Value,-6),0)&amp;lt;3)))AS LU&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG style="font-size: 12pt;"&gt;Resident Temp&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff9900;"&gt;&lt;STRONG style=": ; color: #000080; font-size: 12pt;"&gt;ORDER BY Key,Date;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff9900;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff9900;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff9900;"&gt;&lt;STRONG style=": ; color: #000080; font-size: 12pt;"&gt;With this the classification changed a lot .Previuous 08-01-2015 and "09-01-2015"" were standard ,now changed to " LOW UTLIZED".&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff9900;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff9900;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff9900;"&gt;&lt;STRONG style=": ; color: #000080; font-size: 12pt;"&gt;Requesting you to Please check and confirm&amp;nbsp; if the script is correct as suggested.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff9900;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff9900;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff9900;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff9900;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 07:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/7-days-sliding-window-classification/m-p/926890#M320776</guid>
      <dc:creator>aj0031724</dc:creator>
      <dc:date>2015-10-29T07:53:59Z</dc:date>
    </item>
  </channel>
</rss>

