<?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: compare current date n previous date n if greater then avoid that row in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/compare-current-date-n-previous-date-n-if-greater-then-avoid/m-p/693521#M250855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load * From TableName &lt;/P&gt;&lt;P&gt;Where Date('B','DD.MM.YYYY') &amp;lt; Date('A','DD.MM.YYYY');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Aug 2014 10:19:51 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-08-18T10:19:51Z</dc:date>
    <item>
      <title>compare current date n previous date n if greater then avoid that row</title>
      <link>https://community.qlik.com/t5/QlikView/compare-current-date-n-previous-date-n-if-greater-then-avoid/m-p/693520#M250854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to avoid next row in script side . It means suppoase A having 22.09.2013 9:50 and B having 21.09.2013 19.00 then i want to avoid the 2 nd row of b. how to do it in script side.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 10:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-current-date-n-previous-date-n-if-greater-then-avoid/m-p/693520#M250854</guid>
      <dc:creator />
      <dc:date>2014-08-18T10:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: compare current date n previous date n if greater then avoid that row</title>
      <link>https://community.qlik.com/t5/QlikView/compare-current-date-n-previous-date-n-if-greater-then-avoid/m-p/693521#M250855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load * From TableName &lt;/P&gt;&lt;P&gt;Where Date('B','DD.MM.YYYY') &amp;lt; Date('A','DD.MM.YYYY');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 10:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-current-date-n-previous-date-n-if-greater-then-avoid/m-p/693521#M250855</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-08-18T10:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: compare current date n previous date n if greater then avoid that row</title>
      <link>https://community.qlik.com/t5/QlikView/compare-current-date-n-previous-date-n-if-greater-then-avoid/m-p/693522#M250856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(&lt;STRONG&gt;Peek&lt;/STRONG&gt;('DateField')&amp;lt;DateField, DateField) as FilteredDate &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 10:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-current-date-n-previous-date-n-if-greater-then-avoid/m-p/693522#M250856</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-18T10:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: compare current date n previous date n if greater then avoid that row</title>
      <link>https://community.qlik.com/t5/QlikView/compare-current-date-n-previous-date-n-if-greater-then-avoid/m-p/693523#M250857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO I am having like this data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&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; 22.09.2013 9:50&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 21.09.2013 19.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i have to skip B row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 11:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-current-date-n-previous-date-n-if-greater-then-avoid/m-p/693523#M250857</guid>
      <dc:creator />
      <dc:date>2014-08-18T11:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: compare current date n previous date n if greater then avoid that row</title>
      <link>https://community.qlik.com/t5/QlikView/compare-current-date-n-previous-date-n-if-greater-then-avoid/m-p/693524#M250858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Field, Date&lt;/P&gt;&lt;P&gt;&amp;nbsp; A,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22.09.2013 9:50&lt;/P&gt;&lt;P&gt;&amp;nbsp; B,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 21.09.2013 19.00&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp; Field, &lt;/P&gt;&lt;P&gt;&amp;nbsp; Date &lt;/P&gt;&lt;P&gt;Resident Temp&lt;/P&gt;&lt;P&gt;Where Date &amp;gt; Previous(Date)&lt;/P&gt;&lt;P&gt;Order By Date;&lt;/P&gt;&lt;P&gt;&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>Mon, 18 Aug 2014 11:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-current-date-n-previous-date-n-if-greater-then-avoid/m-p/693524#M250858</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-08-18T11:06:57Z</dc:date>
    </item>
  </channel>
</rss>

