<?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 Reducing loading time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reducing-loading-time/m-p/246732#M1208894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;intenta con&lt;/P&gt;&lt;P&gt;SQL SELECT * from ... where [FechaActualizacion] between '07/01/2010' and '02/02/2010'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Mar 2010 17:15:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-11T17:15:38Z</dc:date>
    <item>
      <title>Reducing loading time</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-loading-time/m-p/246729#M1208891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Aftyer spendin a few hours checking in the Forum and the help file, I give up. Can somebody help me with this: I need to load datas from a huge DB. So, in a way to save time in the loading process, and that I don't need all the data's I try to work with the where comand. I try a lot of way to insert this "where" in my script, but no luck in do it work. Here is my script: &lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;SET ThousandSep=',';SET DecimalSep='.';SET MoneyThousandSep=',';SET MoneyDecimalSep='.';SET MoneyFormat='$#,##0.00;-$#,##0.00';SET TimeFormat='hh:mm:ss TT';SET DateFormat='DD/MM/YYYY';SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff] TT';SET MonthNames='Ene;Feb;Mar;Abr;May;Jun;Jul;Ago;Sep;Oct;Nov;Dic';SET DayNames='Lun;Mar;Mi�;Jue;Vie;S�b;Dom';ODBC CONNECT TO [Qlik view Capital Humano] (XUserId is XEPCSCRIXCVB, XPassword is KdKOeSRMXDfB);CAPITAL_HUMANO:LOAD Idregistro, Empresa, EmpFicha as Ficha, EmpFechaingreso, EmpFechaBaja, EmpEstadoEmpleado,.... AsgContrato, FechaActualizacion, DAY("FechaActualizacion") AS [DAY], WEEK("FechaActualizacion") AS [WEEK], Day(FechaActualizacion) &amp;amp; '-' &amp;amp; Month(FechaActualizacion) AS FechaDMI, MONTH("FechaActualizacion") AS [MONTH];SQL SELECT *FROM EDW.dbo.Empleados;Store CAPITAL_HUMANO into cAPITAL_HUMANO_2010.qvd;&lt;/PRE&gt;I would like to select some dates from the field FechaActualizacion (imestampFormat) I'm sure about the syntax of the date I want to select. I try this: SQL SELECT * where [FechaActualizacion] = '07/01/2010 12:00:00 a.m.' and where [FechaActualizacion] = '02/02/2010 12:00:00 a.m.' Can somebody tell me how to do it? I will really apreciate any help in solving this isue. Patrick&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 03:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-loading-time/m-p/246729#M1208891</guid>
      <dc:creator />
      <dc:date>2010-03-09T03:20:13Z</dc:date>
    </item>
    <item>
      <title>Reducing loading time</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-loading-time/m-p/246730#M1208892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dewaegep,&lt;/P&gt;&lt;P&gt;As you say,your syntax is write ,i suggest you to try like&lt;/P&gt;&lt;P&gt;select * from table&lt;/P&gt;&lt;P&gt;where date&amp;gt;=' ' and date &amp;lt;= ' ' ; pls make sure formate of date is supporting your date formate.&lt;/P&gt;&lt;P&gt;regard's&lt;/P&gt;&lt;P&gt;Naren.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 05:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-loading-time/m-p/246730#M1208892</guid>
      <dc:creator />
      <dc:date>2010-03-09T05:58:49Z</dc:date>
    </item>
    <item>
      <title>Reducing loading time</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-loading-time/m-p/246731#M1208893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Naren, thanks, I�m getting close.... but still have a problem: when I wrote this &lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;SQL SELECT *FROM EDW.dbo.Empleados where FechaActualizacion &amp;lt;/body&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 15:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-loading-time/m-p/246731#M1208893</guid>
      <dc:creator />
      <dc:date>2010-03-09T15:12:26Z</dc:date>
    </item>
    <item>
      <title>Reducing loading time</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-loading-time/m-p/246732#M1208894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;intenta con&lt;/P&gt;&lt;P&gt;SQL SELECT * from ... where [FechaActualizacion] between '07/01/2010' and '02/02/2010'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 17:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-loading-time/m-p/246732#M1208894</guid>
      <dc:creator />
      <dc:date>2010-03-11T17:15:38Z</dc:date>
    </item>
  </channel>
</rss>

