<?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: Modelling different start/end dates of stages in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Modelling-different-start-end-dates-of-stages/m-p/1614317#M45757</link>
    <description>&lt;P&gt;Hi Lisa,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know what volume of data you're looking at so this might be too resource heavy for you, but what I'd do is create a fact table based on each event type&lt;/P&gt;&lt;P&gt;Order Picking Start&lt;/P&gt;&lt;P&gt;Order Picking End&lt;/P&gt;&lt;P&gt;Packing Start&lt;/P&gt;&lt;P&gt;Packing End&lt;/P&gt;&lt;P&gt;etc, etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add a 'Stage Type' field containing 'Order Picking', 'Packing', etc for easy filtering&lt;/P&gt;&lt;P&gt;Add a 'Start / End' flag to indicate whether it's the start or end of a stage&lt;/P&gt;&lt;P&gt;Optionally, if it's an End event, add a Duration field&lt;/P&gt;&lt;P&gt;Add a single date field relating to the date of the event&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should make it pretty simple to do your calculations&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2019 13:19:20 GMT</pubDate>
    <dc:creator>marcus_malinow</dc:creator>
    <dc:date>2019-08-20T13:19:20Z</dc:date>
    <item>
      <title>Modelling different start/end dates of stages</title>
      <link>https://community.qlik.com/t5/App-Development/Modelling-different-start-end-dates-of-stages/m-p/1614304#M45755</link>
      <description>&lt;P&gt;Hi community &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm trying to track the progress/flow of a product inside a warehouse until it leaves it. I have these stages the product goes through:&lt;/P&gt;&lt;P&gt;Order picking&lt;BR /&gt;Packing&lt;BR /&gt;Verification&lt;BR /&gt;Sent&lt;BR /&gt;Completed&lt;/P&gt;&lt;P&gt;I have a start and end date for which of these stages, and I'd like to answer the following questions:&lt;BR /&gt;- What is the duration (in days) from when a document starts the "Order Picking" stage until it gets to the Packing stage?&lt;BR /&gt;- What is the duration (in days) from when a documents exits the Packing stage and starts the Verification stage?&lt;BR /&gt;and so on...&lt;/P&gt;&lt;P&gt;Any ideas of how this process should be modelled in the script?&lt;BR /&gt;Like, should I create a Product_Stage_Start_Date and Product_Stage_End_Date for each stage, left joining all to the fact table?&lt;/P&gt;&lt;P&gt;If somebody knows any better approach, please let me know. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lisa&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Modelling-different-start-end-dates-of-stages/m-p/1614304#M45755</guid>
      <dc:creator>valpassos</dc:creator>
      <dc:date>2024-11-16T20:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Modelling different start/end dates of stages</title>
      <link>https://community.qlik.com/t5/App-Development/Modelling-different-start-end-dates-of-stages/m-p/1614317#M45757</link>
      <description>&lt;P&gt;Hi Lisa,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know what volume of data you're looking at so this might be too resource heavy for you, but what I'd do is create a fact table based on each event type&lt;/P&gt;&lt;P&gt;Order Picking Start&lt;/P&gt;&lt;P&gt;Order Picking End&lt;/P&gt;&lt;P&gt;Packing Start&lt;/P&gt;&lt;P&gt;Packing End&lt;/P&gt;&lt;P&gt;etc, etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add a 'Stage Type' field containing 'Order Picking', 'Packing', etc for easy filtering&lt;/P&gt;&lt;P&gt;Add a 'Start / End' flag to indicate whether it's the start or end of a stage&lt;/P&gt;&lt;P&gt;Optionally, if it's an End event, add a Duration field&lt;/P&gt;&lt;P&gt;Add a single date field relating to the date of the event&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should make it pretty simple to do your calculations&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 13:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Modelling-different-start-end-dates-of-stages/m-p/1614317#M45757</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2019-08-20T13:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Modelling different start/end dates of stages</title>
      <link>https://community.qlik.com/t5/App-Development/Modelling-different-start-end-dates-of-stages/m-p/1619192#M46106</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/32138"&gt;@marcus_malinow&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your input! I'll put that solution in practice, but indeed the volume of data is huge. Is there any other approach more resource-friendly?&lt;/P&gt;&lt;P&gt;Lisa&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 09:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Modelling-different-start-end-dates-of-stages/m-p/1619192#M46106</guid>
      <dc:creator>valpassos</dc:creator>
      <dc:date>2019-09-02T09:14:30Z</dc:date>
    </item>
  </channel>
</rss>

