This table compares rental cost characteristics for Sole Proprietorships for more than 150 industries. Since not all firms are covered by the detailed industry breakouts, detailed industry data does not roll up to parent classifications.
2013 Sole Proprietorships: Rent as a Percent of Sales |
|
Rent |
foreach($results as $result) { ?>
|
0.00% |
$industry_prefix = substr($result['bz_msp_code'],0,strpos($result['bz_msp_code'],'.'));
$sql = "select `sb_rent_labour`.*, Tier2_Name as industry from `sb_rent_labour`
inner join industry_drilldown_sp_2013 on `sb_rent_labour`.irs_code = industry_drilldown_sp_2013.Tier2
where `release` = '".CURRENT_RELEASE."' and rent <> 0 and Tier2<>0 and Tier3=0 and Tier1=" . $result['code'] . "
order by Tier2_Name";
$results2 = query($sql);
if(sizeof($results2[0])) {
foreach($results2 as $result2) {
?>
|
0.00% |
} // end foreach($results2 as $result2) { ?>
} // end if(sizeof($results2[0])) {?>
} //end foreach($results as $result ?>