<?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 networkday calendar in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/networkday-calendar/m-p/190280#M52855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two approached to creating a Calendar:&lt;/P&gt;&lt;P&gt;1. If you calendar is fairly standard, you can simply generate it within QlikView (using function autogenerate()) and calculate all the flags. I suspect that Holidays might need special attention - a "standard" calendar won't pay attention to Holidays.&lt;/P&gt;&lt;P&gt;2. If your calendar is customized, or if you have to take into account Holidays, - you might already have a Calendar table in one of your "back-office" systems. In that case, you'd need to lead that table into QlikView.&lt;/P&gt;&lt;P&gt;If you are generating the Calendar, you might have to do it in 2 or 3 steps:&lt;/P&gt;&lt;P&gt;1. Generate the calendar with the "daily" information.&lt;/P&gt;&lt;P&gt;2. Aggregate daily information to the monthly level and left join "monthly" information back into the Calendar.&lt;/P&gt;&lt;P&gt;3. Aggregate daily information to the Annual level and load "annual" information back into the Calendar.&lt;/P&gt;&lt;P&gt;good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Sep 2009 20:24:17 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2009-09-17T20:24:17Z</dc:date>
    <item>
      <title>networkday calendar</title>
      <link>https://community.qlik.com/t5/QlikView/networkday-calendar/m-p/190279#M52854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I need to establish a networkday-calendar which contains besides the actual day some information concerning the networkday.&lt;BR /&gt;&lt;BR /&gt;Within my script I generate a calendar which contains the day, week, month, year and so on.&lt;BR /&gt;&lt;BR /&gt;Additionally, I need a table which contains the following information:&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD valign="top" width="70"&gt;&lt;P&gt;Date&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="164"&gt;&lt;P&gt;Flag if it is a networkday or not&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="157"&gt;&lt;P&gt;Cumulated network days concerning the current year&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="143"&gt;&lt;P&gt;Number of networkdays within this month&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="143"&gt;&lt;P&gt;Number of networkdays within this year&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD valign="top" width="70"&gt;&lt;P&gt;01.01.09&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="164"&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="157"&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="143"&gt;&lt;P&gt;23&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="143"&gt;&lt;P&gt;262&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD valign="top" width="70"&gt;&lt;P&gt;02.01.09&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="164"&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="157"&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="143"&gt;&lt;P&gt;23&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="143"&gt;&lt;P&gt;262&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD valign="top" width="70"&gt;&lt;P&gt;03.01.09&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="164"&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="157"&gt;&lt;P&gt;2&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="143"&gt;&lt;P&gt;23&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="143"&gt;&lt;P&gt;262&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD valign="top" width="70"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="164"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="157"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="143"&gt;&lt;P&gt;23&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="143"&gt;&lt;P&gt;262&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD valign="top" width="70"&gt;&lt;P&gt;31.01.09&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="164"&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="157"&gt;&lt;P&gt;23&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="143"&gt;&lt;P&gt;23&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="143"&gt;&lt;P&gt;262&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;Anybody got an idea how this can be realized via script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 19:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/networkday-calendar/m-p/190279#M52854</guid>
      <dc:creator>swegener</dc:creator>
      <dc:date>2009-09-17T19:27:11Z</dc:date>
    </item>
    <item>
      <title>networkday calendar</title>
      <link>https://community.qlik.com/t5/QlikView/networkday-calendar/m-p/190280#M52855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two approached to creating a Calendar:&lt;/P&gt;&lt;P&gt;1. If you calendar is fairly standard, you can simply generate it within QlikView (using function autogenerate()) and calculate all the flags. I suspect that Holidays might need special attention - a "standard" calendar won't pay attention to Holidays.&lt;/P&gt;&lt;P&gt;2. If your calendar is customized, or if you have to take into account Holidays, - you might already have a Calendar table in one of your "back-office" systems. In that case, you'd need to lead that table into QlikView.&lt;/P&gt;&lt;P&gt;If you are generating the Calendar, you might have to do it in 2 or 3 steps:&lt;/P&gt;&lt;P&gt;1. Generate the calendar with the "daily" information.&lt;/P&gt;&lt;P&gt;2. Aggregate daily information to the monthly level and left join "monthly" information back into the Calendar.&lt;/P&gt;&lt;P&gt;3. Aggregate daily information to the Annual level and load "annual" information back into the Calendar.&lt;/P&gt;&lt;P&gt;good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 20:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/networkday-calendar/m-p/190280#M52855</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-09-17T20:24:17Z</dc:date>
    </item>
    <item>
      <title>networkday calendar</title>
      <link>https://community.qlik.com/t5/QlikView/networkday-calendar/m-p/190281#M52856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem with calculating workdays always seems to be the holidays.&lt;/P&gt;&lt;P&gt;You can use the weekday() function to determine the day of the week (0 - 4 for Mon - Thur). Then you would need to exclude those days that were also holidays. On a past project, I created a table that would store holidays. When determining if a day was a workday, I checked against this list to make sure it wasn't a holiday. You may be able to create some logic to automatically generate your holiday list, but there always seems to be a difference between holiday days off and actual holiday dates.&lt;/P&gt;&lt;P&gt;As for the last two columns, you would then loop through your data and sum the flag column by month and year respectively.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 20:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/networkday-calendar/m-p/190281#M52856</guid>
      <dc:creator />
      <dc:date>2009-09-17T20:34:13Z</dc:date>
    </item>
    <item>
      <title>networkday calendar</title>
      <link>https://community.qlik.com/t5/QlikView/networkday-calendar/m-p/190282#M52857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess it is a standard calendar.&lt;BR /&gt;&lt;BR /&gt;So if there is something like&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;year&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;month&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;date&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;2009&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;January&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;01.01.2009&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;2009&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;january&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;02.01.2009&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;2009&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;January&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;03.01.2009&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;it is easy to calculate a flag whether it is a networkday or not.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So the result would be&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;year&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;month&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;date&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;networkday&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;2009&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;January&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;01.01.2009&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;2009&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;january&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;02.01.2009&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;2009&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;January&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;03.01.2009&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="123"&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Now I just thought the same way you did, calculation or aggregation on monthly level.&lt;BR /&gt;&lt;BR /&gt;But the result of the code (just an example, not complete!)&lt;BR /&gt;&lt;BR /&gt;sum(networkday) as result&lt;BR /&gt;group by month&lt;BR /&gt;&lt;BR /&gt;is not&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD valign="top" width="307"&gt;&lt;P&gt;month&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="307"&gt;&lt;P&gt;Result&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD valign="top" width="307"&gt;&lt;P&gt;January&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="307"&gt;&lt;P&gt;2&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;it is&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD valign="top" width="307"&gt;&lt;P&gt;month&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="307"&gt;&lt;P&gt;Result&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD valign="top" width="307"&gt;&lt;P&gt;January&lt;/P&gt;&lt;/TD&gt;&lt;TD valign="top" width="307"&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Have you got an example / script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 20:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/networkday-calendar/m-p/190282#M52857</guid>
      <dc:creator />
      <dc:date>2009-09-17T20:38:11Z</dc:date>
    </item>
    <item>
      <title>networkday calendar</title>
      <link>https://community.qlik.com/t5/QlikView/networkday-calendar/m-p/190283#M52858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for your proposals. At the moment I create a standard calendar in script like the following:&lt;/P&gt;&lt;P&gt;Datumsfeld:&lt;BR /&gt;load&lt;BR /&gt; date($(varMinDatum)+ITERNO()-1) as Datumsfeld&lt;BR /&gt;autogenerate(1)&lt;BR /&gt;while $(varMinDatum) + ITERNO()-1 &amp;lt;= $(varMaxDatum);&lt;/P&gt;&lt;P&gt;Kalender:&lt;BR /&gt;load&lt;BR /&gt; Datumsfeld,&lt;BR /&gt; week(Datumsfeld) as Week,&lt;BR /&gt; month(Datumsfeld) as Month,&lt;BR /&gt; year(Datumsfeld) as Year,&lt;BR /&gt; day(Datumsfeld) as Day,&lt;BR /&gt; NETWORKDAYS(Datumsfeld, Datumsfeld) as Arbeitstag&lt;BR /&gt;resident Datumsfeld;&lt;/P&gt;&lt;P&gt;In the field 'Arbeitstag' I get the working days Monday to Friday. That´s o.k. Unfortunately the accumulation on the field 'Arbeitstag' does not function at all. Holidays are another problem, on which I will pay attention later on.&lt;/P&gt;&lt;P&gt;Greetings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 20:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/networkday-calendar/m-p/190283#M52858</guid>
      <dc:creator>swegener</dc:creator>
      <dc:date>2009-09-17T20:41:07Z</dc:date>
    </item>
    <item>
      <title>networkday calendar</title>
      <link>https://community.qlik.com/t5/QlikView/networkday-calendar/m-p/190284#M52859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;swegener,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Interesting....I currently have the same requirement. My requiement includes calculating workday and cumulated networkdays. Can I ask you question? How do you calculated previous years networking days.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Also, I'm a little confused on how you are using Datsumfeld in the network days calculation. Do you have a sample application of how this working for you?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 22:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/networkday-calendar/m-p/190284#M52859</guid>
      <dc:creator>karensmith</dc:creator>
      <dc:date>2009-09-22T22:23:19Z</dc:date>
    </item>
    <item>
      <title>networkday calendar</title>
      <link>https://community.qlik.com/t5/QlikView/networkday-calendar/m-p/190285#M52860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also working through a similar issue, one suggestion I can make is to add to the calendar LOAD something like:&lt;/P&gt;&lt;P&gt;if(Weekday([yourdatefield])&amp;lt;5, 1, 0) as IsWorkDay,&lt;/P&gt;&lt;P&gt;Then you can sum IsWorkDay and at least get an accurate calculation for Months, Quarters, etc. (of course it always comes up '5' if you select a Week). Multiply by 8 to get AvailableWorkHours.&lt;/P&gt;&lt;P&gt;Of course the holiday issue is not addressed, need to join to another table to correct for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 04:58:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/networkday-calendar/m-p/190285#M52860</guid>
      <dc:creator />
      <dc:date>2009-10-28T04:58:15Z</dc:date>
    </item>
    <item>
      <title>networkday calendar</title>
      <link>https://community.qlik.com/t5/QlikView/networkday-calendar/m-p/190286#M52861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;May I suggest a differant approach, (Work By exception) :&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1.Load a table of Public Holidays (DateKey)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2. Add/Concatenate a table of NonWorking Days (Sat Sun etc)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;3.Add/Concatenate A Table of Non Working Hours (If Required)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;4. Add Any CustomHolidays ( we dont work the last friday in a month, or Employee Holiday Dates)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;5 Fill in the Gaps with a If not Exists in Non Working Days Table&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;6 Aggreagate Any Month Rollups etc&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This way your calendar can always be regenerated ie if you close on mondays&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Doing it in a qv script is a slightly differant matter&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ColinR&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 01:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/networkday-calendar/m-p/190286#M52861</guid>
      <dc:creator />
      <dc:date>2009-10-30T01:08:19Z</dc:date>
    </item>
    <item>
      <title>networkday calendar</title>
      <link>https://community.qlik.com/t5/QlikView/networkday-calendar/m-p/190287#M52862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If somebody needs a qvd file, containing the network days of germany for the years 2006 up to 2016 he can get it via qlikview support. I generated a qvw and a qvd file for this purpose.&lt;BR /&gt;&lt;BR /&gt;Case no: 00018627&lt;BR /&gt;&lt;BR /&gt;Unfortunately i can not upload any data here &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 18:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/networkday-calendar/m-p/190287#M52862</guid>
      <dc:creator />
      <dc:date>2010-02-16T18:25:33Z</dc:date>
    </item>
  </channel>
</rss>

