# Basement Soffit
%% 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,[[Basement Soffit]])
FLATTEN list(filter(file.lists, (x) => meta(x.section).subpath = "Issue Description").text) as SECTION
```
%%
| Issue | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [[3 Resources/Areas/Basement.md\|Basement]] \ [[3 Resources/Building Elements/Basement Soffit.md\|Basement Soffit]]<br><br>[[3 Resources/Issues/Appropriate Insulation for Exposed Soffits.md\|Appropriate Insulation for Exposed Soffits]] | <ul><li>PIR insulation is specified for use throughout the building to insulate underneath soffits which are exposed to external areas or the basement.</li><li>Where the Insulation will be exposed, the supplier has recommended that PIR White insulation is used rather than PIR Silver insulation.</li></ul> |
%% DATAVIEW_PUBLISHER: end %%