<?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 Change time format in Y Axis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-time-format-in-Y-Axis/m-p/368507#M575142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me how I can change the Y axis from 'hh:mm:ss' to 'hh'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2012 10:09:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-26T10:09:08Z</dc:date>
    <item>
      <title>Change time format in Y Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Change-time-format-in-Y-Axis/m-p/368507#M575142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me how I can change the Y axis from 'hh:mm:ss' to 'hh'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 10:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-time-format-in-Y-Axis/m-p/368507#M575142</guid>
      <dc:creator />
      <dc:date>2012-06-26T10:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Change time format in Y Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Change-time-format-in-Y-Axis/m-p/368508#M575143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming your Y-axes is an expression - go to the Number tab in chart properties, select timestamp, and set format Pattern to hh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 10:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-time-format-in-Y-Axis/m-p/368508#M575143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-26T10:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Change time format in Y Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Change-time-format-in-Y-Axis/m-p/368509#M575144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for responding. This works for the values on data points within the chart but not the Y axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 10:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-time-format-in-Y-Axis/m-p/368509#M575144</guid>
      <dc:creator />
      <dc:date>2012-06-26T10:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Change time format in Y Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Change-time-format-in-Y-Axis/m-p/368510#M575145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for responding. This works for the values on data points within the chart but not the Y axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 10:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-time-format-in-Y-Axis/m-p/368510#M575145</guid>
      <dc:creator />
      <dc:date>2012-06-26T10:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Change time format in Y Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Change-time-format-in-Y-Axis/m-p/368511#M575146</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;You can use the hour() function in the dimension.&lt;/P&gt;&lt;P&gt;(Dimension tab &amp;gt; edit your dimension &amp;gt; hour(Field))&lt;/P&gt;&lt;P&gt;This way you will only show the hour on the Y-axis instead of the full timestamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lucas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 10:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-time-format-in-Y-Axis/m-p/368511#M575146</guid>
      <dc:creator />
      <dc:date>2012-06-26T10:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change time format in Y Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Change-time-format-in-Y-Axis/m-p/368512#M575147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Lucas - However, my dimension is a Meket Code and my expression is the time componant.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 10:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-time-format-in-Y-Axis/m-p/368512#M575147</guid>
      <dc:creator />
      <dc:date>2012-06-26T10:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Change time format in Y Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Change-time-format-in-Y-Axis/m-p/368513#M575148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh sorry, I read too fast.&lt;/P&gt;&lt;P&gt;And can't you use the hour() function in the expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else if it's an interval you should be able to use the interval() function and specify a format&lt;/P&gt;&lt;P&gt;interval(TimeField, 'hh')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 10:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-time-format-in-Y-Axis/m-p/368513#M575148</guid>
      <dc:creator />
      <dc:date>2012-06-26T10:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Change time format in Y Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Change-time-format-in-Y-Axis/m-p/368514#M575149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a the following in my script which converts the decimal to time:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Block to Allocation Hours],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time(([Block to Allocation Hours]/24),'hh:mm') as ConvertedTime_BtoA,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Allocation to Contract Hours], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time(([Allocation to Contract Hours]/24),'hh:mm') as ConvertedTime_AtoC,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Block to Contract Hours], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Contract To Affirmation Hours], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time(([Contract To Affirmation Hours]/24),'hh:mm') as ConvertedTime_CtoA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to keep this the same as I want the 'hh:mm' on the chart data points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then have 3 separate expressions in the chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avg(ConvertedTime_BtoA)&lt;/P&gt;&lt;P&gt;Avg(ConvertedTime_AtoC)&lt;/P&gt;&lt;P&gt;Avg(ConvertedTime_CtoA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was under the impression any amendments to the expression will amend the chart content rather than the Y axis? (I am new to QV so probably wrong).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 13:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-time-format-in-Y-Axis/m-p/368514#M575149</guid>
      <dc:creator />
      <dc:date>2012-06-26T13:06:53Z</dc:date>
    </item>
  </channel>
</rss>

