<?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 Proc report across in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773329#M31161</link>
    <description>&lt;P&gt;hi I have this example data set&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data TEST;                      
   input month $9 YES BEST12. NO BEST12. PCT_YES BEST12. PCT_NO BEST12. ;    
   datalines;           
february   163   22  70,34  23,55
March      198   22  45,34  34,34
 May        155  18  34.23 12,3
April        116  19  89,3  23,3
 ;   &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I want to make a proc report&lt;/P&gt;
&lt;P&gt;where month will be across like this - jow can i do so&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="777"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="193"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD colspan="2" width="152"&gt;february&lt;/TD&gt;
&lt;TD colspan="2" width="152"&gt;march&lt;/TD&gt;
&lt;TD colspan="2" width="152"&gt;april&lt;/TD&gt;
&lt;TD colspan="2" width="128"&gt;may&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;Number&lt;/TD&gt;
&lt;TD&gt;Pct.&lt;/TD&gt;
&lt;TD&gt;number&lt;/TD&gt;
&lt;TD&gt;Pct.&lt;/TD&gt;
&lt;TD&gt;number&lt;/TD&gt;
&lt;TD&gt;Pct.&lt;/TD&gt;
&lt;TD&gt;number&lt;/TD&gt;
&lt;TD&gt;Pct.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;YES&lt;/TD&gt;
&lt;TD&gt;163&lt;/TD&gt;
&lt;TD&gt;70,34&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;NO&lt;/TD&gt;
&lt;TD&gt;22&lt;/TD&gt;
&lt;TD&gt;23,55&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
    <pubDate>Mon, 11 Oct 2021 09:02:04 GMT</pubDate>
    <dc:creator>mmea</dc:creator>
    <dc:date>2021-10-11T09:02:04Z</dc:date>
    <item>
      <title>Proc report across</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773329#M31161</link>
      <description>&lt;P&gt;hi I have this example data set&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data TEST;                      
   input month $9 YES BEST12. NO BEST12. PCT_YES BEST12. PCT_NO BEST12. ;    
   datalines;           
february   163   22  70,34  23,55
March      198   22  45,34  34,34
 May        155  18  34.23 12,3
April        116  19  89,3  23,3
 ;   &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I want to make a proc report&lt;/P&gt;
&lt;P&gt;where month will be across like this - jow can i do so&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="777"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="193"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD colspan="2" width="152"&gt;february&lt;/TD&gt;
&lt;TD colspan="2" width="152"&gt;march&lt;/TD&gt;
&lt;TD colspan="2" width="152"&gt;april&lt;/TD&gt;
&lt;TD colspan="2" width="128"&gt;may&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;Number&lt;/TD&gt;
&lt;TD&gt;Pct.&lt;/TD&gt;
&lt;TD&gt;number&lt;/TD&gt;
&lt;TD&gt;Pct.&lt;/TD&gt;
&lt;TD&gt;number&lt;/TD&gt;
&lt;TD&gt;Pct.&lt;/TD&gt;
&lt;TD&gt;number&lt;/TD&gt;
&lt;TD&gt;Pct.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;YES&lt;/TD&gt;
&lt;TD&gt;163&lt;/TD&gt;
&lt;TD&gt;70,34&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;NO&lt;/TD&gt;
&lt;TD&gt;22&lt;/TD&gt;
&lt;TD&gt;23,55&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Mon, 11 Oct 2021 09:02:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773329#M31161</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-10-11T09:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report across</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773331#M31162</link>
      <description>&lt;P&gt;Testing your own code is not a sin, it is a must:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; 69         data TEST;
 70            input month $9 YES BEST12. NO BEST12. PCT_YES BEST12. PCT_NO BEST12. ;
 71            datalines;
 
 NOTE: Invalid data for YES in line 72 10-21.
 NOTE: Invalid data for NO in line 72 22-33.
 REGEL:     ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0                     
 72         february   163   22  70,34  23,55
 month=  YES=. NO=. PCT_YES=. PCT_NO=. _ERROR_=1 _N_=1
 NOTE: Invalid data for YES in line 73 10-21.
 NOTE: Invalid data for NO in line 73 22-33.
 73         March      198   22  45,34  34,34
 month=  YES=. NO=. PCT_YES=. PCT_NO=. _ERROR_=1 _N_=2
 NOTE: Invalid data for YES in line 74 10-21.
 NOTE: Invalid data for NO in line 74 22-33.
 74          May        155  18  34.23 12,3
 month=  YES=. NO=. PCT_YES=. PCT_NO=. _ERROR_=1 _N_=3
 NOTE: Invalid data for YES in line 75 10-21.
 NOTE: Invalid data for NO in line 75 22-33.
 75         April        116  19  89,3  23,3
 month=  YES=. NO=. PCT_YES=. PCT_NO=. _ERROR_=1 _N_=4
 NOTE: The data set WORK.TEST has 4 observations and 5 variables.
