<?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: Gantt Chart with Timestamps in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Gantt-Chart-with-Timestamps/m-p/1617153#M735594</link>
    <description>&lt;P&gt;I found a solution.&lt;/P&gt;&lt;P&gt;I have build the app with instructions of this post&lt;/P&gt;&lt;P&gt;&lt;A title="Files for creation of a Gantt chart" href="https://community.qlik.com/t5/QlikView-Documents/Files-for-creation-of-a-Gantt-chart/ta-p/1487079" target="_self"&gt;https://community.qlik.com/t5/QlikView-Documents/Files-for-creation-of-a-Gantt-chart/ta-p/1487079&lt;/A&gt;&lt;/P&gt;&lt;P&gt;the diffenrence is that my tasks can run for any period of time.&lt;/P&gt;&lt;P&gt;To make the app working you need to take some adjustments to the offset.&lt;/P&gt;&lt;P&gt;The bar offset has to look like this:&lt;/P&gt;&lt;P&gt;if(IsNull(above(Only(ID))), Min(time(hh:mm)),&lt;BR /&gt;RangeMax(0,Min('dd.mm.yyyy hh:mm)-RangeMax(above(Max(dd.mm.yyyy hh:mm),1,rowno()-1))))&lt;/P&gt;</description>
    <pubDate>Tue, 27 Aug 2019 14:45:26 GMT</pubDate>
    <dc:creator>sthservo_bi</dc:creator>
    <dc:date>2019-08-27T14:45:26Z</dc:date>
    <item>
      <title>Gantt Chart with Timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-Chart-with-Timestamps/m-p/1617000#M735593</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;i have a scenario where the durations from the data can be over night.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 778px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/17856i44EA7C6E2B6F9DEA/image-dimensions/778x358?v=v2" width="778" height="358" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The problem is that, sometimes the chart appends the next "row"&amp;nbsp; directly to the previous one.&lt;/P&gt;&lt;P&gt;The duration measure looks like this:&lt;/P&gt;&lt;P&gt;RangeMax(above(Max (BDERUECK.c_BisZeitstempel),0,RowNo()))&lt;BR /&gt;-&lt;BR /&gt;RangeMax(Min(BDERUECK.c_VonZeitstempel),RangeMax(Above(Max(BDERUECK.c_BisZeitstempel),1,RowNo()-1)))&lt;/P&gt;&lt;P&gt;Format: BDERUECK.c_VonZeitstempel = dd.mm.yy hh:mm&lt;/P&gt;&lt;P&gt;Bar offset:&lt;BR /&gt;if(IsNull(above(Only(MB_Aktivitaet.c_RessourceBezeichnung))), Min(BDERUECK.c_VONZEIT),&lt;BR /&gt;RangeMax(0,Min(BDERUECK.c_VONZEIT)-RangeMax(above(Max(BDERUECK.c_BISZEIT),1,rowno()-1))))&lt;/P&gt;&lt;P&gt;Format: BDERUECK.c_VONZEIT = hh:mm (timestamp does not work at all)&lt;/P&gt;&lt;P&gt;Does someone has a fix for that?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-Chart-with-Timestamps/m-p/1617000#M735593</guid>
      <dc:creator>sthservo_bi</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Gantt Chart with Timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-Chart-with-Timestamps/m-p/1617153#M735594</link>
      <description>&lt;P&gt;I found a solution.&lt;/P&gt;&lt;P&gt;I have build the app with instructions of this post&lt;/P&gt;&lt;P&gt;&lt;A title="Files for creation of a Gantt chart" href="https://community.qlik.com/t5/QlikView-Documents/Files-for-creation-of-a-Gantt-chart/ta-p/1487079" target="_self"&gt;https://community.qlik.com/t5/QlikView-Documents/Files-for-creation-of-a-Gantt-chart/ta-p/1487079&lt;/A&gt;&lt;/P&gt;&lt;P&gt;the diffenrence is that my tasks can run for any period of time.&lt;/P&gt;&lt;P&gt;To make the app working you need to take some adjustments to the offset.&lt;/P&gt;&lt;P&gt;The bar offset has to look like this:&lt;/P&gt;&lt;P&gt;if(IsNull(above(Only(ID))), Min(time(hh:mm)),&lt;BR /&gt;RangeMax(0,Min('dd.mm.yyyy hh:mm)-RangeMax(above(Max(dd.mm.yyyy hh:mm),1,rowno()-1))))&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 14:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-Chart-with-Timestamps/m-p/1617153#M735594</guid>
      <dc:creator>sthservo_bi</dc:creator>
      <dc:date>2019-08-27T14:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Gantt Chart with Timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-Chart-with-Timestamps/m-p/1620590#M735595</link>
      <description>&lt;P&gt;Adding one other link for others that hit this post that may be helpful:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Recipe-for-a-Gantt-chart/ba-p/1469842" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Recipe-for-a-Gantt-chart/ba-p/1469842&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 13:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-Chart-with-Timestamps/m-p/1620590#M735595</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-09-05T13:54:52Z</dc:date>
    </item>
  </channel>
</rss>

