<?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: missing expression from SQL in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995895#M646291</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;T&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;he function (datetime, ....) and format (&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'10/28/2015') after the SQL &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;depends on the database, not QlikView;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;what's the database?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2015 19:14:24 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2015-10-29T19:14:24Z</dc:date>
    <item>
      <title>missing expression from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995893#M646289</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'm trying to fetch the records which were greater than 10/28/2015 05:10:55 PM from SQL through qlikview script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have field "Last updated Date time" which holds that value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i use,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;*&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&amp;nbsp; Table WHERE DATETIME(LAST_UPDATE_DATETIME) &amp;gt;='10/28/2015';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's throwing "missing expression from SQL" error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one please help me to get into the right format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 18:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995893#M646289</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-10-29T18:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: missing expression from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995894#M646290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using SQL Server? If so, the query should be like the below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;*&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&amp;nbsp; Table WHERE LAST_UPDATE_DATETIME &amp;gt;='2015-10-28';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995894#M646290</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-10-29T19:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: missing expression from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995895#M646291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;T&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;he function (datetime, ....) and format (&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'10/28/2015') after the SQL &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;depends on the database, not QlikView;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;what's the database?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995895#M646291</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-29T19:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: missing expression from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995896#M646292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maxgro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's SQL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995896#M646292</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-10-29T19:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: missing expression from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995897#M646293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that too bro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But no luck, same error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:17:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995897#M646293</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-10-29T19:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: missing expression from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995898#M646294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select *&lt;/P&gt;&lt;P&gt;From Table Where DateTime(Cast(Last_Uptdate_Datetime) As Date) &amp;gt;= '10/28/2015'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995898#M646294</guid>
      <dc:creator>handry_orozco</dc:creator>
      <dc:date>2015-10-29T19:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: missing expression from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995899#M646295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SQL##f - SqlState: S1000, ErrorCode: 936, ErrorMsg: [Oracle][ODBC][Ora]ORA-00936: missing expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995899#M646295</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-10-29T19:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: missing expression from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995900#M646296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;SQL##f - SqlState: S1000, ErrorCode: 936, ErrorMsg: [Oracle][ODBC][Ora]ORA-00936: missing expression&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995900#M646296</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-10-29T19:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: missing expression from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995901#M646297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Graham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you add Attribute names after your select statement &amp;amp; check this link.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/61385"&gt;https://community.qlik.com/thread/61385&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Brad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995901#M646297</guid>
      <dc:creator />
      <dc:date>2015-10-29T19:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: missing expression from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995902#M646298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that after checking that thread this morning &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;BR /&gt;but no progress &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995902#M646298</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-10-29T19:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: missing expression from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995903#M646299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/10670"&gt;maxgro&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Can you please help here &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995903#M646299</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-10-29T19:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: missing expression from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995904#M646300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Throwing below error. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: S1000, ErrorCode: 905, ErrorMsg: [Oracle][ODBC][Ora]ORA-00905: missing keyword&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995904#M646300</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-10-29T19:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: missing expression from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995905#M646301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LAST_UPDATE_DATETIME field in the table though?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995905#M646301</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-10-29T19:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: missing expression from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995906#M646302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Sinan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995906#M646302</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-10-29T19:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: missing expression from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995907#M646303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the table name? Because you are using FROM Table, Table is a reserved word.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:37:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995907#M646303</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-10-29T19:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: missing expression from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995908#M646304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Table name is "Dealers"&lt;/P&gt;&lt;P&gt;I was just using a dummy name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:38:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995908#M646304</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-10-29T19:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: missing expression from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995909#M646305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;*&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&amp;nbsp; "Grade"."Dealers" Where DateTime(Cast(LAST_UPDATE_DATETIME) As Date) &amp;gt;= '10/28/2015';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995909#M646305</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-10-29T19:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: missing expression from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995910#M646306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it "Grade.Dealers"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995910#M646306</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-10-29T19:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: missing expression from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995911#M646307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Grade is the library and Dealers is the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that part is fine, i was getting trouble only with the format Sinan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995911#M646307</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-10-29T19:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: missing expression from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995912#M646308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your error says you're using an Oracle database;&lt;/P&gt;&lt;P&gt;but in Oracle I don't find a datetime function &lt;A href="http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions001.htm" title="http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions001.htm"&gt;SQL Functions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe this if LAST_.... is a date&lt;/P&gt;&lt;P&gt;WHERE &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LAST_UPDATE_DATETIME&lt;/SPAN&gt; &amp;gt;= to_date('28/10/2015', 'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;WHERE &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LAST_UPDATE_DATETIME&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&amp;gt; to_date('&lt;SPAN style="font-size: 13.3333px;"&gt;28/10/2015 00:00:00&lt;/SPAN&gt;', 'DD/MM/YYYY HH:MI:SS')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-expression-from-SQL/m-p/995912#M646308</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-29T19:45:54Z</dc:date>
    </item>
  </channel>
</rss>