&lt;/PRE&gt;
&lt;P&gt;So I first had to straighten out your code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data TEST;                      
input month :$9. YES NO PCT_YES :commax. PCT_NO :commax.;    
datalines;           
February   163   22  70,34  23,55
March      198   22  45,34  34,34
May        155  18  34.23 12,3
April        116  19  89,3  23,3
;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Please do this yourself in the future; it's not rocket science.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to first transpose this dataset, and manipulate the _NAME_ so that it can be used as ACROSS; you also need a second ACROSS variable, derived from _NAME_:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc transpose data=test out=long;
by month notsorted;
var yes no pct_yes pct_no;
run;

data long2;
set long;
length val $6;
if indexc(_name_,"_")
then do;
  _name_ = scan(_name_,2,"_");
  val = "Pct.";  
end;
else val = "Number";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;From that, run your PROC REPORT with nested ACROSS:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=long2;
column _name_ month,(val,col1);
define _name_ / "" group order=data;
define month / "" across order=data;
define val / "" across;
define col1 / "" sum;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;PRE&gt; 	February	March		May		April
 	Number	Pct.	Number	Pct.	Number	Pct.	Number	Pct.
YES	163	70.34	198	45.34	155	3423	116	89.3
NO	22	23.55	22	34.34	18	12.3	19	23.3&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Oct 2021 09:22:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773331#M31162</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-11T09:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report across</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773344#M31163</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;Hwn I do this i get the following table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; 	May            April       May		April
 	Number	Pct.	Number	Pct.	Number	Pct.	Number	Pct.
YES	163	.	198	.	155	.       116	.
NO	22	.	22	.	18	.       19	.&lt;BR /&gt;yes             70.34           45.45&lt;BR /&gt;no              23.55           34.34   etc.&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc transpose data=test out=long;
by month_name notsorted;
var yes noPct_yes Pct_no;
run;


data long;
set long;
length val $6;
if indexc(_name_,"_")
then do;
  _name_ = scan(_name_,2,"_");
  val = "Pct.";  
end;
else val = "number";
run;

proc report data=long;
column _name_ month_name,(val,col1);
define _name_ / "" group order=data;
define month_name / "" across order=data;
define val / "" across;
define col1 / "" sum;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;how can I remove the yes and no for the percentages also, how to put the months in order&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 10:27:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773344#M31163</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-10-11T10:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report across</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773346#M31164</link>
      <description>&lt;P&gt;Copy/paste my code (including the initial data step!) and run it &lt;U&gt;without any changes&lt;/U&gt;. I have tested it, and it DOES work.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 10:34:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773346#M31164</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-11T10:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report across</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773355#M31165</link>
      <description>&lt;P&gt;The datalines are based on data for one day - this table should be updated daily with change of data - therefore I cant use your dataline - it was just an example of how it works and which variable i have.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 10:59:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773355#M31165</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-10-11T10:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report across</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773357#M31166</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/353472"&gt;@mmea&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;The datalines are based on data for one day - this table should be updated daily with change of data - &lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;How does it change? Why can't the same logic be used because of this change?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 11:02:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773357#M31166</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-10-11T11:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report across</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773360#M31167</link>
      <description>&lt;P&gt;it worka now - but the months are still not in the right order - is there a way t order the months correct?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 11:13:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773360#M31167</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-10-11T11:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report across</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773363#M31168</link>
      <description>&lt;P&gt;Yes, use actual SAS dates instead of words like February, March, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So instead of February, you could use '01FEB2021'd, instead of March you could use '01MAR2021'd and so on. SAS dates are actual numbers, they will sort numerically, whereas month names are text strings and they will sort alphabetically, making April the first month of the year.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 11:23:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773363#M31168</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-10-11T11:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report across</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773366#M31169</link>
      <description>&lt;P&gt;Okay - if I use my dates before extracting the month (my dates were like 01FEB2021) - how can I extract only month in proc report&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 11:31:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773366#M31169</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-10-11T11:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report across</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773369#M31170</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/353472"&gt;@mmea&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;how can I extract only month in proc report&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't know what this means&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 11:38:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773369#M31170</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-10-11T11:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report across</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773377#M31171</link>
      <description>&lt;P&gt;There's formats for that:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data TEST;                      
