<?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: Contabilizar horas entre duas Datas in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Contabilizar-horas-entre-duas-Datas/m-p/1125288#M39438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Interval((Date#(DATA_ENCERRADA, 'DD/MM/YYYY') + Time#(HORA_ENCERRADA, 'hh:mm')) - (Date#(DATA_LIBERADO&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, 'DD/MM/YYYY') &lt;/STRONG&gt; + Time#(HORA_LIBERADO&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, 'hh:mm')&lt;/STRONG&gt;),'hh:mm') AS LIBERACAO,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jun 2016 18:32:32 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-06-03T18:32:32Z</dc:date>
    <item>
      <title>Contabilizar horas entre duas Datas</title>
      <link>https://community.qlik.com/t5/Brasil/Contabilizar-horas-entre-duas-Datas/m-p/1125286#M39436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boa tarde Pessoal &lt;/P&gt;&lt;P&gt;Estou com querendo contabilizar horas em um intervalo de 2 Datas, sendo que os campos DATA E HORA no Oracle são campos separados DATA(01.01.2016) HORA(15:57)&amp;nbsp; Ai não consigo contabilizar quando calculado com outras horas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Interval(DATA_ENCERRADA&amp;amp;HORA_ENCERRADA-DATA_LIBERADO&amp;amp;HORA_LIBERADO,'hh:mm') AS LIBERACAO,&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Data e Hora no Oracle.PNG" class="jive-image image-1" src="/legacyfs/online/126842_Data e Hora no Oracle.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Data e Hora no Qlivkiew.PNG" class="jive-image image-2" src="/legacyfs/online/126843_Data e Hora no Qlivkiew.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Já em outros campos Data no formato '01.01.2016 15:57:00' consigo fazer o Calculo usando o Interval()&lt;/P&gt;&lt;P&gt;&lt;IMG alt="CAMPO DATE_TIME.PNG" class="jive-image image-3" src="/legacyfs/online/126844_CAMPO DATE_TIME.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Como na primeira imagem tentei fazer o calculo com o Interval e concatenado o campo data e hora mas da erro.&lt;/P&gt;&lt;P&gt;Alguém tem alguma dica como posso obter essa diferença de horas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grato.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 18:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Contabilizar-horas-entre-duas-Datas/m-p/1125286#M39436</guid>
      <dc:creator>rafaelmarinho05</dc:creator>
      <dc:date>2016-06-03T18:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Contabilizar horas entre duas Datas</title>
      <link>https://community.qlik.com/t5/Brasil/Contabilizar-horas-entre-duas-Datas/m-p/1125287#M39437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Interval((DATA_ENCERRADA + HORA_ENCERRADA) - (DATA_LIBERADO + HORA_LIBERADO),'hh:mm') AS LIBERACAO,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 18:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Contabilizar-horas-entre-duas-Datas/m-p/1125287#M39437</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-03T18:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Contabilizar horas entre duas Datas</title>
      <link>https://community.qlik.com/t5/Brasil/Contabilizar-horas-entre-duas-Datas/m-p/1125288#M39438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Interval((Date#(DATA_ENCERRADA, 'DD/MM/YYYY') + Time#(HORA_ENCERRADA, 'hh:mm')) - (Date#(DATA_LIBERADO&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, 'DD/MM/YYYY') &lt;/STRONG&gt; + Time#(HORA_LIBERADO&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, 'hh:mm')&lt;/STRONG&gt;),'hh:mm') AS LIBERACAO,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 18:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Contabilizar-horas-entre-duas-Datas/m-p/1125288#M39438</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-03T18:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Contabilizar horas entre duas Datas</title>
      <link>https://community.qlik.com/t5/Brasil/Contabilizar-horas-entre-duas-Datas/m-p/1125289#M39439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Muito Obrigado pela dica @Sunny T, era só a forma de concatenação.&lt;/P&gt;&lt;P&gt;Funcionou agora.&lt;/P&gt;&lt;P&gt;Vlw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 19:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Contabilizar-horas-entre-duas-Datas/m-p/1125289#M39439</guid>
      <dc:creator>rafaelmarinho05</dc:creator>
      <dc:date>2016-06-03T19:05:27Z</dc:date>
    </item>
  </channel>
</rss>

