<?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: DATETIME comparison not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/DATETIME-comparison-not-working/m-p/325#M73</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this error to me "There is no file loaded from Source". What source u used for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Jan 2018 01:02:33 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2018-01-13T01:02:33Z</dc:date>
    <item>
      <title>DATETIME comparison not working</title>
      <link>https://community.qlik.com/t5/QlikView/DATETIME-comparison-not-working/m-p/324#M72</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have the proper way to do an easy comparison with my Progress DB's DATETIME? I need to pull anything updated in the "sku-whs-spf" table over the last 2 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;vStartDate=Date(now()-2, 'DD/MM/YY.ffff')&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;FROM PUB."sku-whs-spf"&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;WHERE "LastUpdate" &amp;gt;= '$(vStartDate)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But all I get is the error&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;SQL##f - SqlState: S0002, ErrorCode: 4294947291, ErrorMsg: [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Table/View/Synonym not found (7519)&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As if I'm doing an improper comparison, or the field is not there (but it definitely is). I've even tried harcoding my vStartDate&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 22:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATETIME-comparison-not-working/m-p/324#M72</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-12T22:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: DATETIME comparison not working</title>
      <link>https://community.qlik.com/t5/QlikView/DATETIME-comparison-not-working/m-p/325#M73</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this error to me "There is no file loaded from Source". What source u used for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jan 2018 01:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATETIME-comparison-not-working/m-p/325#M73</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-13T01:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: DATETIME comparison not working</title>
      <link>https://community.qlik.com/t5/QlikView/DATETIME-comparison-not-working/m-p/326#M74</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does it load without the where clause?&lt;/P&gt;&lt;P&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;FROM PUB."sku-whs-spf"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering what happens if you remove the two double quotes, does that change anything&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;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;FROM PUB.sku-whs-spf&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;WHERE "LastUpdate" &amp;gt;= '$(vStartDate)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jan 2018 01:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATETIME-comparison-not-working/m-p/326#M74</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-13T01:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: DATETIME comparison not working</title>
      <link>https://community.qlik.com/t5/QlikView/DATETIME-comparison-not-working/m-p/327#M75</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am embarrassed to say you are correct. It does NOT load without the WHERE clause. I spent hours trying to fix this WHERE clause, but the problem was that I broke my CONNECT statements right above. Sorry for wasting everyone's time. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 14:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATETIME-comparison-not-working/m-p/327#M75</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-15T14:55:03Z</dc:date>
    </item>
  </channel>
</rss>