input month :date9. YES NO PCT_YES :commax. PCT_NO :commax.; 
format month monname15.;   
datalines;           
01feb2021   163   22  70,34  23,55
01mar2021      198   22  45,34  34,34
01may2021        155  18  34.23 12,3
01apr2021        116  19  89,3  23,3
;

proc transpose data=test out=long;
by month notsorted;
var yes no pct_yes pct_no;
run;

data long2;
set long;
length val $6;
if indexc(_name_,"_")
then do;
  _name_ = scan(_name_,2,"_");
  val = "Pct.";  
end;
else val = "Number";
run;

proc report data=long2;
column _name_ month,(val,col1);
define _name_ / "" group order=data;
define month / "" across order=data;
define val / "" across;
define col1 / "" sum;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Oct 2021 11:56:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773377#M31171</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-11T11:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report across</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773381#M31172</link>
      <description>&lt;DIV class="branch"&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Report: Detailed and/or summarized report" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="c header" scope="col" width="40px" height="80px"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;23JAN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;24JAN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;27JAN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;31JAN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;01FEB2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;02FEB2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;03FEB2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;04FEB2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;05FEB2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;06FEB2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;07FEB2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;08FEB2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;09FEB2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;10FEB2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;13FEB2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;14FEB2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;17FEB2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;18FEB2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;19FEB2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;22FEB2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="82.1406px" height="80px"&gt;23FEB2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;25FEB2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;02MAR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;03MAR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;05MAR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;06MAR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;09MAR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;13MAR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;17MAR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;19MAR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;23MAR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;25MAR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;27MAR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;29MAR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;30MAR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;31MAR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;05APR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;06APR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;08APR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;09APR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;11APR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;12APR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;13APR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;14APR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;16APR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;18APR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;19APR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;20APR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;21APR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;22APR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;23APR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;24APR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="82.1406px" height="80px"&gt;26APR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;27APR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;28APR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;29APR2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;01MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;02MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;03MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;04MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;05MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;08MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;09MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;10MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;11MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;12MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;13MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;14MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;15MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;16MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;18MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;19MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;20MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;21MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;22MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;23MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;24MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;25MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;26MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;27MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;28MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;29MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;30MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;31MAY2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;01JUN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;02JUN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;03JUN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;04JUN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;07JUN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;09JUN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;10JUN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;12JUN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;13JUN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;14JUN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;15JUN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;16JUN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;19JUN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;20JUN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;21JUN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;23JUN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;25JUN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;26JUN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;27JUN2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;01JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;02JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;03JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;05JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;08JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;09JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;10JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;11JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;12JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;13JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;14JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;15JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;16JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;17JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;18JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="82.1406px" height="80px"&gt;19JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;20JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;21JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;22JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;23JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;24JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;25JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;26JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;27JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;28JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;29JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;30JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;31JUL2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;01AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;02AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;03AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;04AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;05AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;06AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;07AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;08AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;09AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;10AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;11AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="82.1406px" height="80px"&gt;12AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;13AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;14AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;15AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;16AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;17AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;18AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;19AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;20AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="82.1406px" height="80px"&gt;21AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;22AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;23AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;24AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;25AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;26AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="91.0469px" height="80px"&gt;27AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;28AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;29AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;30AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;31AUG2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;01SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;02SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;03SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;04SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;05SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;06SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="82.1406px" height="80px"&gt;07SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;08SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;09SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;10SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;11SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;12SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="91.0469px" height="80px"&gt;13SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;14SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;15SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;16SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;17SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;18SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;19SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;20SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="82.1406px" height="80px"&gt;21SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;22SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;23SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;24SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;25SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;26SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;27SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;28SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;29SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;30SEP2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;01OCT2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;02OCT2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;03OCT2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;04OCT2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;05OCT2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;06OCT2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;07OCT2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;08OCT2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="126.641px" height="80px"&gt;09OCT2021&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup" width="80px" height="80px"&gt;10OCT2021&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="42.1406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="42.1406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="42.1406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="42.1406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="42.1406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="51.0469px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="42.1406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="51.0469px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="42.1406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="86.6406px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col" width="40px" height="37px"&gt;Pct.&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="40px" height="30px" class="l data"&gt;yes&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;50&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;50&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;66.666667&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;3&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;50&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;33.333333&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;33.333333&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;50&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;7&lt;/TD&gt;
