<?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: Remove Data by Date in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-Data-by-Date-in-script/m-p/1010743#M951145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Simao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly find attached document, I hope you are looking for that one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Dec 2015 09:36:35 GMT</pubDate>
    <dc:creator>engishfaque</dc:creator>
    <dc:date>2015-12-01T09:36:35Z</dc:date>
    <item>
      <title>Remove Data by Date in script</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Data-by-Date-in-script/m-p/1010741#M951143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings, i'm new at this and would be amasing if you could help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one table like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name, Value, Date&lt;/P&gt;&lt;P&gt;A1, 3, 06-03-2015&lt;/P&gt;&lt;P&gt;A2, 2, 07-03-2015&lt;/P&gt;&lt;P&gt;A3, 6, 15-03-2015&lt;/P&gt;&lt;P&gt;A4, 4, 01-03-2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i remove the data after 10-03-2015 in script?&lt;/P&gt;&lt;P&gt;I want to define a data in a variable and in this example have a final table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Name, Value, Date&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;A1, 3, 06-03-2015&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;A2, 2, 07-03-2015&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;A4, 4, 01-03-2015&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Best regards&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Simão Ribeiro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 16:52:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Data-by-Date-in-script/m-p/1010741#M951143</guid>
      <dc:creator>slribeiro</dc:creator>
      <dc:date>2015-11-30T16:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Data by Date in script</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Data-by-Date-in-script/m-p/1010742#M951144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set DateFormat = 'DD-MM-YYYY';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vDate = Num(MakeDate(2015,3,10));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Name, Value, Date&lt;/P&gt;&lt;P&gt;FROM YourDataSource&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE Date &amp;lt;= $(vDate);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 17:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Data-by-Date-in-script/m-p/1010742#M951144</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-30T17:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Data by Date in script</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Data-by-Date-in-script/m-p/1010743#M951145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Simao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly find attached document, I hope you are looking for that one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 09:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Data-by-Date-in-script/m-p/1010743#M951145</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2015-12-01T09:36:35Z</dc:date>
    </item>
  </channel>
</rss>

