<?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 date format not accepted in select script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/date-format-not-accepted-in-select-script/m-p/954862#M965593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;the following error is displayed when i user this script :-&lt;/P&gt;&lt;P&gt;Error:-&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: 42883, ErrorCode: 7, ErrorMsg: ERROR: function date(date, unknown) does not exist;&lt;/P&gt;&lt;P&gt;Error while executing the query&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where(date(signed_on ,'DD/MM/YYYY')&amp;gt;= date(date(2014,7,1),'DD/MM/YYYY'))&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the dates look like this in the data base:-&lt;/P&gt;&lt;P&gt;2015-08-20 02:30:59.181032&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also used "makedate" with no luck.&lt;/P&gt;&lt;P&gt;any help appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Oct 2015 02:57:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-12T02:57:10Z</dc:date>
    <item>
      <title>date format not accepted in select script</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-not-accepted-in-select-script/m-p/954862#M965593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;the following error is displayed when i user this script :-&lt;/P&gt;&lt;P&gt;Error:-&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: 42883, ErrorCode: 7, ErrorMsg: ERROR: function date(date, unknown) does not exist;&lt;/P&gt;&lt;P&gt;Error while executing the query&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where(date(signed_on ,'DD/MM/YYYY')&amp;gt;= date(date(2014,7,1),'DD/MM/YYYY'))&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the dates look like this in the data base:-&lt;/P&gt;&lt;P&gt;2015-08-20 02:30:59.181032&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also used "makedate" with no luck.&lt;/P&gt;&lt;P&gt;any help appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 02:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-not-accepted-in-select-script/m-p/954862#M965593</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-12T02:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: date format not accepted in select script</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-not-accepted-in-select-script/m-p/954863#M965594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this instead:&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;&lt;STRONG&gt;Where Date(signed_on ,'DD/MM/YYYY') &amp;gt;= Date(MakeDate(2014,7,1),'DD/MM/YYYY');&lt;/STRONG&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;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;Where Num(signed_on) &amp;gt;= Num(MakeDate(2014,7,1));&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 02:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-not-accepted-in-select-script/m-p/954863#M965594</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-12T02:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: date format not accepted in select script</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-not-accepted-in-select-script/m-p/954864#M965595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like you are doing this in SQL script. May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Num(signed_on) &amp;gt;= 41821;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 03:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-not-accepted-in-select-script/m-p/954864#M965595</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-12T03:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: date format not accepted in select script</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-not-accepted-in-select-script/m-p/954865#M965596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Where Num(signed_on)&amp;gt;= num(makedate(2014,7,1))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 03:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-not-accepted-in-select-script/m-p/954865#M965596</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-10-12T03:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: date format not accepted in select script</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-not-accepted-in-select-script/m-p/954866#M965597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date() and MakeDate() are Qlikview functions, in SQL Query you have to use corresponding function of that database, those functions won't work in SQL Queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try &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;where signed_on &amp;gt;= '2014-07-01'&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;OR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;where signed_on &amp;gt;= '01-JUL-2014'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 03:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-not-accepted-in-select-script/m-p/954866#M965597</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-10-12T03:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: date format not accepted in select script</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-not-accepted-in-select-script/m-p/954867#M965598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You&amp;nbsp; required to_char() or to_num()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date() is QlikView funtion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 03:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-not-accepted-in-select-script/m-p/954867#M965598</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-10-12T03:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: date format not accepted in select script</title>
      <link>https://community.qlik.com/t5/QlikView/date-format-not-accepted-in-select-script/m-p/954868#M965599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Max.&amp;nbsp; can you help me with my data not flowing through to my dashboard question please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 04:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-format-not-accepted-in-select-script/m-p/954868#M965599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-12T04:06:57Z</dc:date>
    </item>
  </channel>
</rss>