&lt;TD width="42.1406px" height="30px" class="r data"&gt;87.5&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;3&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;3&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;18&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;50&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;3&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;8&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;88.888889&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;3&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;4&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;66.666667&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;50&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;20&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;66.666667&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;50&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;25&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;7&lt;/TD&gt;
&lt;TD width="42.1406px" height="30px" class="r data"&gt;87.5&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;66.666667&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;4&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;57.142857&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;33.333333&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;4&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;9&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;90&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;5&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;50&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;3&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;60&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;11&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;91.666667&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;7&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;3&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;9&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;66.666667&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;27&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;93.103448&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;4&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;80&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;25&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;3&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;60&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;4&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;5&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;71.428571&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;66.666667&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;5&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;3&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;75&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;3&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;75&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;9&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;81.818182&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;5&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;7&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;70&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;50&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;7&lt;/TD&gt;
&lt;TD width="42.1406px" height="30px" class="r data"&gt;87.5&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;50&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;16.666667&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;3&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;75&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;4&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;4&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;66.666667&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;50&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;6&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;66.666667&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;4&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;50&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;66.666667&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;4&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;57.142857&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;28.571429&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;6&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;42.857143&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;25&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;20&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;40&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;5&lt;/TD&gt;
&lt;TD width="42.1406px" height="30px" class="r data"&gt;62.5&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;17&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;77.272727&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;4&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;80&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;20&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;53&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;96.363636&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;4&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;40&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;5&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;45.454545&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;15&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;71.428571&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;6&lt;/TD&gt;
&lt;TD width="42.1406px" height="30px" class="r data"&gt;37.5&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;10&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;71.428571&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;12&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;63.157895&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;5&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;38.461538&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;8&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;80&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;9&lt;/TD&gt;
&lt;TD width="51.0469px" height="30px" class="r data"&gt;56.25&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;5&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;41.666667&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;10&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;76.923077&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;21&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;91.304348&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;6&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;75&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;3&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;33.333333&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;25&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;5&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;55.555556&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;7&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;58.333333&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;25&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;6&lt;/TD&gt;
&lt;TD width="42.1406px" height="30px" class="r data"&gt;37.5&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;6&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;42.857143&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;6&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;66.666667&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;5&lt;/TD&gt;
&lt;TD width="51.0469px" height="30px" class="r data"&gt;31.25&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;4&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;44.444444&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;3&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;50&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;18.181818&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;3&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;42.857143&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;3&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;42.857143&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;6&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;50&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="42.1406px" height="30px" class="r data"&gt;12.5&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;6&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;85.714286&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;3&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;33.333333&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;33.333333&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;5&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;33.333333&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;10&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;71.428571&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;4&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;36.363636&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;23&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;82.142857&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;8&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;66.666667&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;8&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;72.727273&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;6&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;66.666667&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;33.333333&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;3&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;50&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;4&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;80&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;3&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;33.333333&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;20&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="40px" height="30px" class="l data"&gt;NO&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;50&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;0&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;50&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;33.333333&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;3&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;50&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;1&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;100&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;66.666667&lt;/TD&gt;
&lt;TD width="40px" height="30px" class="r data"&gt;2&lt;/TD&gt;
&lt;TD width="86.6406px" height="30px" class="r data"&gt;66.666667&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-left"&gt;Heres a table before af extract the month (antal = number)&lt;/P&gt;
&lt;P class="lia-align-left"&gt;when I put the format - it sums up all the percentages for that month - i need the correct percentages and not summing up for every day in that month&lt;/P&gt;
&lt;P class="lia-align-left"&gt;my proc report&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=test;
column _name_ date,(val, col1);
define _name_ / "" group order=data;
define date/ ""  across order=data ;
define val / "" across;
define col1 / "" sum ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P class="lia-align-left"&gt;if I use a format&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=test;
column _name_ date,(val, col1);
define _name_ / "" group order=data;
define date/ ""  across order=data format = monname3.;
define val / "" across;
define col1 / "" sum ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P class="lia-align-left"&gt;then i get this&amp;nbsp;&lt;/P&gt;
&lt;DIV class="branch"&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Report: Detailed and/or summarized report" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="c header" scope="col"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup"&gt;Jan&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup"&gt;Feb&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup"&gt;Mar&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup"&gt;Apr&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup"&gt;May&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup"&gt;Jun&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup"&gt;Jul&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup"&gt;Aug&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup"&gt;Sep&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup"&gt;Oct&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="c header" scope="col"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;number&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Pct.&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="l data"&gt;YES&lt;/TD&gt;
&lt;TD class="r data"&gt;3&lt;/TD&gt;
&lt;TD class="r data"&gt;150&lt;/TD&gt;
&lt;TD class="r data"&gt;16&lt;/TD&gt;
&lt;TD class="r data"&gt;370.83333&lt;/TD&gt;
&lt;TD class="r data"&gt;28&lt;/TD&gt;
&lt;TD class="r data"&gt;650&lt;/TD&gt;
&lt;TD class="r data"&gt;59&lt;/TD&gt;
&lt;TD class="r data"&gt;958.53175&lt;/TD&gt;
&lt;TD class="r data"&gt;88&lt;/TD&gt;
&lt;TD class="r data"&gt;1384.7701&lt;/TD&gt;
&lt;TD class="r data"&gt;32&lt;/TD&gt;
&lt;TD class="r data"&gt;1003.0952&lt;/TD&gt;
&lt;TD class="r data"&gt;55&lt;/TD&gt;
&lt;TD class="r data"&gt;1147.6515&lt;/TD&gt;
&lt;TD class="r data"&gt;225&lt;/TD&gt;
&lt;TD class="r data"&gt;1571.6163&lt;/TD&gt;
&lt;TD class="r data"&gt;116&lt;/TD&gt;
&lt;TD class="r data"&gt;1011.9859&lt;/TD&gt;
&lt;TD class="r data"&gt;35&lt;/TD&gt;
&lt;TD class="r data"&gt;422.72727&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="l data"&gt;NO&lt;/TD&gt;
&lt;TD class="r data"&gt;5&lt;/TD&gt;
&lt;TD class="r data"&gt;250&lt;/TD&gt;
&lt;TD class="r data"&gt;28&lt;/TD&gt;
&lt;TD class="r data"&gt;1429.1667&lt;/TD&gt;
&lt;TD class="r data"&gt;9&lt;/TD&gt;
&lt;TD class="r data"&gt;750&lt;/TD&gt;
&lt;TD class="r data"&gt;24&lt;/TD&gt;
&lt;TD class="r data"&gt;1041.4683&lt;/TD&gt;
&lt;TD class="r data"&gt;31&lt;/TD&gt;
&lt;TD class="r data"&gt;1415.2299&lt;/TD&gt;
&lt;TD class="r data"&gt;18&lt;/TD&gt;
&lt;TD class="r data"&gt;896.90476&lt;/TD&gt;
&lt;TD class="r data"&gt;49&lt;/TD&gt;
&lt;TD class="r data"&gt;1652.3485&lt;/TD&gt;
&lt;TD class="r data"&gt;140&lt;/TD&gt;
&lt;TD class="r data"&gt;1528.3837&lt;/TD&gt;
&lt;TD class="r data"&gt;173&lt;/TD&gt;
&lt;TD class="r data"&gt;1988.0141&lt;/TD&gt;
&lt;TD class="r data"&gt;34&lt;/TD&gt;
&lt;TD class="r data"&gt;577.27273&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 Oct 2021 12:09:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773381#M31172</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-10-11T12:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report across</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773384#M31173</link>
      <description>&lt;P&gt;This is the first time you have mentioned that you have actual days within a month. Up until now, we assumed you had just month names, one record per month&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data TEST;                      
   input month $9 YES BEST12. NO BEST12. PCT_YES BEST12. PCT_NO BEST12. ;    
   datalines;           
