<?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: Tie Datasets based on Run Number? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Tie-Datasets-based-on-Run-Number/m-p/1250496#M395841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't seem to get this to work as expected. The two different streams don't show 1 &amp;amp; 2 as I expect but show different numbers so&amp;nbsp; I cannot join on them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jan 2017 15:42:07 GMT</pubDate>
    <dc:creator>bhelms</dc:creator>
    <dc:date>2017-01-31T15:42:07Z</dc:date>
    <item>
      <title>Tie Datasets based on Run Number?</title>
      <link>https://community.qlik.com/t5/QlikView/Tie-Datasets-based-on-Run-Number/m-p/1250493#M395838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been trying to figure this out for a few hours now and am not figuring it out. I'm sure there is some simple way to do it, but haven't gotten it yet. I am trying to create a chart of job streams to know when a complete stream starts and finishes. I don't care necessarily what happens in the middle just when the chain starts and ends so we can compare this on a daily basis. Right now I have been able to separate out the first job in the stream and the last job in the stream and when they start and finish each. What I am having trouble doing is joining them together to complete the picture. There is no fields to join on. If I could come up with a Run Number field, I could join on that plus the combination of the date and job stream name. Basically I need the yellow column below. How could I go about that? A count that starts over based on date and job stream name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DataSets.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/151108_DataSets.jpg" style="height: 187px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 21:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tie-Datasets-based-on-Run-Number/m-p/1250493#M395838</guid>
      <dc:creator>bhelms</dc:creator>
      <dc:date>2017-01-27T21:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Tie Datasets based on Run Number?</title>
      <link>https://community.qlik.com/t5/QlikView/Tie-Datasets-based-on-Run-Number/m-p/1250494#M395839</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;maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14855574600692892 jive_text_macro" jivemacro_uid="_14855574600692892"&gt;
&lt;P&gt;LOAD [Job Stream Begin Name],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Start Time Begin],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoNumber(&lt;SPAN style="font-size: 13.3333px;"&gt;[Start Time Begin]&lt;/SPAN&gt;,&lt;SPAN style="font-size: 13.3333px;"&gt; [Job Stream Begin Name]&lt;/SPAN&gt;) as [Run Number]&lt;/P&gt;
&lt;P&gt;From YourSource;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 22:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tie-Datasets-based-on-Run-Number/m-p/1250494#M395839</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-01-27T22:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Tie Datasets based on Run Number?</title>
      <link>https://community.qlik.com/t5/QlikView/Tie-Datasets-based-on-Run-Number/m-p/1250495#M395840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So Job 1 finished as Job 4??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2017 07:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tie-Datasets-based-on-Run-Number/m-p/1250495#M395840</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-28T07:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Tie Datasets based on Run Number?</title>
      <link>https://community.qlik.com/t5/QlikView/Tie-Datasets-based-on-Run-Number/m-p/1250496#M395841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't seem to get this to work as expected. The two different streams don't show 1 &amp;amp; 2 as I expect but show different numbers so&amp;nbsp; I cannot join on them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 15:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tie-Datasets-based-on-Run-Number/m-p/1250496#M395841</guid>
      <dc:creator>bhelms</dc:creator>
      <dc:date>2017-01-31T15:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Tie Datasets based on Run Number?</title>
      <link>https://community.qlik.com/t5/QlikView/Tie-Datasets-based-on-Run-Number/m-p/1250497#M395842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, we have 4 jobs that run concurrently like the below image. All I care about is the overall stream and when it started and when it finished shown in yellow.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Jobs.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/151444_Jobs.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 16:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tie-Datasets-based-on-Run-Number/m-p/1250497#M395842</guid>
      <dc:creator>bhelms</dc:creator>
      <dc:date>2017-01-31T16:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Tie Datasets based on Run Number?</title>
      <link>https://community.qlik.com/t5/QlikView/Tie-Datasets-based-on-Run-Number/m-p/1250498#M395843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post a more detailed sample of your input data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's unclear how you want to identify a single stream in your data (which consists of different jobs, right?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you say, the jobs run concurrently (in the sample it looks like they are running in sequence), does this mean that multiple streams can be processed in parallel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it should / could be possible to use Autonumber, you just need to identify a combination of fields that identify a common group for the numbering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe concatenate the two tables into one, using just job stream name and date / time (AKA canonical fields instead of separated start / end), then you can maybe use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt; AutoNumber(RowNumber, [Job Stream Name] &amp;amp; Date) as [Run Number] &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 17:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tie-Datasets-based-on-Run-Number/m-p/1250498#M395843</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-01-31T17:01:50Z</dc:date>
    </item>
  </channel>
</rss>

