<?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: help me in creating Gantt chart with excel data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/help-me-in-creating-Gantt-chart-with-excel-data/m-p/1755117#M453739</link>
    <description>&lt;P&gt;Have a look at the following Design Blog post, should be of some help:&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, 22 Oct 2020 18:36:37 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-10-22T18:36:37Z</dc:date>
    <item>
      <title>help me in creating Gantt chart with excel data</title>
      <link>https://community.qlik.com/t5/QlikView/help-me-in-creating-Gantt-chart-with-excel-data/m-p/1750052#M453539</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you please guide me in creating Gantt chart with attached excel data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:51:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-me-in-creating-Gantt-chart-with-excel-data/m-p/1750052#M453539</guid>
      <dc:creator>Josn_Qlik356</dc:creator>
      <dc:date>2024-11-15T23:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: help me in creating Gantt chart with excel data</title>
      <link>https://community.qlik.com/t5/QlikView/help-me-in-creating-Gantt-chart-with-excel-data/m-p/1750176#M453542</link>
      <description>&lt;P&gt;try this expression:&lt;BR /&gt;&lt;BR /&gt;=repeat(' ',RangeSum(Above(Sum(Duration), 1, RowNo() )) ) &amp;amp; repeat('X',sum(Duration))&lt;BR /&gt;&lt;BR /&gt;Duration = the diff between finish - start + 1&lt;BR /&gt;make sure you sort by task start date&lt;BR /&gt;also use mono space font like COURIER so the space has same pixel as what character you will use&lt;BR /&gt;&lt;BR /&gt;there are block chars i used before but cant find it rt now, but this should give you an idea&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 01:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-me-in-creating-Gantt-chart-with-excel-data/m-p/1750176#M453542</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-10-07T01:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: help me in creating Gantt chart with excel data</title>
      <link>https://community.qlik.com/t5/QlikView/help-me-in-creating-Gantt-chart-with-excel-data/m-p/1750201#M453543</link>
      <description>&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;P&gt;could you please look at the qvw attached. getting error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 06:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-me-in-creating-Gantt-chart-with-excel-data/m-p/1750201#M453543</guid>
      <dc:creator>Josn_Qlik356</dc:creator>
      <dc:date>2020-10-07T06:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: help me in creating Gantt chart with excel data</title>
      <link>https://community.qlik.com/t5/QlikView/help-me-in-creating-Gantt-chart-with-excel-data/m-p/1750881#M453583</link>
      <description>&lt;P&gt;not sure how you wanted it to look like with the parent tasks.&amp;nbsp; heres a sample idea with all the tasks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 01:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-me-in-creating-Gantt-chart-with-excel-data/m-p/1750881#M453583</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-10-09T01:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: help me in creating Gantt chart with excel data</title>
      <link>https://community.qlik.com/t5/QlikView/help-me-in-creating-Gantt-chart-with-excel-data/m-p/1755117#M453739</link>
      <description>&lt;P&gt;Have a look at the following Design Blog post, should be of some help:&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, 22 Oct 2020 18:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-me-in-creating-Gantt-chart-with-excel-data/m-p/1755117#M453739</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-10-22T18:36:37Z</dc:date>
    </item>
  </channel>
</rss>

