# Hebel Walls
%% 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,[[Hebel Walls]])
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/Hebel Walls.md\|Hebel Walls]]<br><br>[[3 Resources/Issues/Hebel Walls Must Be Constructed First.md\|Hebel Walls Must Be Constructed First]] | <ul><li>Walls should be constructed before services are installed.</li><li>If done in the reverse order, it is difficult perhaps impossible to properly fire-rate a penetration.</li></ul> |
%% DATAVIEW_PUBLISHER: end %%