##### [[Building Elements]]
# Concrete Slabs
%% DATAVIEW_PUBLISHER: start
```
TABLE WITHOUT ID Areas + " \ "+ BuildingElement + "<br><br>" + file.link as Issue, SECTION as Description
FROM "3 Resources/Issues"
FLATTEN BuildingElement as BuildingElement
sort AREA ASC
WHERE contains(BuildingElement,[[Concrete Slabs]])
FLATTEN list(filter(file.lists, (x) => meta(x.section).subpath = "Issue Description").text) as SECTION
```
%%
| Issue | Description |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [[3 Resources/Areas/Roof.md\|Roof]], [[3 Resources/Areas/Residential.md\|Residential]] \ [[3 Resources/Building Elements/Concrete Slabs.md\|Concrete Slabs]]<br><br>[[3 Resources/Issues/Insufficient Ceiling Height Below Balconies.md\|Insufficient Ceiling Height Below Balconies]] | <ul><li>Balcony areas require the soffit to be insulated.</li><li>By the time services, lights, sprinklers are all added, the final ceiling height is impacted.</li><li>On average, you need 175mm below the soffit, whether that be concrete or rigid insulation to allow for the services.</li></ul> |
%% DATAVIEW_PUBLISHER: end %%