<?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 Time format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Time-format/m-p/325110#M1196163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I ran into a strange time format in one of the files I am loading. I can't get Qlikview to recognize it.&lt;/P&gt;&lt;P&gt;0,000243056&lt;/P&gt;&lt;P&gt;I can get Excel to format it correctly. According to Excel "00:00:21".&lt;/P&gt;&lt;P&gt;Does anyone know how to format/convert it in Qlikview?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Johan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Apr 2011 18:02:51 GMT</pubDate>
    <dc:creator>qw_johan</dc:creator>
    <dc:date>2011-04-29T18:02:51Z</dc:date>
    <item>
      <title>Time format</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format/m-p/325110#M1196163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I ran into a strange time format in one of the files I am loading. I can't get Qlikview to recognize it.&lt;/P&gt;&lt;P&gt;0,000243056&lt;/P&gt;&lt;P&gt;I can get Excel to format it correctly. According to Excel "00:00:21".&lt;/P&gt;&lt;P&gt;Does anyone know how to format/convert it in Qlikview?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Johan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 18:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format/m-p/325110#M1196163</guid>
      <dc:creator>qw_johan</dc:creator>
      <dc:date>2011-04-29T18:02:51Z</dc:date>
    </item>
    <item>
      <title>Time format</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format/m-p/325111#M1196164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All dates and timestamps in QlikView and Excel are just numbers.&lt;/P&gt;&lt;P&gt;What you see is just a mask that format numbers into days, hours, etc.&lt;/P&gt;&lt;P&gt;1 unit = 1 day, 1 hour = 1 /24 , 1 second = 1 / 24/3600 and so on.&lt;/P&gt;&lt;P&gt;to apply the timestamp mask back again, use this:&lt;/P&gt;&lt;P style="margin-left:40px;"&gt;timestamp( yourFieldHere,'hh:mm:ss'')&lt;/P&gt;&lt;P style="margin-left:40px;"&gt;you can replace the field by anything else (e.g. an expression) to work with charts.&lt;/P&gt;&lt;P style="margin-left:40px;"&gt;You can check the article about timestamp on the help to get more details.&lt;/P&gt;&lt;P style="margin-left:40px;"&gt;Rgds,&lt;/P&gt;&lt;P style="margin-left:40px;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 18:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format/m-p/325111#M1196164</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-04-29T18:32:29Z</dc:date>
    </item>
    <item>
      <title>Time format</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format/m-p/325112#M1196165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;use time(Field) and it will return "00:00:21", if you have your timeformat variable with hh:mm:ss&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Ps. be carefull with the ',', because the decimal separator must be '.'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 18:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format/m-p/325112#M1196165</guid>
      <dc:creator>hector</dc:creator>
      <dc:date>2011-04-29T18:33:30Z</dc:date>
    </item>
    <item>
      <title>Time format</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format/m-p/325113#M1196166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Hector! I'd kiss you if I could. &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;BR /&gt;I have been pulling my hair out over this. I was using the time() function...but you pointed one thing out to me the&lt;BR /&gt;importance of the separator being '.' and not ','. In my file it is ...guess what...yup... ',' . I just used Replace()....and it worked.&lt;BR /&gt;Time(Replace(Field, ',', '.'), 'hh:mm:ss')&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 19:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format/m-p/325113#M1196166</guid>
      <dc:creator>qw_johan</dc:creator>
      <dc:date>2011-04-29T19:13:26Z</dc:date>
    </item>
  </channel>
</rss>

