<?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: how to change Time Format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-change-Time-Format/m-p/628624#M679256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My recommendation is that you set the format in your script so that it is predefined, and then you simply use the formatted field as your dimension. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to have several formats, you can add a new field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Time(Time, 'hh:mm:ss') AS TimeWithOutTT&lt;/P&gt;&lt;P&gt;Inline [&lt;/P&gt;&lt;P&gt;Time&lt;/P&gt;&lt;P&gt;12:00:00 am&lt;/P&gt;&lt;P&gt;3:00:00 am&lt;/P&gt;&lt;P&gt;6:00:00 am&lt;/P&gt;&lt;P&gt;12:00:00 pm&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to change the entire format in the application simply change the format variable and then reformat the incoming data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET TimeFormat='hh:mm:ss';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; Time(Time#(Time, 'hh:mm:ss TT')) AS Time&lt;/P&gt;&lt;P&gt;Inline [&lt;/P&gt;&lt;P&gt;Time&lt;/P&gt;&lt;P&gt;12:00:00 am&lt;/P&gt;&lt;P&gt;3:00:00 am&lt;/P&gt;&lt;P&gt;6:00:00 am&lt;/P&gt;&lt;P&gt;12:00:00 pm&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 May 2014 08:57:47 GMT</pubDate>
    <dc:creator>ToniKautto</dc:creator>
    <dc:date>2014-05-10T08:57:47Z</dc:date>
    <item>
      <title>how to change Time Format</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-Time-Format/m-p/628623#M679255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In an Analysis Bar chart i have created total working hours of an Employee in time format hh:mm:ss , now its coming on the chart but on y-axis the time stamp starts with 12:00:00 am, 3:00:00 am, 6:00:00 am,12:00:00 pm now i dont want it like this i want my y-axis to show&lt;/P&gt;&lt;P&gt;00:00:00 , 3:00:00,6:00:00,12:00:00,15:00:00,24:00:00. no am pm how can i do it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2014 07:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-Time-Format/m-p/628623#M679255</guid>
      <dc:creator />
      <dc:date>2014-05-10T07:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to change Time Format</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-Time-Format/m-p/628624#M679256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My recommendation is that you set the format in your script so that it is predefined, and then you simply use the formatted field as your dimension. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to have several formats, you can add a new field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Time(Time, 'hh:mm:ss') AS TimeWithOutTT&lt;/P&gt;&lt;P&gt;Inline [&lt;/P&gt;&lt;P&gt;Time&lt;/P&gt;&lt;P&gt;12:00:00 am&lt;/P&gt;&lt;P&gt;3:00:00 am&lt;/P&gt;&lt;P&gt;6:00:00 am&lt;/P&gt;&lt;P&gt;12:00:00 pm&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to change the entire format in the application simply change the format variable and then reformat the incoming data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET TimeFormat='hh:mm:ss';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; Time(Time#(Time, 'hh:mm:ss TT')) AS Time&lt;/P&gt;&lt;P&gt;Inline [&lt;/P&gt;&lt;P&gt;Time&lt;/P&gt;&lt;P&gt;12:00:00 am&lt;/P&gt;&lt;P&gt;3:00:00 am&lt;/P&gt;&lt;P&gt;6:00:00 am&lt;/P&gt;&lt;P&gt;12:00:00 pm&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2014 08:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-Time-Format/m-p/628624#M679256</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2014-05-10T08:57:47Z</dc:date>
    </item>
  </channel>
</rss>

