<?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 SV:Script editor error: &amp;quot;Unknown statement: MakeTime&amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-editor-error-quot-Unknown-statement-MakeTime-quot/m-p/157133#M32722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using preceding load when calling Call_Taking_Time? It works when I test the following (in 8.2). Otherwise you could comment out the Call_Taking_Time_NEW line and see what Call_Taking_Time returns.&lt;/P&gt;&lt;P&gt;/Michael&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;load&lt;/P&gt;&lt;P style="font-weight: bold"&gt;MakeTime(hour(Call_Taking_Time), minute(Call_Taking_Time), second(Call_Taking_Time)) as Call_Taking_Time_NEW;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;load&lt;/P&gt;&lt;P style="font-weight: bold"&gt;num(now())-num(now(2)) as Call_Taking_Time&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;autogenerate(1);&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Aug 2009 07:04:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-15T07:04:08Z</dc:date>
    <item>
      <title>Script editor error: "Unknown statement: MakeTime"</title>
      <link>https://community.qlik.com/t5/QlikView/Script-editor-error-quot-Unknown-statement-MakeTime-quot/m-p/157132#M32721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attempting to use the MakeTime function in my LOAD script, and I get the error "Unknown statement: MakeTime" every time the statement tries to load. I am using MakeTime to accomplish the same task in the Expression editor with no problem whatsoever. Can MakeTime not be used in a LOAD script? Following is the exact line in my script that causes the problem:&lt;/P&gt;&lt;P&gt;MakeTime(hour(Call_Taking_Time), minute(Call_Taking_Time), second(Call_Taking_Time)) as Call_Taking_Time_NEW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The argument (Call_Taking_Time) is calculated as follows:&lt;/P&gt;&lt;P&gt;num(TimeCallEnteredQueueTime) - num(TimePhonePickupTime) as Call_Taking_Time,&lt;/P&gt;&lt;P&gt;The arguments in the num() function are both timestamps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using QV Developer v8.50.6231.5&lt;/P&gt;&lt;P&gt;Hope someone can explain this - seems like a possible bug unless there's something I'm missing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;Scott Moon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2009 22:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-editor-error-quot-Unknown-statement-MakeTime-quot/m-p/157132#M32721</guid>
      <dc:creator>smoon63</dc:creator>
      <dc:date>2009-08-13T22:34:41Z</dc:date>
    </item>
    <item>
      <title>SV:Script editor error: "Unknown statement: MakeTime"</title>
      <link>https://community.qlik.com/t5/QlikView/Script-editor-error-quot-Unknown-statement-MakeTime-quot/m-p/157133#M32722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using preceding load when calling Call_Taking_Time? It works when I test the following (in 8.2). Otherwise you could comment out the Call_Taking_Time_NEW line and see what Call_Taking_Time returns.&lt;/P&gt;&lt;P&gt;/Michael&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;load&lt;/P&gt;&lt;P style="font-weight: bold"&gt;MakeTime(hour(Call_Taking_Time), minute(Call_Taking_Time), second(Call_Taking_Time)) as Call_Taking_Time_NEW;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;load&lt;/P&gt;&lt;P style="font-weight: bold"&gt;num(now())-num(now(2)) as Call_Taking_Time&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;autogenerate(1);&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Aug 2009 07:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-editor-error-quot-Unknown-statement-MakeTime-quot/m-p/157133#M32722</guid>
      <dc:creator />
      <dc:date>2009-08-15T07:04:08Z</dc:date>
    </item>
    <item>
      <title>Script editor error: "Unknown statement: MakeTime"</title>
      <link>https://community.qlik.com/t5/QlikView/Script-editor-error-quot-Unknown-statement-MakeTime-quot/m-p/157134#M32723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops! I meant to post back the same day and report that it was simply a good old "ID 10 T" error. I had left an uncommented piece of code after the end of the script, which was a sample of the MakeTime function I had used to access the help file on that function. I killed that and the script was fine.&lt;/P&gt;&lt;P&gt;Thanks for the input, but it was in reality a non-issue!&lt;/P&gt;&lt;P&gt;Scott Moon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 21:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-editor-error-quot-Unknown-statement-MakeTime-quot/m-p/157134#M32723</guid>
      <dc:creator>smoon63</dc:creator>
      <dc:date>2009-08-17T21:55:35Z</dc:date>
    </item>
  </channel>
</rss>