february   163   22  70,34  23,55
March      198   22  45,34  34,34
 May        155  18  34.23 12,3
April        116  19  89,3  23,3
 ;  &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;However you created this table, you have to create it with SAS date values instead of text strings such as 'february'. Then PROC REPORT does what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data TEST;                      
input month :date9. YES NO PCT_YES :commax. PCT_NO :commax.;   &lt;BR /&gt;format month monyy5.; 
datalines;           
01FEB2021 163   22  70,34  23,55
01MAR2021      198   22  45,34  34,34
01MAY2021       155  18  34.23 12,3
01APR2021      116  19  89,3  23,3
;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In PROC REPORT, you want to use ORDER=INTERNAL for the across variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The whole problem stems from the fact that you have tried to use character strings to represent months, when you should be using SAS date values, which are numbers. It is almost always a mistake to represent calendar information as text strings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 12:21:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773384#M31173</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-10-11T12:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report across</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773385#M31174</link>
      <description>&lt;P&gt;Looks like you got your solution. Always keep in mind that (basically) all calculating procedures in SAS honor formats as group indicators. This is true for BY and CLASS statements, and ACROSS in PROC REPORT.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 12:22:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773385#M31174</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-11T12:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report across</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773387#M31175</link>
      <description>&lt;P&gt;it works now&lt;/P&gt;
