<?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: help :) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/help/m-p/408992#M1163169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John Witherspoon has some great stuff regarding this.&amp;nbsp; Here is one post he created.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/147535#147535"&gt;http://community.qlik.com/message/147535#147535&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Nov 2012 21:00:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-06T21:00:12Z</dc:date>
    <item>
      <title>help :)</title>
      <link>https://community.qlik.com/t5/QlikView/help/m-p/408988#M1163165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am new to qv community and qv:)can you help me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to make application where i count employee working in company , at choosen month , but the problem is at my company we have short time and everybody start and end work different time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea how to connect calendar (and what type of calendar) with employee table&lt;/P&gt;&lt;P&gt;I have attach exal file with daprtment ID, eployee title and start and end date &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;I hope u can find solution &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 19:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help/m-p/408988#M1163165</guid>
      <dc:creator />
      <dc:date>2012-11-06T19:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: help :)</title>
      <link>https://community.qlik.com/t5/QlikView/help/m-p/408989#M1163166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at the following post regarding Master Calendars:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/thread/48693"&gt;http://community.qlik.com/thread/48693&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 20:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help/m-p/408989#M1163166</guid>
      <dc:creator />
      <dc:date>2012-11-06T20:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: help :)</title>
      <link>https://community.qlik.com/t5/QlikView/help/m-p/408990#M1163167</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;Dept:&lt;/P&gt;&lt;P&gt;LOAD Department_ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Position_Title.TITLE As DeptTitle, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(ACTUAL_START_DATE,'DD/MM/YYYY') as StartDate, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(ACTUAL_END_DATE,'DD/MM/YYYY') as EndDate&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;CH01_20121106_131307.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vNoofRows = NoOfRows('Dept');&lt;/P&gt;&lt;P&gt;Let vStartDate = Num(Peek('StartDate',0,'Dept'));&lt;/P&gt;&lt;P&gt;Let vEndDate = Num(Peek('EndDate',$(vNoofRows)-1,'Dept'));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generate:&lt;/P&gt;&lt;P&gt;LOAD Date($(vStartDate) + IterNo()) AS Date&lt;/P&gt;&lt;P&gt;AutoGenerate 1&lt;/P&gt;&lt;P&gt;While ($(vStartDate) + IterNo()) &amp;lt;= $(vEndDate); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Month(Date)*1 AS MonthKey, Month(Date) as Month,Year(Date) AS Year,Date,Day(Date) AS Day,Num(Date) as DateNum&lt;/P&gt;&lt;P&gt; Resident Generate;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 20:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help/m-p/408990#M1163167</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-06T20:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: help :)</title>
      <link>https://community.qlik.com/t5/QlikView/help/m-p/408991#M1163168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;thank you very much for your response&lt;/P&gt;&lt;P&gt;the problem is that in my mastercalendar i rename tempdate with Actual_start_date and when I choose for example march it show me only employee that start theirs job in for example march but I have to count as well people who start in fabruary and finish in March and people who start in Febuary and finish in April &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;and the bigger problem is in third case , I have no idea how to connect it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 20:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help/m-p/408991#M1163168</guid>
      <dc:creator />
      <dc:date>2012-11-06T20:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: help :)</title>
      <link>https://community.qlik.com/t5/QlikView/help/m-p/408992#M1163169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John Witherspoon has some great stuff regarding this.&amp;nbsp; Here is one post he created.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/147535#147535"&gt;http://community.qlik.com/message/147535#147535&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 21:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help/m-p/408992#M1163169</guid>
      <dc:creator />
      <dc:date>2012-11-06T21:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: help :)</title>
      <link>https://community.qlik.com/t5/QlikView/help/m-p/408993#M1163173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a little example I put together.&amp;nbsp; Hope it helps!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 21:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help/m-p/408993#M1163173</guid>
      <dc:creator />
      <dc:date>2012-11-06T21:55:01Z</dc:date>
    </item>
  </channel>
</rss>

