<?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: Need duration to be displayed in timeline chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Need-duration-to-be-displayed-in-timeline-chart/m-p/1025025#M15540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post a small qlikview document that demonstrates the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2016 17:31:23 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-02-15T17:31:23Z</dc:date>
    <item>
      <title>Need duration to be displayed in timeline chart</title>
      <link>https://community.qlik.com/t5/App-Development/Need-duration-to-be-displayed-in-timeline-chart/m-p/1025022#M15537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a bar chart used one regular dimension and a value list ( (i.e) - ValueList('StartDate','FinishDate ) under dimensions and in measures used below expression&lt;/P&gt;&lt;P&gt;It displays a date value way far behind as in screen below, but &lt;SPAN style="font-size: 13.3333px;"&gt;Need to display duration of days on Mouse over in bar chart for timeline.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(ValueList('StartDate','FinishDate')='FinishDate',&lt;/P&gt;&lt;P&gt;max(DayEnd(FinishDate))-Min(DayStart(StartDate))&lt;/P&gt;&lt;P&gt;,Min(daystart(StartDate))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Post.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114550_Post.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;Any advice would be appreciated?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;Radhakrishnan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 01:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-duration-to-be-displayed-in-timeline-chart/m-p/1025022#M15537</guid>
      <dc:creator />
      <dc:date>2016-02-13T01:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need duration to be displayed in timeline chart</title>
      <link>https://community.qlik.com/t5/App-Development/Need-duration-to-be-displayed-in-timeline-chart/m-p/1025023#M15538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try adding some formating:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(ValueList('StartDate','FinishDate')='FinishDate',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Interval&lt;/STRONG&gt;(max(DayEnd(FinishDate))-Min(DayStart(StartDate)),&lt;STRONG&gt;'d')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,&lt;STRONG&gt;Date(&lt;/STRONG&gt;Min(daystart(StartDate)),&lt;STRONG&gt;'YYYY-MM-DD')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;And set the Number formatting option of the measure to Auto.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 06:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-duration-to-be-displayed-in-timeline-chart/m-p/1025023#M15538</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-02-13T06:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need duration to be displayed in timeline chart</title>
      <link>https://community.qlik.com/t5/App-Development/Need-duration-to-be-displayed-in-timeline-chart/m-p/1025024#M15539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Gysbert, it works well in Timeline chart extension.&lt;/P&gt;&lt;P&gt;i'm creating Timeline in bar chart, since the dimension used is a drill down object. Then this expression does not work. Any suggestion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 12:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-duration-to-be-displayed-in-timeline-chart/m-p/1025024#M15539</guid>
      <dc:creator />
      <dc:date>2016-02-15T12:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need duration to be displayed in timeline chart</title>
      <link>https://community.qlik.com/t5/App-Development/Need-duration-to-be-displayed-in-timeline-chart/m-p/1025025#M15540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post a small qlikview document that demonstrates the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 17:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-duration-to-be-displayed-in-timeline-chart/m-p/1025025#M15540</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-02-15T17:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need duration to be displayed in timeline chart</title>
      <link>https://community.qlik.com/t5/App-Development/Need-duration-to-be-displayed-in-timeline-chart/m-p/1025026#M15541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;attached qvf and sample data to the application. Need below chart in sheet to display the duration of days on each bar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 14:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-duration-to-be-displayed-in-timeline-chart/m-p/1025026#M15541</guid>
      <dc:creator />
      <dc:date>2016-02-16T14:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need duration to be displayed in timeline chart</title>
      <link>https://community.qlik.com/t5/App-Development/Need-duration-to-be-displayed-in-timeline-chart/m-p/1025027#M15542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I understand what you want. Afaik this is not possible with the bar chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 16:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-duration-to-be-displayed-in-timeline-chart/m-p/1025027#M15542</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-02-17T16:43:33Z</dc:date>
    </item>
  </channel>
</rss>

