##### [[Building Elements]]
# Parapets
%% 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,[[Parapets]])
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/Balconies.md\|Balconies]] \ [[3 Resources/Building Elements/Parapets.md\|Parapets]]<br><br>[[3 Resources/Issues/Weatherproofing Horizontal Surfaces.md\|Weatherproofing Horizontal Surfaces]] | <ul><li>Horizontal Surfaces can collect water if it not directed away quickly and the surface can be damaged by the water, this especially true with render and elastomeric paint.</li><li>All Horizontal Surfaces shall be protected with Metal Flashings or Cappings.</li></ul> |
%% DATAVIEW_PUBLISHER: end %%