&lt;P&gt;but the months still not rigth order&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="branch"&gt;&lt;BR /&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Report: Detailed and/or summarized report" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;&lt;COLGROUP&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt; &lt;COL /&gt;&lt;/COLGROUP&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="c header" scope="col"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup"&gt;APR21&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup"&gt;AUG21&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup"&gt;FEB21&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup"&gt;JAN21&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup"&gt;JUL21&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup"&gt;JUN21&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup"&gt;MAR21&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup"&gt;MAY21&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup"&gt;OCT21&lt;/TH&gt;
&lt;TH class="c header" colspan="2" scope="colgroup"&gt;SEP21&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="c header" scope="col"&gt;&amp;nbsp;&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Pct.&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Antal&lt;/TH&gt;
&lt;TH class="c header" scope="col"&gt;Pct.&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="l data"&gt;yes&lt;/TD&gt;
&lt;TD class="r data"&gt;59&lt;/TD&gt;
&lt;TD class="r data"&gt;71.084337&lt;/TD&gt;
&lt;TD class="r data"&gt;225&lt;/TD&gt;
&lt;TD class="r data"&gt;61.643836&lt;/TD&gt;
&lt;TD class="r data"&gt;16&lt;/TD&gt;
&lt;TD class="r data"&gt;36.363636&lt;/TD&gt;
&lt;TD class="r data"&gt;3&lt;/TD&gt;
&lt;TD class="r data"&gt;37.5&lt;/TD&gt;
&lt;TD class="r data"&gt;55&lt;/TD&gt;
&lt;TD class="r data"&gt;52.884615&lt;/TD&gt;
&lt;TD class="r data"&gt;32&lt;/TD&gt;
&lt;TD class="r data"&gt;64&lt;/TD&gt;
&lt;TD class="r data"&gt;28&lt;/TD&gt;
&lt;TD class="r data"&gt;75.675676&lt;/TD&gt;
&lt;TD class="r data"&gt;88&lt;/TD&gt;
&lt;TD class="r data"&gt;73.94958&lt;/TD&gt;
&lt;TD class="r data"&gt;35&lt;/TD&gt;
&lt;TD class="r data"&gt;50.724638&lt;/TD&gt;
&lt;TD class="r data"&gt;116&lt;/TD&gt;
&lt;TD class="r data"&gt;40.138408&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="l data"&gt;no&lt;/TD&gt;
&lt;TD class="r data"&gt;24&lt;/TD&gt;
&lt;TD class="r data"&gt;28.915663&lt;/TD&gt;
&lt;TD class="r data"&gt;140&lt;/TD&gt;
&lt;TD class="r data"&gt;38.356164&lt;/TD&gt;
&lt;TD class="r data"&gt;28&lt;/TD&gt;
&lt;TD class="r data"&gt;63.636364&lt;/TD&gt;
&lt;TD class="r data"&gt;5&lt;/TD&gt;
&lt;TD class="r data"&gt;62.5&lt;/TD&gt;
&lt;TD class="r data"&gt;49&lt;/TD&gt;
&lt;TD class="r data"&gt;47.115385&lt;/TD&gt;
&lt;TD class="r data"&gt;18&lt;/TD&gt;
&lt;TD class="r data"&gt;36&lt;/TD&gt;
&lt;TD class="r data"&gt;9&lt;/TD&gt;
&lt;TD class="r data"&gt;24.324324&lt;/TD&gt;
&lt;TD class="r data"&gt;31&lt;/TD&gt;
&lt;TD class="r data"&gt;26.05042&lt;/TD&gt;
&lt;TD class="r data"&gt;34&lt;/TD&gt;
&lt;TD class="r data"&gt;49.275362&lt;/TD&gt;
&lt;TD class="r data"&gt;173&lt;/TD&gt;
&lt;TD class="r data"&gt;59.861592&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 Oct 2021 12:29:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773387#M31175</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-10-11T12:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report across</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773390#M31176</link>
      <description>&lt;P&gt;Repeating:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;In PROC REPORT, you want to use ORDER=INTERNAL for the across variable.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 11 Oct 2021 12:31:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773390#M31176</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-10-11T12:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report across</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773391#M31177</link>
      <description>&lt;P&gt;i used internal - still not in right order&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=test;
