<?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: Problem with date in loading script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024311#M642111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Floor() is a qv function which is probably not supported (in the same way) in mysql and you might need to to specify the condition slightly different - maybe like: where year(created_at)&amp;gt;=2016;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you will find here more about such conditions on mysql:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.google.de/search?q=mysql+where+date" title="https://www.google.de/search?q=mysql+where+date"&gt;https://www.google.de/search?q=mysql+where+date&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jan 2016 12:07:11 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2016-01-05T12:07:11Z</dc:date>
    <item>
      <title>Problem with date in loading script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024310#M642110</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;I did this script to load data from MySQL and I have a problem. The table has records from part of 2015 and 2016, but I only want to load the 2016 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field created_at is a timestamp and did not do the filter that I desire:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SalesLine:&lt;/P&gt;&lt;P&gt;LOAD created_at as CreatedatSalesLine,&lt;/P&gt;&lt;P&gt;order_id,&lt;/P&gt;&lt;P&gt;'PV' &amp;amp; right('00000000'&amp;amp;order_id,8) as SalesId,&lt;/P&gt;&lt;P&gt;if(IsNull(product_id),code,product_id)as ItemId,&lt;/P&gt;&lt;P&gt;//code as ItemId,&lt;/P&gt;&lt;P&gt;price, &lt;/P&gt;&lt;P&gt;gift,&lt;/P&gt;&lt;P&gt;quantity_in_order,&lt;/P&gt;&lt;P&gt;quantity_purchased,&lt;/P&gt;&lt;P&gt;quantity_delivered,&lt;/P&gt;&lt;P&gt;1+(ApplyMap('Tax_Item_Map',product_id)/100)as Tax,&lt;/P&gt;&lt;P&gt;(price/1+(ApplyMap('Tax_Item_Map',product_id)/100))as Import_Brut,&lt;/P&gt;&lt;P&gt;ApplyMap('Date_Invoice_Map',order_id)as Date_Invoice;&lt;/P&gt;&lt;P&gt;SQL SELECT created_at ,order_id, product_id ,price, gift,quantity_in_order,quantity_purchased,quantity_delivered,code FROM ulaoffice.NS_order_lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where floor(created_at)&amp;gt;42369;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thank's for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 07:50:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024310#M642110</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2016-01-05T07:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with date in loading script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024311#M642111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Floor() is a qv function which is probably not supported (in the same way) in mysql and you might need to to specify the condition slightly different - maybe like: where year(created_at)&amp;gt;=2016;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you will find here more about such conditions on mysql:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.google.de/search?q=mysql+where+date" title="https://www.google.de/search?q=mysql+where+date"&gt;https://www.google.de/search?q=mysql+where+date&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 12:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024311#M642111</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-05T12:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with date in loading script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024312#M642112</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;Try like this&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SalesLine:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD created_at as CreatedatSalesLine,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;order_id,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'PV' &amp;amp; right('00000000'&amp;amp;order_id,8) as SalesId,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(IsNull(product_id),code,product_id)as ItemId,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//code as ItemId,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;price,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;gift,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;quantity_in_order,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;quantity_purchased,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;quantity_delivered,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1+(ApplyMap('Tax_Item_Map',product_id)/100)as Tax,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(price/1+(ApplyMap('Tax_Item_Map',product_id)/100))as Import_Brut,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ApplyMap('Date_Invoice_Map',order_id)as Date_Invoice;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT created_at ,order_id, product_id ,price, gift,quantity_in_order,quantity_purchased,quantity_delivered,code FROM ulaoffice.NS_order_lines&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;where &lt;STRONG&gt;Year(created_at)&amp;gt;2015;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SalesLine:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD created_at as CreatedatSalesLine,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;order_id,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'PV' &amp;amp; right('00000000'&amp;amp;order_id,8) as SalesId,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(IsNull(product_id),code,product_id)as ItemId,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//code as ItemId,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;price,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;gift,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;quantity_in_order,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;quantity_purchased,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;quantity_delivered,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1+(ApplyMap('Tax_Item_Map',product_id)/100)as Tax,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(price/1+(ApplyMap('Tax_Item_Map',product_id)/100))as Import_Brut,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ApplyMap('Date_Invoice_Map',order_id)as Date_Invoice&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;where floor(created_at)&amp;gt;42369;&amp;nbsp; //or &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Year(created_at)&amp;gt;2015&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&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 created_at ,order_id, product_id ,price, gift,quantity_in_order,quantity_purchased,quantity_delivered,code FROM ulaoffice.NS_order_lines;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 12:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024312#M642112</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2016-01-05T12:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with date in loading script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024313#M642113</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;Try like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;created_at &lt;/SPAN&gt;&amp;gt;='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;42369&lt;/SPAN&gt;'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Floor(created_at) &amp;gt;='42369'&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 12:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024313#M642113</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-05T12:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with date in loading script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024314#M642114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be&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;SalesLine:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD created_at as CreatedatSalesLine,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;order_id,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'PV' &amp;amp; right('00000000'&amp;amp;order_id,8) as SalesId,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(IsNull(product_id),code,product_id)as ItemId,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//code as ItemId,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;price,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;gift,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;quantity_in_order,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;quantity_purchased,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;quantity_delivered,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1+(ApplyMap('Tax_Item_Map',product_id)/100)as Tax,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(price/1+(ApplyMap('Tax_Item_Map',product_id)/100))as Import_Brut,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ApplyMap('Date_Invoice_Map',order_id)as Date_Invoice&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;where floor(created_at)&amp;gt;42369;&lt;/STRONG&gt;&lt;/SPAN&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 created_at ,order_id, product_id ,price, gift,quantity_in_order,quantity_purchased,quantity_delivered,code FROM ulaoffice.NS_order_lines&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 12:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024314#M642114</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-01-05T12:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with date in loading script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024315#M642115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Redundant discussion, solved here: &lt;A href="https://community.qlik.com/thread/198338"&gt;Error loading data&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 12:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024315#M642115</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-05T12:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with date in loading script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024316#M642116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Floor is not supported in Mysql.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 12:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024316#M642116</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-01-05T12:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with date in loading script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024317#M642117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think rounding-functions will be implemented within the most sql-databases but I'm not sure if they are called equally - literally and logically (parameter are optional or not).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 12:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024317#M642117</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-05T12:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with date in loading script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024318#M642118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both Floor and Ceiling functions are supported in MySql. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 12:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024318#M642118</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-01-05T12:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with date in loading script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024319#M642119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everyone seems to agree that DATETIME values are stored in every RDBMS in exactly the same way as in Excel (from which QV took its cue)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does the floor(timestamp)-call do in an RDBMS context?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 12:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024319#M642119</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-05T12:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with date in loading script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024320#M642120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree that it wil not work same in Qlikview as like Mysql.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 15px; font-family: Menlo, Consolas, 'Droid Sans Mono', monospace, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 13:33:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024320#M642120</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-01-05T13:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with date in loading script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024321#M642121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well the floor() function will operate the same in SQL as in QV. But an RDBMS will most probably store a Timestamp differently from QlikView, QlikView uses Excel binary storage in which the integer part represents the number of days since xx/12/1899 and the fraction represents the time as part of a day (0.5 meaning 12:00)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But does an (every) RDBMS store DATETIME values in the same way? And how about DATE values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 13:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024321#M642121</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-05T13:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with date in loading script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024322#M642122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Thanks for the explantion. No. DATE and DATETIME storing procedure (format) differs based on the database. (In mysql and MSSql, default format is YYYY-MM-DD whereas DD-MON-YY in Oracle). &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 17:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-in-loading-script/m-p/1024322#M642122</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-01-05T17:38:55Z</dc:date>
    </item>
  </channel>
</rss>

