# Handover
%% 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,[[Handover]])
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/Handover.md\|Handover]]<br><br>[[3 Resources/Issues/Common Deficiencies in Handover Documentation.md\|Common Deficiencies in Handover Documentation]] | <ul><li>Handover documentation is frequently lacking important pieces of information that are critical to the ongoing operation of a building.</li><li>To overcome this a checklist been developed.</li><li>Please refer to the following checklist:!</li></ul> |
%% DATAVIEW_PUBLISHER: end %%