<?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 Project status updates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Project-status-updates/m-p/1356077#M836212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to let Qlikview check clicking through month and month if a Project is new, opened or was closed in a month?&lt;/P&gt;&lt;P&gt;I have tried with monthyear where startmonth = monthyear, but then it would only show what was started and not what was finished.&lt;/P&gt;&lt;P&gt;If I try to load both Dates as "Startmonth" and "Endmonth" and open ones as in between, it will only return the startmonth...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a trick?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Project status updates</title>
      <link>https://community.qlik.com/t5/QlikView/Project-status-updates/m-p/1356077#M836212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to let Qlikview check clicking through month and month if a Project is new, opened or was closed in a month?&lt;/P&gt;&lt;P&gt;I have tried with monthyear where startmonth = monthyear, but then it would only show what was started and not what was finished.&lt;/P&gt;&lt;P&gt;If I try to load both Dates as "Startmonth" and "Endmonth" and open ones as in between, it will only return the startmonth...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a trick?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Project-status-updates/m-p/1356077#M836212</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Project status updates</title>
      <link>https://community.qlik.com/t5/QlikView/Project-status-updates/m-p/1356078#M836213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a linktable between your calendar table (that contains YearMonth values) and your project definitions table (that contains StartMonth and EndMonth fields).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The linktable should contain three fields:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;YearMonth to link to your calendar&lt;/LI&gt;&lt;LI&gt;ProjectID to link to your project definitions table&lt;/LI&gt;&lt;LI&gt;CalendarType = three values: 'Started', ''Stopped', 'Started+Stopped'&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting from your Projects table, you load information in successive steps into this LinkTable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Load Project Start Date in YearMonth format as YearMonth, with ProjectID and a fixed value of 'Started' in CalendarType&lt;/LI&gt;&lt;LI&gt;Add for all Projects that have been terminated a row with Project End Date as YearMonth, with ProjectID and a fixed value of 'Stopped' as CalendarType&lt;/LI&gt;&lt;LI&gt;Concatenate this table onto itself, but now change the CalendarType of all new rows to 'Started+Stopped'&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this table in your UI objects. Add a listbox with CalendarType and enable 'Always one selected'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 16:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Project-status-updates/m-p/1356078#M836213</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-05-16T16:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Project status updates</title>
      <link>https://community.qlik.com/t5/QlikView/Project-status-updates/m-p/1356079#M836214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that was very helpful thank you. Now Qlikview pulls all data correctly, except from the open Projects, which should be "new"-"closed" + previous months...&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;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 09:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Project-status-updates/m-p/1356079#M836214</guid>
      <dc:creator />
      <dc:date>2017-05-17T09:56:30Z</dc:date>
    </item>
  </channel>
</rss>

