<?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: Timestamp on Y Axis? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timestamp-on-Y-Axis/m-p/845991#M297026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there is only one value per day you might not need an aggregation at all.&lt;/P&gt;&lt;P&gt;The reason for the values on your expression axis starting at 1900 could be the "forced 0" check box in the axes tab showing your timestamp starting from 0 (=year 1900).&lt;/P&gt;&lt;P&gt;Try to uncheck it.&lt;/P&gt;&lt;P&gt;As you mentioned, you want to show time values, you might have to extract the time part from your timestamp using&lt;/P&gt;&lt;P&gt;Time(Frac(YourTimestamp))&lt;/P&gt;&lt;P&gt;in your expression as well. ("forced 0" then could remain checked).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2015 22:13:41 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2015-06-29T22:13:41Z</dc:date>
    <item>
      <title>Timestamp on Y Axis?</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-on-Y-Axis/m-p/845990#M297025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I may be over complicating this, but I have a bar chart that I can't figure out just how to get my timestamp (ex 8:35 AM) on the Y Axis while having the day of the month on the X axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have as a dimension a "Job name", each has a specific end time. I wan to be able to select the Job Name and see on the bar chart at which time it finished each day. Can I just display the time in the expression some how, or do I have to have an aggregation function in the expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attached is a screen shot of my chart, but the Y axis is incorrect because I did a sum of a hh:mm TT format...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 21:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-on-Y-Axis/m-p/845990#M297025</guid>
      <dc:creator>MalcolmCICWF</dc:creator>
      <dc:date>2015-06-29T21:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp on Y Axis?</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-on-Y-Axis/m-p/845991#M297026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there is only one value per day you might not need an aggregation at all.&lt;/P&gt;&lt;P&gt;The reason for the values on your expression axis starting at 1900 could be the "forced 0" check box in the axes tab showing your timestamp starting from 0 (=year 1900).&lt;/P&gt;&lt;P&gt;Try to uncheck it.&lt;/P&gt;&lt;P&gt;As you mentioned, you want to show time values, you might have to extract the time part from your timestamp using&lt;/P&gt;&lt;P&gt;Time(Frac(YourTimestamp))&lt;/P&gt;&lt;P&gt;in your expression as well. ("forced 0" then could remain checked).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 22:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-on-Y-Axis/m-p/845991#M297026</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-06-29T22:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp on Y Axis?</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-on-Y-Axis/m-p/845992#M297027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there is only one value per day, you can use&lt;/P&gt;&lt;P&gt;=only(EndTimeField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are more than one value per day, you'll need to decide what you want to show, maybe the average time?&lt;/P&gt;&lt;P&gt;=avg(EndTimeField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks to me that your current field is indeed a timestamp field, containing date and time.&lt;/P&gt;&lt;P&gt;Use frac() to get only the time part:&lt;/P&gt;&lt;P&gt;=only(frac(EndTimeField))&lt;/P&gt;&lt;P&gt;=avg(frac(EndTimeField))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then format your expression results on number tab as time or interval.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 22:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-on-Y-Axis/m-p/845992#M297027</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-29T22:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp on Y Axis?</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-on-Y-Axis/m-p/845993#M297028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I was not aware of the Only function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 16:39:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-on-Y-Axis/m-p/845993#M297028</guid>
      <dc:creator>MalcolmCICWF</dc:creator>
      <dc:date>2015-06-30T16:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp on Y Axis?</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-on-Y-Axis/m-p/845994#M297029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2662"&gt;The Only Function&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 16:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-on-Y-Axis/m-p/845994#M297029</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-30T16:53:37Z</dc:date>
    </item>
  </channel>
</rss>

