<?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: Divide total hours needed to time period in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Divide-total-hours-needed-to-time-period/m-p/2162674#M94378</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/183038"&gt;@jw22&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Firstly you calculate your daily hours besides your Production Batch itself, by addind a new column :&lt;/P&gt;
&lt;P&gt;Production Hours/(Enddate-StartDate) as DailyHours.&lt;/P&gt;
&lt;P&gt;Now you have the following columns :&lt;/P&gt;
&lt;P&gt;ProductionBatch, StartDate, EndDate, ProductionHours, DailyHours.&lt;/P&gt;
&lt;P&gt;xy,20.02.2024,26.02.2024,75,10.71&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now you have to use intervalmatch to generate the dates which fall between your specified date range. &amp;amp; you will get each date row from 20th Feb to 26th Feb with 10.71 infront of it as Daily Hours. Then you can simply add these to your Bar Graph. Try it out &amp;amp; let me know if any issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Rohan.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jan 2024 06:18:06 GMT</pubDate>
    <dc:creator>Rohan</dc:creator>
    <dc:date>2024-01-18T06:18:06Z</dc:date>
    <item>
      <title>Divide total hours needed to time period</title>
      <link>https://community.qlik.com/t5/App-Development/Divide-total-hours-needed-to-time-period/m-p/2162499#M94358</link>
      <description>&lt;P&gt;Hello Qlik- Community,&lt;/P&gt;
&lt;P&gt;is there a way to devide the needed production hours for a production batch into the planned number of days?&lt;/P&gt;
&lt;P&gt;So, for example, i have following table:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jw22_0-1705506233072.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127229iE6256B4D20CC750A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jw22_0-1705506233072.png" alt="jw22_0-1705506233072.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the production "xy" which is planned from 20.02.2024 to 26.02.2024 in total 75 production hours are needed.&lt;/P&gt;
&lt;P&gt;Now I want to divide the hours into the single days - should look something like that:&lt;/P&gt;
&lt;P&gt;Total needed hours 75 / 7 days = 10,71 hours per day&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jw22_3-1705506634731.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127232i3ED1DB74C049C3CA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jw22_3-1705506634731.png" alt="jw22_3-1705506634731.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 15:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Divide-total-hours-needed-to-time-period/m-p/2162499#M94358</guid>
      <dc:creator>jw22</dc:creator>
      <dc:date>2024-01-17T15:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Divide total hours needed to time period</title>
      <link>https://community.qlik.com/t5/App-Development/Divide-total-hours-needed-to-time-period/m-p/2162674#M94378</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/183038"&gt;@jw22&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Firstly you calculate your daily hours besides your Production Batch itself, by addind a new column :&lt;/P&gt;
&lt;P&gt;Production Hours/(Enddate-StartDate) as DailyHours.&lt;/P&gt;
&lt;P&gt;Now you have the following columns :&lt;/P&gt;
&lt;P&gt;ProductionBatch, StartDate, EndDate, ProductionHours, DailyHours.&lt;/P&gt;
&lt;P&gt;xy,20.02.2024,26.02.2024,75,10.71&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now you have to use intervalmatch to generate the dates which fall between your specified date range. &amp;amp; you will get each date row from 20th Feb to 26th Feb with 10.71 infront of it as Daily Hours. Then you can simply add these to your Bar Graph. Try it out &amp;amp; let me know if any issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Rohan.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 06:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Divide-total-hours-needed-to-time-period/m-p/2162674#M94378</guid>
      <dc:creator>Rohan</dc:creator>
      <dc:date>2024-01-18T06:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Divide total hours needed to time period</title>
      <link>https://community.qlik.com/t5/App-Development/Divide-total-hours-needed-to-time-period/m-p/2162720#M94388</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/183038"&gt;@jw22&lt;/a&gt;&amp;nbsp;make sure you have proper calendar script that shows accumulate for all dates. Otherwise, Simply use this.&lt;/P&gt;
&lt;P&gt;Sum(TOTAL [Hours needed])&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 08:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Divide-total-hours-needed-to-time-period/m-p/2162720#M94388</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2024-01-18T08:39:35Z</dc:date>
    </item>
  </channel>
</rss>

