<?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: Intervalmatch with intervals in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Intervalmatch-with-intervals/m-p/803235#M283567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Incorrect.but thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need Partialamount with machine dates between worker login and logout and the same time between role-machine from and to dates&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Nov 2014 16:18:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-11-10T16:18:21Z</dc:date>
    <item>
      <title>Intervalmatch with intervals</title>
      <link>https://community.qlik.com/t5/QlikView/Intervalmatch-with-intervals/m-p/803233#M283565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know how i could map this tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="99" style="border: 1px solid rgb(0, 0, 0); width: 152px; height: 86px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Production Hist by Machine&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Machine ID&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Datehour&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Partial amount&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="124" style="border: 1px solid #000000; width: 160px; height: 84px;" width="158"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Worker - Role&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Id Worker&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Id Role&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Worker login datehour&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Worker logout datehour&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="124" style="border: 1px solid #000000; width: 164px; height: 119px;" width="162"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Role - Machines&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Id Role&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;From Datehour&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;To Datehour&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Machine ID&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know production by worker = sum(Partial amount) The roles can change operative machines dynamically and worker can change his/her role dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, i need help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 16:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Intervalmatch-with-intervals/m-p/803233#M283565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-10T16:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalmatch with intervals</title>
      <link>https://community.qlik.com/t5/QlikView/Intervalmatch-with-intervals/m-p/803234#M283566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;aggr(sum(partialamount),[worker-role]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 16:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Intervalmatch-with-intervals/m-p/803234#M283566</guid>
      <dc:creator />
      <dc:date>2014-11-10T16:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalmatch with intervals</title>
      <link>https://community.qlik.com/t5/QlikView/Intervalmatch-with-intervals/m-p/803235#M283567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Incorrect.but thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need Partialamount with machine dates between worker login and logout and the same time between role-machine from and to dates&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 16:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Intervalmatch-with-intervals/m-p/803235#M283567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-10T16:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalmatch with intervals</title>
      <link>https://community.qlik.com/t5/QlikView/Intervalmatch-with-intervals/m-p/803236#M283568</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 link Production history and Roles using&amp;nbsp; Machine ID, From Datehour, To Datehour, Datehour. It's an advanced intervalmatch case with a key field (refer to the help).&lt;/P&gt;&lt;P&gt;Using that linktable you can get the relation between Id Role and Datehour. Then you can similarly link Workers using&amp;nbsp; Id Role, Datehour, Worker login datehour, Worker logout datehour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can draw the scheme and avoid the loop references with some complex keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess that different workers don't chose the same roles at the same time. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 20:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Intervalmatch-with-intervals/m-p/803236#M283568</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-11-10T20:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalmatch with intervals</title>
      <link>https://community.qlik.com/t5/QlikView/Intervalmatch-with-intervals/m-p/803237#M283569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workers could chose the same role at the same time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 07:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Intervalmatch-with-intervals/m-p/803237#M283569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-11T07:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Intervalmatch with intervals</title>
      <link>https://community.qlik.com/t5/QlikView/Intervalmatch-with-intervals/m-p/803238#M283570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So that they can use the same machine at the same time. Then you should decide how the amount of work should be calculated.&lt;/P&gt;&lt;P&gt;Anyway the logic provided above is still applicable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 21:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Intervalmatch-with-intervals/m-p/803238#M283570</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-11-11T21:09:38Z</dc:date>
    </item>
  </channel>
</rss>

