<?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 Avg in labor days and weekend days in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Avg-in-labor-days-and-weekend-days/m-p/158023#M33272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have a variable v_Date7days.&lt;/P&gt;&lt;P&gt;I have a pivot table with the following dimension and want to display only the 31 days less than my variable v_Date7days --&amp;gt; this is not my problem!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have an expression:&lt;/P&gt;&lt;P&gt;sum(Qty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next expression is where I have a problem.&lt;/P&gt;&lt;P&gt;As you know within the dimension range we have labor and weekend days. I need to have an expression that calculate an average only for labor days and another expression for the weekend days.&lt;/P&gt;&lt;P&gt;I have a field that give me that information (Val_Labor_Days=1 and Val_Weekend_Days=1)&lt;/P&gt;&lt;P&gt;Does anyone have any idea how to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;João&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;=if(Date&amp;gt;v_Date7days-31 and Date&amp;lt;=v_Date7days, date(Date))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Feb 2010 12:08:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-02-24T12:08:55Z</dc:date>
    <item>
      <title>Avg in labor days and weekend days</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-in-labor-days-and-weekend-days/m-p/158023#M33272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have a variable v_Date7days.&lt;/P&gt;&lt;P&gt;I have a pivot table with the following dimension and want to display only the 31 days less than my variable v_Date7days --&amp;gt; this is not my problem!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have an expression:&lt;/P&gt;&lt;P&gt;sum(Qty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next expression is where I have a problem.&lt;/P&gt;&lt;P&gt;As you know within the dimension range we have labor and weekend days. I need to have an expression that calculate an average only for labor days and another expression for the weekend days.&lt;/P&gt;&lt;P&gt;I have a field that give me that information (Val_Labor_Days=1 and Val_Weekend_Days=1)&lt;/P&gt;&lt;P&gt;Does anyone have any idea how to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;João&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;=if(Date&amp;gt;v_Date7days-31 and Date&amp;lt;=v_Date7days, date(Date))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 12:08:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-in-labor-days-and-weekend-days/m-p/158023#M33272</guid>
      <dc:creator />
      <dc:date>2010-02-24T12:08:55Z</dc:date>
    </item>
    <item>
      <title>Avg in labor days and weekend days</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-in-labor-days-and-weekend-days/m-p/158024#M33273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Joao,&lt;/P&gt;&lt;P&gt;You already have networkdays() function that returns the number of working days between two dates, something like&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;networkdays('01/01/2010', '31/01/2010')&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;You may use this function instead. &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 12:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-in-labor-days-and-weekend-days/m-p/158024#M33273</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-02-24T12:17:58Z</dc:date>
    </item>
    <item>
      <title>Avg in labor days and weekend days</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-in-labor-days-and-weekend-days/m-p/158025#M33274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you have a Field named Val_Labor_days containg 1, if it is a labor day an Null otherwise.&lt;/P&gt;&lt;P&gt;And you want to do an avg on the labor days.&lt;/P&gt;&lt;P&gt;Can't you simply do a "avg(Qty * Val_Labor_days)"&lt;/P&gt;&lt;P&gt;Or using set analysis "avg({$&amp;lt;Val_Labor_days={"1"}&amp;gt;} Qty)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 12:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-in-labor-days-and-weekend-days/m-p/158025#M33274</guid>
      <dc:creator />
      <dc:date>2010-02-24T12:22:11Z</dc:date>
    </item>
    <item>
      <title>Avg in labor days and weekend days</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-in-labor-days-and-weekend-days/m-p/158026#M33275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But in the date range I also could have holidays (Carnival -2010/02/16) and is considered in the group of weekend/holidays.&lt;/P&gt;&lt;P&gt;I need to:&lt;/P&gt;&lt;P&gt;sum(Qty) for the labor days / count(distinct Date) --&amp;gt; but only for the ones indicated in the dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 12:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-in-labor-days-and-weekend-days/m-p/158026#M33275</guid>
      <dc:creator />
      <dc:date>2010-02-24T12:23:09Z</dc:date>
    </item>
    <item>
      <title>Avg in labor days and weekend days</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-in-labor-days-and-weekend-days/m-p/158027#M33276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hans,&lt;/P&gt;&lt;P&gt;if I use the set analysis the result it shows is always "1".&lt;/P&gt;&lt;P&gt;It doesn't work&lt;/P&gt;&lt;P&gt;Best rgs&lt;/P&gt;&lt;P&gt;João&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 12:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-in-labor-days-and-weekend-days/m-p/158027#M33276</guid>
      <dc:creator />
      <dc:date>2010-02-24T12:28:48Z</dc:date>
    </item>
    <item>
      <title>Avg in labor days and weekend days</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-in-labor-days-and-weekend-days/m-p/158028#M33277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;I'm trying the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({$&amp;lt;Date {"&amp;gt;$(date(v_Date7days)-31)"}, Date {"&amp;lt;=$(date(v_Date7dias))"}, Val_Labor_Day= {1}&amp;gt;} total distinct Date) --&amp;gt; count Labor Days&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;and it gaves me 26 for all the days (the total number of days in 2010).&lt;/P&gt;&lt;P&gt;I need to have the avg of labor days (should be sum(total column(2)/number Labor days (21).&lt;/P&gt;&lt;P&gt;The same for weekend days (10).&lt;/P&gt;&lt;P&gt;I will have only 2 distinct avg. One for labor (181 695) and other for weekends (69 242)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width:414pt;border-collapse:collapse;" width="549"&gt;&lt;COLGROUP&gt;&lt;COL style="width:74pt;mso-width-source:userset;mso-width-alt:3584;mso-outline-parent:collapsed;" width="98" /&gt;&lt;COL style="width:74pt;mso-width-source:userset;mso-width-alt:3584;mso-outline-parent:collapsed;" width="98" /&gt;&lt;COL style="width:118pt;mso-width-source:userset;mso-width-alt:5741;mso-outline-parent:collapsed;" width="157" /&gt;&lt;COL style="width:74pt;mso-width-source:userset;mso-width-alt:3584;mso-outline-parent:collapsed;" width="98" /&gt;&lt;COL style="width:74pt;mso-width-source:userset;mso-width-alt:3584;mso-outline-parent:collapsed;" width="98" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl63" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:whitesmoke;width:74pt;height:12.75pt;border-top:gainsboro 1pt solid;border-right:gainsboro 1pt solid;" width="98"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64" style="background-color:white;width:74pt;border:gainsboro 0.5pt solid;" width="98"&gt;Total Qty&lt;/TD&gt;&lt;TD class="xl64" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;width:118pt;border-top:gainsboro 0.5pt solid;border-right:gainsboro 0.5pt solid;" width="157"&gt;Qty Labor Days&lt;/TD&gt;&lt;TD class="xl64" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;width:74pt;border-top:gainsboro 0.5pt solid;border-right:gainsboro 0.5pt solid;" width="98"&gt;Qty Weekend days&lt;/TD&gt;&lt;TD class="xl64" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;width:74pt;border-top:gainsboro 0.5pt solid;border-right:gainsboro 0.5pt solid;" width="98"&gt;count Labor Days&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;09-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;86.176&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;86.176&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;10-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;48.960&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;48.960&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;11-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;186.241&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;186.241&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;12-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;170.967&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;170.967&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;13-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;169.148&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;169.148&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;14-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;182.650&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;182.650&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;15-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;181.725&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;181.725&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;16-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;78.588&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;78.588&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;17-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;48.740&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;48.740&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;18-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;178.204&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;178.204&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;19-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;185.717&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;185.717&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;20-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;185.940&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;185.940&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;21-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;183.327&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;183.327&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;22-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:#00c700;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;189.221&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;189.221&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;23-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:#ff7163;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;89.206&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;89.206&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;24-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;56.581&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;56.581&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;25-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;183.948&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;183.948&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;182.581&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;182.581&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;27-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;183.790&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;183.790&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;28-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;182.536&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;182.536&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;29-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;185.079&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;185.079&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;30-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;88.463&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;88.463&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;31-01-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;55.602&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;55.602&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;01-02-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;181.412&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;181.412&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;02-02-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;194.009&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;194.009&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;03-02-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;182.418&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;182.418&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;04-02-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;175.350&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;175.350&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;05-02-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;178.354&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;178.354&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;06-02-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;83.292&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;83.292&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;07-02-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;56.807&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;56.807&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl64" height="17" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro 0.5pt solid;background-color:white;height:12.75pt;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;08-02-2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;172.982&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;172.982&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-bottom:gainsboro 0.5pt solid;border-left:gainsboro;background-color:white;border-top:gainsboro;border-right:gainsboro 0.5pt solid;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;I really need your help.&lt;/P&gt;&lt;P&gt;Bst rgs~&lt;/P&gt;&lt;P&gt;João&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 13:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-in-labor-days-and-weekend-days/m-p/158028#M33277</guid>
      <dc:creator />
      <dc:date>2010-02-24T13:09:48Z</dc:date>
    </item>
  </channel>
</rss>