column _name_ month_name,(val, col1);
define _name_ / "" group order=data;
define month_name / ""  across order=internal;
define val / "" across order=internal;
define col1 / "" sum ;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Oct 2021 12:32:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773391#M31177</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-10-11T12:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report across</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773392#M31178</link>
      <description>&lt;P&gt;Show us the entire code, starting with the data step that creates the data.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 12:33:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773392#M31178</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-10-11T12:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report across</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773395#M31179</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data TEST;                      
input month: date9.. YES NO PCT_YES :commax. PCT_NO :commax. 
format motnth monyy5.;  
datalines;           
1JAN2021 163   22  70,34  23,55
3JAN2021      198   22  45,34  34,34
1FEB2021     155  18  34.23 12,3
12FEB2021      116  19  89,3  23,3
1MAR2021 163   22  70,34  23,55
3APRIL2021      198   22  45,34  34,34
1MAY2021     155  18  34.23 12,3
12JUN2021      116  19  89,3  23,3
;

etc..


/*proc report*/

proc transpose data=test out=long;
by month notsorted;
var yes no Pct_yes Pct_no;
run;

data long1;
set long;
length val $6;
if indexc(_name_,"_")
then do;
  _name_ = scan(_name_,2,"_");
  val = "Pct.";  
end;
else val = "number";
run;

proc report data=long1;
column _name_ month,(val, col1);
define _name_ / "" group order=data;
define month / ""  across order=internal;
define val / "" across order=internal;
define col1 / "" sum ;
run;

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Oct 2021 12:44:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773395#M31179</guid>
      <dc:creator>mmea</dc:creator>
      <dc:date>2021-10-11T12:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report across</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773397#M31180</link>
      <description>&lt;P&gt;As requested by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt; , please provide working code, tested.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data TEST;                      
input month: date9.. YES NO PCT_YES :commax. PCT_NO :commax. 
format motnth monyy5.;  
datalines;           
1JAN2021 163   22  70,34  23,55
3JAN2021      198   22  45,34  34,34
1FEB2021     155  18  34.23 12,3
12FEB2021      116  19  89,3  23,3
1MAR2021 163   22  70,34  23,55
3APRIL2021      198   22  45,34  34,34
1MAY2021     155  18  34.23 12,3
12JUN2021      116  19  89,3  23,3
;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Errors appear here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, you again have changed the structure of your data, from one line per month, to (sometimes) multiple lines per month. Can you provide data that actually represents the real problem, if it is one line per month, then provide that; if it can be multiple lines per month then provide that; and if there are any other quirks in the data that haven't been mentioned yet, provide that too.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 12:48:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-report-across/m-p/773397#M31180</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-10-11T12:48:28Z</dc:date>
    </item>
  </channel>
</rss>

