<?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: Tutoriais sobre rastreamento e gerenciamento de tempo in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Tutoriais-sobre-rastreamento-e-gerenciamento-de-tempo/m-p/121933#M6660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Obrigada Thiago.&lt;/P&gt;&lt;P&gt;eu já tenho todos os dados sobre data e hora no formato correto, não vou precisar converter.&lt;BR /&gt;Gostaria era de achar um tutorial sobre como fazer cálculos, por exemplo: tenho a data a que o utilizador começa a usar a aplicação e a data a que encerra a aplicação. Gostaria de encontrar o tempo que o utilizador tomou a usar a aplicação.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2018 08:02:03 GMT</pubDate>
    <dc:creator>ritaaguiar</dc:creator>
    <dc:date>2018-09-13T08:02:03Z</dc:date>
    <item>
      <title>Tutoriais sobre rastreamento e gerenciamento de tempo</title>
      <link>https://community.qlik.com/t5/Brasil/Tutoriais-sobre-rastreamento-e-gerenciamento-de-tempo/m-p/121931#M6658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Boa tarde comunidade,&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;Sou uma nova utilizadora do Qlik View e acabei de completar o Qlik View Tutorial até ao ponto 3.3 Associando dados de várias tabelas.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;O tutorial permite ao usuário compreender a interface mas também dá algumas dicas em como trabalhar, neste caso, com vendas.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;No entanto eu estou interessada em trabalhar com tempo. Mais especificamente pretendo rastrear o tempo que os usuários (na empresa onde trabalho) dispendem a usar uma certa aplicação nos seus computadores de trabalho. Para poder rastrear esse temppo preciso de trabalhar com datas e horas, mas parece-me que no tutorial há falta de informação sobre como trabalhar com tempo.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Alguém me poderia ajudar a encontrar um tutorial nesse assunto? Já alguém trabalhou com algo semelhante?&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;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Muito obrigada pela atenção!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 15:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Tutoriais-sobre-rastreamento-e-gerenciamento-de-tempo/m-p/121931#M6658</guid>
      <dc:creator>ritaaguiar</dc:creator>
      <dc:date>2018-09-12T15:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Tutoriais sobre rastreamento e gerenciamento de tempo</title>
      <link>https://community.qlik.com/t5/Brasil/Tutoriais-sobre-rastreamento-e-gerenciamento-de-tempo/m-p/121932#M6659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basicamente você precisará da função&amp;nbsp; Interval () na sua aplicação. Imagine que você tenha dataInicio e dataFim da utilização da aplicação por usuário. Pra saber o tempo dispendido por usuário bastaria criar um campo com esse intervalo:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interval(dataFim - dataInicio) as Intervalo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Claro que estou sendo muito genérico no exemplo. Aqui você encontra um material que precisará:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/pt-BR/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/date-time-functions.htm" title="https://help.qlik.com/pt-BR/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/date-time-functions.htm"&gt;https://help.qlik.com/pt-BR/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/date-time-fun…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16489"&gt;Business Working Hours Calculation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://us-b.demo.qlik.com/demos.aspx" title="http://us-b.demo.qlik.com/demos.aspx"&gt;Qlik Demos: See QlikView in Action | Demo.QlikView.Com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 16:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Tutoriais-sobre-rastreamento-e-gerenciamento-de-tempo/m-p/121932#M6659</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-09-12T16:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Tutoriais sobre rastreamento e gerenciamento de tempo</title>
      <link>https://community.qlik.com/t5/Brasil/Tutoriais-sobre-rastreamento-e-gerenciamento-de-tempo/m-p/121933#M6660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Obrigada Thiago.&lt;/P&gt;&lt;P&gt;eu já tenho todos os dados sobre data e hora no formato correto, não vou precisar converter.&lt;BR /&gt;Gostaria era de achar um tutorial sobre como fazer cálculos, por exemplo: tenho a data a que o utilizador começa a usar a aplicação e a data a que encerra a aplicação. Gostaria de encontrar o tempo que o utilizador tomou a usar a aplicação.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 08:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Tutoriais-sobre-rastreamento-e-gerenciamento-de-tempo/m-p/121933#M6660</guid>
      <dc:creator>ritaaguiar</dc:creator>
      <dc:date>2018-09-13T08:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Tutoriais sobre rastreamento e gerenciamento de tempo</title>
      <link>https://community.qlik.com/t5/Brasil/Tutoriais-sobre-rastreamento-e-gerenciamento-de-tempo/m-p/121934#M6661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 28.6924px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Não esqueça de marcar a resposta como correta e assim fecharmos o tópico.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 28.6924px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Na dúvida de como fazer isso veja o item 2.3 do &lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="1007" data-containertype="700" data-objectid="18510" data-objecttype="102" href="https://community.qlik.com/docs/DOC-18510" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Manual do usuário | Como criar e gerir minhas perguntas?&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 14:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Tutoriais-sobre-rastreamento-e-gerenciamento-de-tempo/m-p/121934#M6661</guid>
      <dc:creator>claudemir_dioto</dc:creator>
      <dc:date>2018-09-17T14:27:52Z</dc:date>
    </item>
  </channel>
</rss>

