##### [[Building Elements]]
# Floorwastes
%% 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,[[Floorwastes]])
FLATTEN list(filter(file.lists, (x) => meta(x.section).subpath = "Issue Description").text) as SECTION
```
%%
| Issue | Description |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [[3 Resources/Areas/Basement.md\|Basement]], [[3 Resources/Areas/Roof.md\|Roof]] \ [[3 Resources/Building Elements/Floorwastes.md\|Floorwastes]]<br><br>[[3 Resources/Issues/Waterproofing and Slab Deflections.md\|Waterproofing and Slab Deflections]] | <ul><li>Drains and RWOs are often located nearby to columns as these elements often have continuous vertical alignment throughout the building.</li><li>After some time, diflection will occur in a concrete slab and water may be directed away from the drains.</li><li>Where possible RWOs should be located in the middle of spans, as if the slab does deflect, water will still be directed to the RWOs.</li></ul> |
%% DATAVIEW_PUBLISHER: end %%