<?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: How to create a Gantt chart using a Pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610366#M225274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/omr"&gt;omr&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Looks nice. You can create this as document and publish in community, helpful to all of them.&lt;/P&gt;&lt;P&gt;To upload: &lt;A _jive_internal="true" href="https://community.qlik.com/document/create.jspa"&gt;http://community.qlik.com/document/create.jspa&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2014 14:42:08 GMT</pubDate>
    <dc:creator>Siva_Sankar</dc:creator>
    <dc:date>2014-03-06T14:42:08Z</dc:date>
    <item>
      <title>How to create a Gantt chart using a Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610365#M225273</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 just wanted to share another example on how to create a Gantt chart in QlikView. To do this we can use some of QlikView's available resources as an alternative to the use of Extension Objects. In this case I have used a Pivot Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="54175" alt="Gantt.png" class="jive-image jiveImage" src="https://community.qlik.com/legacyfs/online/54175_Gantt.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create this chart I’ve used some example data (Excel file) that can be found on the zip file attached bellow. That file has several fields, enough to identify the tasks of a Project (such as ID, Start, End…).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="54179" alt="excel.png" class="jive-image jiveImage" src="https://community.qlik.com/legacyfs/online/54179_excel.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to be able to pick the desired dates a master calendar has been used. Also, the IntervalMatch functionality has proved very useful by generating the dates between the start and end of the different tasks that the project has.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Hierarchy functionality in the load script generates the different task levels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is something peculiar about the data I am using (Excel file). Colors for each task are specified in Hexadecimal format. So during the load script I converted them to RGB colors (color code used by QlikView).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the data model has been completed a Pivot Table can be used to represent my Gantt chart. To make the chart stable, on the pivot table properties we need to uncheck the "allow pivoting" option. As dimensions we will have each task level, years months and days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression is a bit different. First of all, I it's represented as an Image. That image is a png file (included in the zip file) with transparency that will let us see the background color of each cell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;End&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Start&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,'◆',&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;DateID&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;()),'gantt_part_today.png',&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Start&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;DateID&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; = 1,'gantt_part_end_l.png', &lt;BR /&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;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;End&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;DateID&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; = 1,'gantt_part_end_r.png', &lt;BR /&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;End&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;DateID&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;+1&amp;gt;0,'gantt_part_mid.png',&lt;BR /&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;DateID&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;()),'gantt_part_today.png')))))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The bacground color for each cell, is already stored in the data. So we just need to use it as a background color for our expression. In this case, if it is not a milestone, use the color value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Mile&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; =0, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;RGBColor&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 8pt;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;That's all. The Pivot table now can be used as Gantt chart. I hope you find this example useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610365#M225273</guid>
      <dc:creator />
      <dc:date>2014-03-06T14:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Gantt chart using a Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610366#M225274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/omr"&gt;omr&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Looks nice. You can create this as document and publish in community, helpful to all of them.&lt;/P&gt;&lt;P&gt;To upload: &lt;A _jive_internal="true" href="https://community.qlik.com/document/create.jspa"&gt;http://community.qlik.com/document/create.jspa&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610366#M225274</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2014-03-06T14:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Gantt chart using a Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610367#M225275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome. You saved my day! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 00:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610367#M225275</guid>
      <dc:creator />
      <dc:date>2014-04-15T00:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Gantt chart using a Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610368#M225276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created the chart and everything looks good. But when I view the chart in web view it is getting messed up a bit. Will the same problem exist if the qvw is published to the server and accessed through access point?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 23:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610368#M225276</guid>
      <dc:creator />
      <dc:date>2014-05-06T23:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Gantt chart using a Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610369#M225277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Hose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is great work. I had developed an extension for this, but this eliminates the need for using that. I will put a link from my posting to here, as this is a great option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that you could set the level of time granularity as detailed or high level as you wish, just by adding the necessary fields from the master calendar. Is that correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 03:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610369#M225277</guid>
      <dc:creator>Lee_Matthews</dc:creator>
      <dc:date>2014-05-07T03:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Gantt chart using a Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610370#M225278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you could. There is some sample data on the attached file. If you wanted to add more detail to the timeline (such as hour and minutes), that information whould need to be on the source data and on the master calendar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 12:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610370#M225278</guid>
      <dc:creator />
      <dc:date>2014-07-25T12:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Gantt chart using a Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610371#M225279</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;You can also find this post as a documment here: &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>Mon, 28 Jul 2014 12:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610371#M225279</guid>
      <dc:creator />
      <dc:date>2014-07-28T12:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Gantt chart using a Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610372#M225280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to reload it asked for "Field not found Name2" and I can't find out how the name2, name3 come from in the script. Can you help please?&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;Allan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 14:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610372#M225280</guid>
      <dc:creator />
      <dc:date>2014-10-07T14:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Gantt chart using a Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610373#M225281</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;Just to check, did you place the file called &lt;EM&gt;ProjectExample.xlsx&lt;/EM&gt; (included on the zip) next to the QlikView document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error you are getting could be because the first table on the load script _tmpProject, does not have valid data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, make sure that the excel file containing the data is reachable by the QlikView App and that the field Name has values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you unzip all the contents of the zip file on a folder, the app should reload correctly (as all the paths are relative).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 15:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610373#M225281</guid>
      <dc:creator />
      <dc:date>2014-10-07T15:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Gantt chart using a Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610374#M225282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes the xlsx is in the same folder, and I find the root cause, I updated the table set all parent 0 as no parent/child relation among tasks in my case, which causing name2 and name3 not valid. I comment out name2 and name3 in the script and it's working great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciated for your help and the excellent sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 12:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610374#M225282</guid>
      <dc:creator />
      <dc:date>2014-10-09T12:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Gantt chart using a Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610375#M225283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome Allan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad you like the sample!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 10:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610375#M225283</guid>
      <dc:creator />
      <dc:date>2014-10-10T10:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Gantt chart using a Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610376#M225284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to have this gantt chart identify "Today" and default to being scrolled over such that today is visible (I've a multi-year time span I'd like to display, and the user may need to scroll either direction).&amp;nbsp; Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, thanks for the code sample!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 19:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610376#M225284</guid>
      <dc:creator>tripwireqv</dc:creator>
      <dc:date>2015-11-20T19:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Gantt chart using a Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610377#M225285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the scroll position: There is no way of setting the scroll to a position using the object's properties, there is a partial solution to this using the "Preserve Scroll Position" option of the Layout tab on the object properties. At least this way the scroll position will be maintained while changing tabs or using the app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="107002" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107002_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About marking today's date, this is already set up on the example (the dates on the excel file are from 2014 so I have tested this changing the dates to more recent ones).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today's date will be marked using an image (in this case a green circle). The effect should be the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="107009" alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/107009_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 11:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610377#M225285</guid>
      <dc:creator />
      <dc:date>2015-11-25T11:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Gantt chart using a Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610378#M225286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a reason that there line 2 and the last line are identical?&amp;nbsp; &lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;DateID&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;()),'gantt_part_today.png', Deleting either doesn't seem to have an affect.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 14:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610378#M225286</guid>
      <dc:creator />
      <dc:date>2016-09-15T14:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Gantt chart using a Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610379#M225287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;This is awesome. &lt;/P&gt;&lt;P&gt;How do you get the year, month and day to show on the top row of the pivot table?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Clint&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 13:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610379#M225287</guid>
      <dc:creator />
      <dc:date>2017-06-09T13:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Gantt chart using a Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610380#M225288</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;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry it did take me a while to see this message. When you create a pivot table, just click and drag a header of a row or column and drop it into a row or a column. You will see a blue arrow while you do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 06:55:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-Gantt-chart-using-a-Pivot-table/m-p/610380#M225288</guid>
      <dc:creator />
      <dc:date>2017-07-17T06:55:52Z</dc:date>
    </item>
  </channel>
</rss>

