##### [[Building Elements]]
# Elevator Shaft
%% 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,[[Elevator Shaft]])
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/Elevator Shaft.md\|Elevator Shaft]]<br><br>[[3 Resources/Issues/Elevator has low Tolerance.md\|Elevator has low Tolerance]] | <ul><li>Low Tolerance makes it extra hard to correctly install the Elevator.</li><li>Provide enough tolerance for lift walls & door, allow 50mm tolerance.</li></ul> |
%% DATAVIEW_PUBLISHER: end %%