<?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 type chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Gantt-type-chart/m-p/663139#M539470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like that you have created a crosstable over your different time-areas. From a performance point of view it could be better to create a (additionally) table like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;timetable:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;AnyID, TimeCategorie, Value&lt;/P&gt;&lt;P&gt;1, prep_time, 00:05&lt;/P&gt;&lt;P&gt;1, session_time, 00:05&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Aug 2014 11:05:05 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2014-08-12T11:05:05Z</dc:date>
    <item>
      <title>Gantt type chart</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-type-chart/m-p/663138#M539469</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;I've created a Gantt-style chart using a stacked bar chart that displays pretty much what I want it to.&amp;nbsp; However, the way I've done it uses a lot of memory due to using 40+ expressions, I'm wondering if anyone has a better idea of going about things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have several events with a start time, then each event has sub-events that each have start and end times.&amp;nbsp; I've calculated the minutes in between start and and end times, given each sub-event a rank based on its start time, then stacked the values in rank order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for each event, the expressions run something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=only({$&amp;lt;rank={'1'}&amp;gt;}prep_time)&lt;/P&gt;&lt;P&gt;=only({$&amp;lt;rank={'1'}&amp;gt;}session_time)&lt;/P&gt;&lt;P&gt;=only({$&amp;lt;rank={'1'}&amp;gt;}close_time)&lt;/P&gt;&lt;P&gt;=only({$&amp;lt;rank={'1'}&amp;gt;}down_time)&lt;/P&gt;&lt;P&gt;=only({$&amp;lt;rank={'2'}&amp;gt;}prep_time)&lt;/P&gt;&lt;P&gt;=only({$&amp;lt;rank={'2'}&amp;gt;}session_time)&lt;/P&gt;&lt;P&gt;=only({$&amp;lt;rank={'2'}&amp;gt;}close_time)&lt;/P&gt;&lt;P&gt;=only({$&amp;lt;rank={'2'}&amp;gt;}down_time)&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;`.&lt;/P&gt;&lt;P&gt;=only({$&amp;lt;rank={'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '}&amp;gt;}prep_time)&lt;/P&gt;&lt;P&gt;=only({$&amp;lt;rank={'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '}&amp;gt;}session_time)&lt;/P&gt;&lt;P&gt;=only({$&amp;lt;rank={'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '}&amp;gt;}close_time)&lt;/P&gt;&lt;P&gt;=only({$&amp;lt;rank={'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..n&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '}&amp;gt;}down_time)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for n sub-events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I've got 10 sub-events, but this will probably need to increase to more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an image of what the chart looks like for 2 events:&lt;IMG __jive_id="64224" alt="gantt.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/64224_gantt.JPG.jpg" style="width: 620px; height: 262px;" /&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any ideas on a different approach?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 10:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-type-chart/m-p/663138#M539469</guid>
      <dc:creator />
      <dc:date>2014-08-12T10:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Gantt type chart</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-type-chart/m-p/663139#M539470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like that you have created a crosstable over your different time-areas. From a performance point of view it could be better to create a (additionally) table like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;timetable:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;AnyID, TimeCategorie, Value&lt;/P&gt;&lt;P&gt;1, prep_time, 00:05&lt;/P&gt;&lt;P&gt;1, session_time, 00:05&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 11:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-type-chart/m-p/663139#M539470</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-08-12T11:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Gantt type chart</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-type-chart/m-p/663140#M539471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here you have an example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 11:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-type-chart/m-p/663140#M539471</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-08-12T11:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Gantt type chart</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-type-chart/m-p/663141#M539472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I have used to build Gantt Charts. It's a different approach but it might be of use to you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-6943"&gt;How to create a Gantt chart using a Pivot table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 09:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-type-chart/m-p/663141#M539472</guid>
      <dc:creator />
      <dc:date>2014-09-11T09:10:58Z</dc:date>
    </item>
  </channel>
</rss>

