<?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: Comparing two dates in where clause of load statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349228#M414944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Divya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just started with the QVW creation and data load. my QV Script has only one load statement with a where clause. Below is my partial load statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; SELECT * FROM COS.CUSTOMER_ORDER WHERE &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"CUSORD_STAT"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ='00' And DATE(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"CUSORD_DATE"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'M-D-YYYY') &amp;gt;= DATE(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"SYSDATE"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-1,'M-D-YYYY'); &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2017 08:41:04 GMT</pubDate>
    <dc:creator>Qlik_Enthu</dc:creator>
    <dc:date>2017-06-12T08:41:04Z</dc:date>
    <item>
      <title>Comparing two dates in where clause of load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349226#M414942</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 am trying to compare the source data date against the sysdate and written the below in where clause:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;And DATE("CUSORD_DATE",'M-D-YYYY') &amp;gt;= DATE("SYSDATE"-1,'M-D-YYYY');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however I am getting error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;SQL##f - SqlState: S1000, ErrorCode: 936, ErrorMsg: [Oracle][ODBC][Ora]ORA-00936: missing expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;SQL SELECT * FROM COS.CUSTOMER_ORDER WHERE "CUSORD_STAT" ='00' And DATE("CUSORD_DATE",'M-D-YYYY') &amp;gt;= DATE("SYSDATE"-1,'M-D-YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone correct me if there is a mistake? also should we use any other table to include SYSDATE?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 08:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349226#M414942</guid>
      <dc:creator>Qlik_Enthu</dc:creator>
      <dc:date>2017-06-12T08:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two dates in where clause of load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349227#M414943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saimeenakshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be possible to share a sample QVW?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 08:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349227#M414943</guid>
      <dc:creator>divya_anand</dc:creator>
      <dc:date>2017-06-12T08:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two dates in where clause of load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349228#M414944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Divya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just started with the QVW creation and data load. my QV Script has only one load statement with a where clause. Below is my partial load statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; SELECT * FROM COS.CUSTOMER_ORDER WHERE &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"CUSORD_STAT"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ='00' And DATE(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"CUSORD_DATE"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'M-D-YYYY') &amp;gt;= DATE(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"SYSDATE"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-1,'M-D-YYYY'); &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 08:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349228#M414944</guid>
      <dc:creator>Qlik_Enthu</dc:creator>
      <dc:date>2017-06-12T08:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two dates in where clause of load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349229#M414945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saimeenakshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume &lt;SPAN style="color: #800000;"&gt;CUSORD_DATE&lt;/SPAN&gt; is from "COS.CUSTOMER_ORDER". What about SYSDATE? Have you assigned a value to SYSDATE prior to the SQL Statement?&lt;/P&gt;&lt;P&gt;You may try and share the application even if there is no data or connection string. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 08:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349229#M414945</guid>
      <dc:creator>divya_anand</dc:creator>
      <dc:date>2017-06-12T08:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two dates in where clause of load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349230#M414946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not assigned any value to Sysdate (assuming it will store today`s date from the system tables) now I think that's not correct. I try copy pasting my .qvw, but its not working nor I find an attachment option while replying to the thread...&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166498_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 08:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349230#M414946</guid>
      <dc:creator>Qlik_Enthu</dc:creator>
      <dc:date>2017-06-12T08:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two dates in where clause of load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349231#M414947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to attach and application using the "App" icon-&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166504_pastedImage_2.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't find it, please use the Advanced Editor-&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/166505_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 09:03:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349231#M414947</guid>
      <dc:creator>divya_anand</dc:creator>
      <dc:date>2017-06-12T09:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two dates in where clause of load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349232#M414948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be using "today()" to fetch today's date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 09:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349232#M414948</guid>
      <dc:creator>divya_anand</dc:creator>
      <dc:date>2017-06-12T09:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two dates in where clause of load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349233#M414949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I don't find the attachment option in !App nor the advance editor feature&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166511_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/166512_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 09:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349233#M414949</guid>
      <dc:creator>Qlik_Enthu</dc:creator>
      <dc:date>2017-06-12T09:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two dates in where clause of load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349234#M414950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to try this when you are free-&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166514_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the meantime,&lt;/P&gt;&lt;P&gt;It is difficult to help without a sample application or without a clear picture of the script you are using. However, you may try this and see if this works for your scenario-&lt;/P&gt;&lt;P&gt;Assuming that the Date format in the database is &lt;SPAN style="font-family: Courier New;"&gt;'M-D-YYYY'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;let vDate&amp;nbsp; = Timestamp(Today(),'M-D-YYYY');&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff;"&gt;LOAD *;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff;"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; SELECT * FROM COS.CUSTOMER_ORDER &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;WHERE &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"CUSORD_STAT"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ='00' And &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CUSORD_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&amp;gt;= '$(vDate)';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 05:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349234#M414950</guid>
      <dc:creator>divya_anand</dc:creator>
      <dc:date>2017-06-13T05:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two dates in where clause of load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349235#M414951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Divya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I somehow managed to do it by my self. below is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vToday&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(1),'MM/DD/YYYY');&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ODBC&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;CONNECT&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PT1025;DBQ=PT1025.IKEADT.COM]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;XUserId&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; RQNcTBdJTSaA, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;XPassword&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; efNSaBdJTaNOTbAN);&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//-------- Start Multiple Select Statements ------&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;USER_ID_REF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CUSORD_NO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CUSORD_STAT&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;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CUSORD_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'MM/DD/YYYY') &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;ORDER_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CUST_NO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CUS_NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CTY_CODE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; SELECT * FROM COS.CUSTOMER_ORDER WHERE &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"CUSORD_STAT"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ='00' AND &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"CUSORD_NO"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vToday)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thank you for helping me on this!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 05:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-dates-in-where-clause-of-load-statement/m-p/1349235#M414951</guid>
      <dc:creator>Qlik_Enthu</dc:creator>
      <dc:date>2017-06-13T05:52:05Z</dc:date>
    </item>
  </channel>
</rss>

