<?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 Zeitberechnung in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Zeitberechnung/m-p/1587115#M443284</link>
    <description>&lt;P&gt;Hallo QlikView-Gemeinschaft,&amp;nbsp;&lt;/P&gt;&lt;P&gt;ich bin neu hier, wir verwenden QlikView schon seit vielen Jahren.&lt;/P&gt;&lt;P&gt;Doch jetzt habe ich ein Problem und erhoffe mir hier eine Antwort bzw. Lösung von meinem Problem.&lt;/P&gt;&lt;P&gt;Berechnung vom Zeitaufwand/Dauer&amp;nbsp;&lt;/P&gt;&lt;P&gt;Die Felder sind im Sricpt wie folgt definiert,&lt;/P&gt;&lt;P&gt;&amp;nbsp;num(date#(MKKDATUM,'YYYYMMDD')) &amp;amp; num(time#(MKKZEIT, 'hhmmss')) as Kom_Datum_Zeit&lt;/P&gt;&lt;P&gt;in der Ansicht ist die Formel wie folgt&lt;/P&gt;&lt;P&gt;Interval( max(Kom_Datum_Zeit, 'yyyymmdd hhmmss') - min(Kom_Datum_Zeit, 'yyyymmdd hhmmss' ), 'D hh:mm:ss')&lt;/P&gt;&lt;P&gt;manchmal wird die Zeit richtig berechnet und manchmal nicht&lt;/P&gt;&lt;P&gt;Beispiel:&lt;/P&gt;&lt;P&gt;Start 20170920154726&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ende 20170920154839&lt;/P&gt;&lt;P&gt;Zeitaufwand 0,00:01:13&amp;nbsp; richtig&lt;/P&gt;&lt;P&gt;Beispiel:&lt;/P&gt;&lt;P&gt;Start 2019051672425&lt;/P&gt;&lt;P&gt;Ende 2019051672618&lt;/P&gt;&lt;P&gt;Zeitaufwand 0,00:19:03&amp;nbsp; &amp;nbsp;was falsch ist&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;was mache ich falsch ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 31 May 2019 11:56:26 GMT</pubDate>
    <dc:creator>jacky2019</dc:creator>
    <dc:date>2019-05-31T11:56:26Z</dc:date>
    <item>
      <title>Zeitberechnung</title>
      <link>https://community.qlik.com/t5/QlikView/Zeitberechnung/m-p/1587115#M443284</link>
      <description>&lt;P&gt;Hallo QlikView-Gemeinschaft,&amp;nbsp;&lt;/P&gt;&lt;P&gt;ich bin neu hier, wir verwenden QlikView schon seit vielen Jahren.&lt;/P&gt;&lt;P&gt;Doch jetzt habe ich ein Problem und erhoffe mir hier eine Antwort bzw. Lösung von meinem Problem.&lt;/P&gt;&lt;P&gt;Berechnung vom Zeitaufwand/Dauer&amp;nbsp;&lt;/P&gt;&lt;P&gt;Die Felder sind im Sricpt wie folgt definiert,&lt;/P&gt;&lt;P&gt;&amp;nbsp;num(date#(MKKDATUM,'YYYYMMDD')) &amp;amp; num(time#(MKKZEIT, 'hhmmss')) as Kom_Datum_Zeit&lt;/P&gt;&lt;P&gt;in der Ansicht ist die Formel wie folgt&lt;/P&gt;&lt;P&gt;Interval( max(Kom_Datum_Zeit, 'yyyymmdd hhmmss') - min(Kom_Datum_Zeit, 'yyyymmdd hhmmss' ), 'D hh:mm:ss')&lt;/P&gt;&lt;P&gt;manchmal wird die Zeit richtig berechnet und manchmal nicht&lt;/P&gt;&lt;P&gt;Beispiel:&lt;/P&gt;&lt;P&gt;Start 20170920154726&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ende 20170920154839&lt;/P&gt;&lt;P&gt;Zeitaufwand 0,00:01:13&amp;nbsp; richtig&lt;/P&gt;&lt;P&gt;Beispiel:&lt;/P&gt;&lt;P&gt;Start 2019051672425&lt;/P&gt;&lt;P&gt;Ende 2019051672618&lt;/P&gt;&lt;P&gt;Zeitaufwand 0,00:19:03&amp;nbsp; &amp;nbsp;was falsch ist&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;was mache ich falsch ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 11:56:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Zeitberechnung/m-p/1587115#M443284</guid>
      <dc:creator>jacky2019</dc:creator>
      <dc:date>2019-05-31T11:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Zeitberechnung</title>
      <link>https://community.qlik.com/t5/QlikView/Zeitberechnung/m-p/1587548#M443316</link>
      <description>&lt;P&gt;Das Problemliegt darin, dass du für die Stunde zwei Platzhalter angibst "hh", der Wert aber nur eine Stelle hat. Gerechnet wird von 72h42min bis 72h61min (ca 19 Minuten).&lt;/P&gt;&lt;P&gt;Auf die schnelle fällt mir nur ein, bei der Formatierung der Uhrzeit 6 Stellen anzugeben&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;num(date#(MKKDATUM,'YYYYMMDD')) &amp;amp; num(time#(MKKZEIT, 'hhmmss'),'######000000') as Kom_Datum_Zeit&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 10:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Zeitberechnung/m-p/1587548#M443316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-03T10:59:19Z</dc:date>
    </item>
  </channel>
</rss>

