<?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 giving distinct value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135247#M755374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please attached the file you have mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your guidance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Oct 2018 08:17:12 GMT</pubDate>
    <dc:creator>ashis</dc:creator>
    <dc:date>2018-10-05T08:17:12Z</dc:date>
    <item>
      <title>Gantt chart giving distinct value</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135240#M755367</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 have a gantt chart where I am taking jobname and job description as 2 dimensions and one expression that is&lt;/P&gt;&lt;P&gt;=max(endtime) - min(starttime)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed there is one job which run twice so I am expecting two bars in the gantt chart, however it is showing only one bar. I want it to show two bars instead one .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215062_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I take a table box and take same above 2 dimensions , it will give me two rows.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/215093_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me, what mistake I am doing here. How do I get two bars in the above gantt chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135240#M755367</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Gantt chart giving distinct value</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135241#M755368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you've used job description + name as dimensions, and these records have the same description/name, it will use both in the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when you're using max(endtime) - min(starttime), it will take the maximum endtime from both records (6-9-2018 1:33:03), and the minimum starttime from both records (6-9-2018 00:19:30), and you'll end up with 1 number for both records, as they're grouped together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want 2 seperate bars, not on the same horizontal line, you'll either have to change the name/description of one of the 2 records so they're not grouped together anymore, or I guess you could use a JobID or something if you don't want to change the name/description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want them both on the same horizontal line, I'm not sure if you'll be able to use a bar chart, maybe using a stacked bar chart by hiding the middle bit where the job is not being executed, but I'm not sure. If you post a sample of your data + the chart you've made so far I might be able to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: In case you want to use a stacked bar chart, have a look at this link: &lt;A href="https://community.qlik.com/docs/DOC-3113"&gt;Files for creation of a Gantt chart&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The final tab in the example shows how to create a gantt chart using a stacked bar chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 11:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135241#M755368</guid>
      <dc:creator>jensmunnichs</dc:creator>
      <dc:date>2018-10-04T11:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Gantt chart giving distinct value</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135242#M755369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your guidance. I am trying to create similar chart in the last tab as displayed in the above link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For expression I am using&lt;/P&gt;&lt;P&gt;=RangeMax(above(Max (End_Time),0,rowno())) // Upper limit&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;RangeMax(Min (Start_Time),RangeMax(above(Max (End_Time),1,rowno()-1))) // Lower limit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;offset&lt;/P&gt;&lt;P&gt;=if(IsNull(above(Only(JobName))), Min(Start_Time),&lt;/P&gt;&lt;P&gt;RangeMax(0,Min(End_Time)-RangeMax(above(Max(End_Time),1,rowno()-1))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however the result is same. getting two bars only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215172_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 05:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135242#M755369</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2018-10-05T05:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Gantt chart giving distinct value</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135243#M755370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First off, again, if you could post a sample of your data and the chart you've made so far, it'd be a lot easier to identify where you're going wrong. If your data is confidential, just load an inline table with the same data but replacing the confidential data, for example Job name could be A, B, C, etc. and description could be a, b, c, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're using the method described in the link, you'll still have to differentiate between the 2 records of the same job name. In the example they split up every phase of every project into events. In your case, the project field, used as the first dimension, is the JobName for you, as you already identified when modifying the expression. The second dimension, eVent*, does not exist for you yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could either change your job descriptions to include a number for every iteration of the same job (so JobName = A, description = a1, JobName = A, description = a2 for example), or you could create a separate column for this number, though then you wouldn't be able to show the description in the chart (unless you combine JobName and description).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add JobName as your first dimension and description or event (depending on where you made the distinction) as your second dimension, make sure all the settings are the same as the example** (static min and max in scale for the axes is an important one), and see if that does it for you. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Note that in the example there is an event and an eVent field. This is because the stacked bar chart does not differentiate between phases, just events, but some of the other charts differentiate between phases AND events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**I think I spotted a mistake in your offset expression, and you might've already done all of the above and this is the only fix you need, but I already typed it all out before I spotted it so I'm going to leave it anyway. See below:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215189_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 06:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135243#M755370</guid>
      <dc:creator>jensmunnichs</dc:creator>
      <dc:date>2018-10-05T06:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Gantt chart giving distinct value</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135244#M755371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for spotting this typo. However it did not fixed it. I will send you the qvw file shortly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 06:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135244#M755371</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2018-10-05T06:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Gantt chart giving distinct value</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135245#M755372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found out the problem. Currently what is happening , if in a given date , if I have one job ran twice, it is unable to figure out or distinguish because the name is same hence it is accumulating and giving one bar instead of two bars.&lt;/P&gt;&lt;P&gt;In my sample data , I have introduce one column and created sequence based on the time. Like the screen shot.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215195_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then bringing this Event column in my chart , then it is giving me two bars. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/215196_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my question is how do I produce the sequence or event in my real data in the load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea , please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 07:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135245#M755372</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2018-10-05T07:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Gantt chart giving distinct value</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135246#M755373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry it took a while, check the script in the attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, you want to load an extra column with the original data, RowNo(). Then you (Noconcatenate) load the same data, but with Autonumber(tmpEvent, JobName) as Event. This will give every event of the same job a new number, restarting the count when it gets to a new JobName. Then you drop the original table and the RowNo() field, as you no longer need them. Check out the table preview in the data model to see the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your case you simply replace the load of the first table with a load of your data, making sure to keep the RowNo() as tmpEvent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is pretty much what's being done in the example in the link, but the example might be a bit confusing as there are a lot of things going on to create the data used in the example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need any more help, let me know &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; If you feel like you have the answer you need, make sure to mark the comment that answered your question as the correct answer so people know you don't need any more help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 07:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135246#M755373</guid>
      <dc:creator>jensmunnichs</dc:creator>
      <dc:date>2018-10-05T07:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Gantt chart giving distinct value</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135247#M755374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please attached the file you have mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your guidance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 08:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135247#M755374</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2018-10-05T08:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Gantt chart giving distinct value</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135248#M755375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you not see it? Are you viewing the thread from your inbox? If so, use the link below and you should be able to see the file under my comment. In case it didn't work for some reason, I've attached the file to this comment as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1555200"&gt;Re: Gantt chart giving distinct value&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215202_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 08:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135248#M755375</guid>
      <dc:creator>jensmunnichs</dc:creator>
      <dc:date>2018-10-05T08:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Gantt chart giving distinct value</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135249#M755376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , I was seeing from inbox. Thank you so much. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 08:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135249#M755376</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2018-10-05T08:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Gantt chart giving distinct value</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135250#M755377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for bothering you again and again. I am little confused where to put this autonumber. In my data model I do have one link table . My load script has following script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Spike1:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Region&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp;'|'&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JobName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Timestamp&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Diff&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//Jobname as JobName, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DESCRIPTION&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;System_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DataFeedSystem_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Job_Type_Descr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Instance_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;EnrichGroupNumber&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;EnrichGroupDescr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Depth&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Start_Time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;End_Time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TASKTYPE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Instance&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; Spike;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; Relationship1:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Region&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp;'|'&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JobName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DependsOnTimestamp&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DependOnDiff&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//JobName, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DependsON&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DependsON_Descr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DependsON_Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//Start_Time as DependsOnStarttime,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//End_Time as DependsOnEndtime&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DependsOnStarttime&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; , &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DependsOnEndtime&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Relationship; &lt;BR /&gt; &lt;BR /&gt; Link:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Region&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp;'|'&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JobName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JobName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Temp_key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Region&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JobName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Spike;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Link)&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Region&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp;'|'&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JobName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JobName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Temp_key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Region&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JobName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Relationship &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;not&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Exists&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Temp_key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Region&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp;'|'&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JobName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Drop&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;field&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Temp_key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Link;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;drop&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Relationship;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;drop&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; Spike; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Could you please point out where to put your code . I guess it would be in the link table , then it is creating synthetic key. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 09:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135250#M755377</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2018-10-05T09:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Gantt chart giving distinct value</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135251#M755378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215206_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 09:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135251#M755378</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2018-10-05T09:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Gantt chart giving distinct value</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135252#M755379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm.. Is description always unique to a job name? As in, 2 different jobs can never have the same description?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case you could add RowNo() to the Spike table, then add the Autonumber function to Spike1, but with description instead of JobName in the function. I think that should work... But honestly, it's hard to tell without being able to try things in your full document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would have to use key as a dimension though, instead of JobName... would that be a problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: You could also try using the key in the autonumber function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 09:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135252#M755379</guid>
      <dc:creator>jensmunnichs</dc:creator>
      <dc:date>2018-10-05T09:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Gantt chart giving distinct value</title>
      <link>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135253#M755380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using rowno() in the spike table , which is the first table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Temp1:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RowNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;tmpEvent&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Spike;&lt;BR /&gt; &lt;BR /&gt; Test:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AutoNumber&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;tmpEvent&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JobName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Event&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Temp1;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Drop&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Field&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;tmpEvent&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Drop&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Temp1;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;drop&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Spike; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope this will work, I am so thankful to you for your guidance. You rock.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 10:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gantt-chart-giving-distinct-value/m-p/135253#M755380</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2018-10-05T10:10:38Z</dc:date>
    </item>
  </channel>
</rss>

