<?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: SQL Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-Date/m-p/138595#M1248256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you ommit the time part of the condition, does it work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2018 10:31:12 GMT</pubDate>
    <dc:creator>dapostolopoylos</dc:creator>
    <dc:date>2018-07-30T10:31:12Z</dc:date>
    <item>
      <title>SQL Date</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Date/m-p/138594#M1248250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a&amp;nbsp; SQL date condition like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where DATE BETWEEN '17-01-2017 00:00:00' AND '30-04-2017 23:59:59' , When I ran this script in Qlikview it throws "Invalid month error"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to change or hardcore the date condition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Date/m-p/138594#M1248250</guid>
      <dc:creator>Smeenakshi23</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Date</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Date/m-p/138595#M1248256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you ommit the time part of the condition, does it work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 10:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Date/m-p/138595#M1248256</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2018-07-30T10:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Date</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Date/m-p/138596#M1248261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps, this is a format issue. Try interchanging DD with MM, like:&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;Where DATE BETWEEN '&lt;STRONG&gt;01-17&lt;/STRONG&gt;-2017 00:00:00' AND &lt;STRONG&gt;'04-30&lt;/STRONG&gt;-2017 23:59:59' &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 10:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Date/m-p/138596#M1248261</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-07-30T10:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Date</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Date/m-p/138597#M1248264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold; font-style: italic; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where&lt;/P&gt;&lt;P style="font-weight: bold; font-style: italic; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where Date&amp;gt;'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;17-01-2017 &lt;/SPAN&gt;' and Date&amp;lt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;'30-04-2017'&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 10:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Date/m-p/138597#M1248264</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-07-30T10:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Date</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Date/m-p/138598#M1248268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I My self got it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 10:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Date/m-p/138598#M1248268</guid>
      <dc:creator>Smeenakshi23</dc:creator>
      <dc:date>2018-07-30T10:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Date</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Date/m-p/138599#M1248272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;great what you have tried&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please close the thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 10:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Date/m-p/138599#M1248272</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-07-30T10:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Date</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Date/m-p/138600#M1248275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry this doesn't seems to work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 10:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Date/m-p/138600#M1248275</guid>
      <dc:creator>Smeenakshi23</dc:creator>
      <dc:date>2018-07-30T10:43:50Z</dc:date>
    </item>
  </channel>
</rss>

