<?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: ErrorMsg: 'to_timestamp' is not a recognized built-in function name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ErrorMsg-to-timestamp-is-not-a-recognized-built-in-function-name/m-p/1425553#M608825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As always, I would prefer to work QV functions. Because, If SQL getting down that created headache again. Any way, using Qlikview you may try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Date(Date#(DTTSERF, 'MM/DD/YYYY hh:mm:ss TT'), 'MM/DD/YYYY hh:mm:ss') as DTTSERF where Date(Date#(DTTSERF, 'MM/DD/YYYY hh:mm:ss TT'), 'MM/DD/YYYY hh:mm:ss') &amp;gt; '12/19/2017 05:04:51';&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM MasterCAQ.dbo."CAQ_Leer";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even, more efficient you can use&lt;/P&gt;&lt;P&gt;SET Var = 12/19/2017 05:04:51;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And, Then use this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * Where DTTSERF &amp;gt; '$(Var)';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load Date(Date#(DTTSERF, 'MM/DD/YYYY hh:mm:ss TT'), 'MM/DD/YYYY hh:mm:ss') as DTTSERF;&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM MasterCAQ.dbo."CAQ_Leer";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Dec 2017 05:31:47 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-12-19T05:31:47Z</dc:date>
    <item>
      <title>ErrorMsg: 'to_timestamp' is not a recognized built-in function name</title>
      <link>https://community.qlik.com/t5/QlikView/ErrorMsg-to-timestamp-is-not-a-recognized-built-in-function-name/m-p/1425550#M608822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest , why I'm getting below error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ErrorSource: Microsoft OLE DB Provider for SQL Server, ErrorMsg: 'to_timestamp' is not a recognized built-in function name.&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM MasterCAQ.dbo."CAQ_Leer"&lt;/P&gt;&lt;P&gt;WHERE DTTSERF &amp;gt; to_timestamp('12/19/2017 05:04:51', 'MM/DD/YYYY hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 04:40:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ErrorMsg-to-timestamp-is-not-a-recognized-built-in-function-name/m-p/1425550#M608822</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2017-12-19T04:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: ErrorMsg: 'to_timestamp' is not a recognized built-in function name</title>
      <link>https://community.qlik.com/t5/QlikView/ErrorMsg-to-timestamp-is-not-a-recognized-built-in-function-name/m-p/1425551#M608823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's clearly stating ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe you need Convert() instead to_timestamp &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 05:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ErrorMsg-to-timestamp-is-not-a-recognized-built-in-function-name/m-p/1425551#M608823</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-19T05:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: ErrorMsg: 'to_timestamp' is not a recognized built-in function name</title>
      <link>https://community.qlik.com/t5/QlikView/ErrorMsg-to-timestamp-is-not-a-recognized-built-in-function-name/m-p/1425552#M608824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u please help with an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My SQL date format is below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/187420_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 05:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ErrorMsg-to-timestamp-is-not-a-recognized-built-in-function-name/m-p/1425552#M608824</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2017-12-19T05:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: ErrorMsg: 'to_timestamp' is not a recognized built-in function name</title>
      <link>https://community.qlik.com/t5/QlikView/ErrorMsg-to-timestamp-is-not-a-recognized-built-in-function-name/m-p/1425553#M608825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As always, I would prefer to work QV functions. Because, If SQL getting down that created headache again. Any way, using Qlikview you may try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Date(Date#(DTTSERF, 'MM/DD/YYYY hh:mm:ss TT'), 'MM/DD/YYYY hh:mm:ss') as DTTSERF where Date(Date#(DTTSERF, 'MM/DD/YYYY hh:mm:ss TT'), 'MM/DD/YYYY hh:mm:ss') &amp;gt; '12/19/2017 05:04:51';&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM MasterCAQ.dbo."CAQ_Leer";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even, more efficient you can use&lt;/P&gt;&lt;P&gt;SET Var = 12/19/2017 05:04:51;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And, Then use this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * Where DTTSERF &amp;gt; '$(Var)';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load Date(Date#(DTTSERF, 'MM/DD/YYYY hh:mm:ss TT'), 'MM/DD/YYYY hh:mm:ss') as DTTSERF;&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM MasterCAQ.dbo."CAQ_Leer";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 05:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ErrorMsg-to-timestamp-is-not-a-recognized-built-in-function-name/m-p/1425553#M608825</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-19T05:31:47Z</dc:date>
    </item>
  </channel>
</rss>

