# Drainage
%% DATAVIEW_PUBLISHER: start
```
TABLE WITHOUT ID AREA + " \ "+ BuildingElement + "<br><br>" + file.link as Issue, SECTION as Description
FROM "3 Resources/Issues"
FLATTEN Areas as AREA
FLATTEN BuildingElement as BuildingElement
sort AREA ASC
WHERE contains(BuildingElement,[[Drainage]])
FLATTEN list(filter(file.lists, (x) => meta(x.section).subpath = "Issue Description").text) as SECTION
```
%%
| Issue | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [[3 Resources/Areas/Everywhere.md\|Everywhere]] \ [[3 Resources/Building Elements/Drainage.md\|Drainage]]<br><br>[[3 Resources/Issues/PVC Penetrations Must Be Cored.md\|PVC Penetrations Must Be Cored]] | <ul><li>PVC Penetrations through walls must be cored.</li><li>Square cut holes are not acceptable.</li><li>These cannot be fire rated properly.</li><li>Ensure that all penetrations are round!</li></ul> |
| [[3 Resources/Areas/Everywhere.md\|Everywhere]] \ [[3 Resources/Building Elements/Drainage.md\|Drainage]]<br><br>[[3 Resources/Issues/Top Track installed over Cast in Collars Flange.md\|Top Track installed over Cast in Collars Flange]] | <ul><li>Do not install top tracks over the flanges of cast in collars this is a defect.</li></ul> |
%% DATAVIEW_PUBLISHER: end %%