##### [[Building Elements]]
# Gutters
%% 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,[[Gutters]])
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/Building Elements/Gutters.md\|Gutters]]<br><br>[[3 Resources/Issues/Box Gutters Sumps and Overflows.md\|Box Gutters Sumps and Overflows]] | <ul><li>All Box Gutters must drain to either a Sump or Rainwater Head.</li><li>All Sumps and Rainwater Heads must have an overflow.</li><li>Box Gutters, Sumps, Overflows and Rainwater heads all have very specific sizing requirements.</li><li>These areas are frequently neglected by the Stormwater Engineer and the builder and the subcontractor are left to resolve this.</li><li>This also includes Metal Awnings.</li></ul> |
%% DATAVIEW_PUBLISHER: end %%