<?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: Intervalo de horas in Español</title>
    <link>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973416#M9283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;De nada.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(TuFecha, 'DD/MM/YYYY') as NuevaFecha&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Time(TuFecha, 'HH:MM') as NuevaHora&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Saludos&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Joaquín&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Dec 2015 16:10:00 GMT</pubDate>
    <dc:creator>Joaquin_Lazaro</dc:creator>
    <dc:date>2015-12-22T16:10:00Z</dc:date>
    <item>
      <title>Intervalo de horas</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973412#M9279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Buenos días, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Estoy haciendo una aplicación en la que quiero contar los registros diarios pero no en el día natural, sino una franja horaria. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Es decir, los registros de hoy día 22 serían los que entraron entre el día 21/12/2015 a las 13:31 y el día 22/12/2015 a las 13:30. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;He pensado en hacer este calculo en la carga de datos, indicándole a que día "efectivo" pertenecen en función de este rango. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Se os ocurre como hacerlo? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Muchas gracias&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Un saludo, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maria &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 12:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973412#M9279</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-22T12:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalo de horas</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973413#M9280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lo puedes hacer de cualquiera de las dos formas, tanto en el script como en una tabla.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Num(FechaHora) &amp;gt;= FecHorInicio And &lt;SPAN style="font-size: 13.3333px;"&gt;Num(FechaHora) &amp;lt;= FecHorInicio, &lt;SPAN style="font-size: 13.3333px;"&gt;FechaHora) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 13:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973413#M9280</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2015-12-22T13:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalo de horas</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973414#M9281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola María:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lo más práctico es en el script, luego te vale para todos los gráficos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cuando gestionas horas y minutos la forma más práctica de sobrevivir es llevarlo todo a minutos; por ejemplo, las 13:30 serían 13*60+30 =&amp;nbsp; 780+30 = 810.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tu TimeStamp lo llevas a un campo fecha y a otro campo hora que conviertes a minutos ... si minutos &amp;gt;= 811 fecha = fecha, si minutos &amp;lt; 811 fecha = fecha -1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Espero no haber incrementado tu nivel de incertidumbre&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos&lt;/P&gt;&lt;P&gt;Joaquín&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 14:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973414#M9281</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2015-12-22T14:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalo de horas</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973415#M9282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gracias a los dos. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tengo una dudilla con como tratar mi campo de fecha. &lt;/P&gt;&lt;P&gt;El campo me viene con el siguiente formato de valor 22/12/2015 10:29:49.818&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No manejo muy bien las funciones de fecha y hora, y tampoco la de trim, ya que solo encuentro right y left.&lt;/P&gt;&lt;P&gt;Como lo convertiriais para poder hacer la operacion que os describo?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 16:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973415#M9282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-22T16:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalo de horas</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973416#M9283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;De nada.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(TuFecha, 'DD/MM/YYYY') as NuevaFecha&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Time(TuFecha, 'HH:MM') as NuevaHora&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Saludos&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Joaquín&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 16:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973416#M9283</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2015-12-22T16:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalo de horas</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973417#M9284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No me van las funciones en el Script ni el la expresión.... deberia primero "cortar" la fecha y la hora?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 16:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973417#M9284</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-22T16:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalo de horas</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973418#M9285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Estas funciones no causan problemas !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Que base de datos tienes ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 16:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973418#M9285</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2015-12-22T16:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalo de horas</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973419#M9286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Algunas bases de datos son más complejas con los campos de tipo TimeStamp, prueba ésto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(MakeDate(Year(TuFecha), Num(Month(TuFecha), Day(TuFecha)), 'DD/MM/YYYY') as NuevaFecha&lt;/P&gt;&lt;P&gt;Time(MakeTime(Hour(TuFecha), Minute(TuFecha)), 'HH:MM') as NuevaHora&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 16:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973419#M9286</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2015-12-22T16:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalo de horas</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973420#M9287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Estoy usando SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lo he conseguido asi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date#(left(FECHA,10),'MM/DD/YYYY') as FechaHist,&lt;/P&gt;&lt;P&gt;Time(Right(&lt;SPAN style="font-size: 13.3333px;"&gt;FECHA&lt;/SPAN&gt;, 12),'HH:MM')&amp;nbsp; as HoraHist;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sin ponerle el left y right no me carga ningun valor... pero bueno por ahora me vale &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crees que deberia funcionarme de otra forma? que siempre hay que aprender...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 16:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973420#M9287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-22T16:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalo de horas</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973421#M9288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SQL ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siempre leemos con SQL !!!&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lo importante es el RDBMS (SQL Server, MySQL, Oracle ... ) cada uno tienes sus peculiaridades en la manipulación de fechas, que a su vez dependen del tipo de dato.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos&lt;/P&gt;&lt;P&gt;Joaquín&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 16:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973421#M9288</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2015-12-22T16:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalo de horas</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973422#M9289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perdona, pero solo puse la mitad... SQL Server 2008.&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lo que te he dicho que me funcionaba tampoco me va, me coge los minutos que no son...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;por ejemplo las 10:29:49.818 me lo redondea como 10:12:49&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 16:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973422#M9289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-22T16:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalo de horas</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973423#M9290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prueba el MakeDate y el MakeTime ... si necesitas más ayuda continúo mañana.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos&lt;/P&gt;&lt;P&gt;Joaquín&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 16:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973423#M9290</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2015-12-22T16:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalo de horas</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973424#M9291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yo hice una prueba usando la funcion num y me funciona perfectamente.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tome una hora y fecha determinada la converti en formato Num(timestamp()) y la pase por la condicion que te puse anteriormente y me funciona...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 17:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973424#M9291</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2015-12-22T17:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalo de horas</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973425#M9292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Me ha costado un poquito mas, pero al final me funciona. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pongo el código "a lo bruto" que he ido probando paso a paso y que al final he conseguido que me funcione. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gracias a ambos!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *, &lt;/P&gt;&lt;P&gt;if(HorasMinutos&amp;lt;=810, Date(FechaHist-1,'DD/MM/YYYY'), FechaHist) as DiaEfectivo;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;(Horas*60)+Minutos as HorasMinutos;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *, &lt;/P&gt;&lt;P&gt;Hour(HoraHist) as Horas,&lt;/P&gt;&lt;P&gt;Minute(HoraHist) as Minutos&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;MakeDate(year(date#(left(FECHA,10),'MM/DD/YYYY')),num(month(date#(left(&lt;SPAN style="font-size: 13.3333px;"&gt;FECHA&lt;/SPAN&gt;,10),'MM/DD/YYYY'))),num(day(date#(left(&lt;SPAN style="font-size: 13.3333px;"&gt;FECHA&lt;/SPAN&gt;,10),'MM/DD/YYYY')))) as FechaHist,&lt;/P&gt;&lt;P&gt;MakeTime(hour(right(&lt;SPAN style="font-size: 13.3333px;"&gt;FECHA&lt;/SPAN&gt;,12)),minute(right(&lt;SPAN style="font-size: 13.3333px;"&gt;FECHA&lt;/SPAN&gt;,12))) as HoraHist;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 17:30:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973425#M9292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-22T17:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalo de horas</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973426#M9293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola Maria:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Estos tres pasos los puedes resumir en uno&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;Load *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(HorasMinutos&amp;lt;=810, Date(FechaHist-1,'DD/MM/YYYY'), FechaHist) as DiaEfectivo;&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;Load *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(Horas*60)+Minutos as HorasMinutos;&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;Load *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hour(HoraHist) as Horas,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Minute(HoraHist) as Minutos&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Aquí tienes&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&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;LOAD *,&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="line-height: 1.5em;"&gt;IF ( &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hour(HoraHist)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;*60)+&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Minute(HoraHist) &amp;gt;= 810, &lt;SPAN&gt;Date(FechaHist-1,'DD/MM/YYYY'),&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN&gt;FechaHist) as DiaEfectivo,&lt;/SPAN&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;(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hour(HoraHist)&lt;/SPAN&gt;*60)+&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Minute(HoraHist)&lt;/SPAN&gt; as HorasMinutos,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hour(HoraHist) as Horas,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Minute(HoraHist) as Minutos&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&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;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;.... cuando hay muchos registros es mejor no incrementar la cantidad de LOAD's&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="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Saludos&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Joaquín&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 10:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Intervalo-de-horas/m-p/973426#M9293</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2015-12-23T10:29:43Z</dc:date>
    </item>
  </channel>
</rss>

