<?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 Hours in axes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hours-in-axes/m-p/772400#M274070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing to you because I would like to display ours in axes of a chart.&lt;/P&gt;&lt;P&gt;I get data from a database to the format "dd/mm/yyyy hh:mm:ss" and I convert it in the script in hours with :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="html" __jive_macro_name="code" class="jive_text_macro _jivemacro_uid_14151938410018059 jive_macro_code" jivemacro_uid="_14151938410018059"&gt;
&lt;P&gt;Time(HM_ACTIONREAL) as [Action Time]&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in my chart, the total of time is good, but in axes I don't have a time format.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlik-hours.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/70549_qlik-hours.png" style="width: 620px; height: 216px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how can I do this ?&lt;/P&gt;&lt;P&gt;Thanks lot &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Nov 2014 13:24:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-05T13:24:57Z</dc:date>
    <item>
      <title>Hours in axes</title>
      <link>https://community.qlik.com/t5/QlikView/Hours-in-axes/m-p/772400#M274070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing to you because I would like to display ours in axes of a chart.&lt;/P&gt;&lt;P&gt;I get data from a database to the format "dd/mm/yyyy hh:mm:ss" and I convert it in the script in hours with :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="html" __jive_macro_name="code" class="jive_text_macro _jivemacro_uid_14151938410018059 jive_macro_code" jivemacro_uid="_14151938410018059"&gt;
&lt;P&gt;Time(HM_ACTIONREAL) as [Action Time]&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in my chart, the total of time is good, but in axes I don't have a time format.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlik-hours.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/70549_qlik-hours.png" style="width: 620px; height: 216px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how can I do this ?&lt;/P&gt;&lt;P&gt;Thanks lot &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 13:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hours-in-axes/m-p/772400#M274070</guid>
      <dc:creator />
      <dc:date>2014-11-05T13:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hours in axes</title>
      <link>https://community.qlik.com/t5/QlikView/Hours-in-axes/m-p/772401#M274071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Time function can only return a value between 0:00:00 and 23:59:59. If in your chart you sum hours then you should use the Interval function: interval(sum([Action Time]),'hh:mm:ss'). And you can change the number format on the Number tab. Check to option to override the expression default and choose the format you need and optionally change the format string as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 13:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hours-in-axes/m-p/772401#M274071</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-11-05T13:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hours in axes</title>
      <link>https://community.qlik.com/t5/QlikView/Hours-in-axes/m-p/772402#M274072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I afford to show you my results ?&lt;/P&gt;&lt;P&gt;I change the definition here :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlik-hours1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/70557_qlik-hours1.png" style="width: 620px; height: 164px;" /&gt;&lt;/P&gt;&lt;P&gt;So I get this format :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlik-hours2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/70558_qlik-hours2.png" /&gt;&lt;/P&gt;&lt;P&gt;I go to number tab and choose "Hour"&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlik-hours3.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/70562_qlik-hours3.png" /&gt;&lt;/P&gt;&lt;P&gt;But finally I get this :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlik-hours4.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/70563_qlik-hours4.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you think it's a problem concerning my data ?&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 13:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hours-in-axes/m-p/772402#M274072</guid>
      <dc:creator />
      <dc:date>2014-11-05T13:50:22Z</dc:date>
    </item>
  </channel>
</rss>

