##### [[Building Elements]]
# Structure
%% 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,[[Structure]])
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/Structure.md\|Structure]]<br><br>[[3 Resources/Issues/Waterproofing Fall in Substrate Structure.md\|Waterproofing Fall in Substrate Structure]] | <ul><li>It is best practice to provide falls to all wet area sub-strates throughout the building.</li><li>This will provide the longest and most enduring outcomes for the buildings.</li></ul> |
%% DATAVIEW_PUBLISHER: end %%