# Carpet
%% 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,[[Carpet]])
FLATTEN list(filter(file.lists, (x) => meta(x.section).subpath = "Issue Description").text) as SECTION
```
%%
| Issue | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [[3 Resources/Areas/Bedrooms.md\|Bedrooms]] \ [[3 Resources/Building Elements/Carpet.md\|Carpet]]<br><br>[[3 Resources/Issues/Unsightly Ramping between different floor finishes.md\|Unsightly Ramping between different floor finishes]] | <ul><li>Due different height between different floor finishes ala carpet, timber flooring and tiling, if care is not taken, steps or ramps will be required at the transitions between these areas.</li><li>These ramps are unsightly and are representative of a poor finish.</li><li>This also to applies to lobby areas!</li></ul> |
| [[3 Resources/Areas/Everywhere.md\|Everywhere]] \ [[3 Resources/Building Elements/Carpet.md\|Carpet]]<br><br>[[3 Resources/Issues/Uneven floor finish below fire doors.md\|Uneven floor finish below fire doors]] | <ul><li>Fire Doors are crucial components to the fire rating of buildings.</li><li>The gaps around the door and to the floor junction are all critical elements.</li><li>When carpet is installed below a door, there is a potential for height discrepancies.</li><li>Note, See related issue [[Unsightly Ramping between different floor finishes]]</li></ul> |
| [[3 Resources/Areas/Ground Floor.md\|Ground Floor]] \ [[3 Resources/Building Elements/Carpet.md\|Carpet]]<br><br>[[3 Resources/Issues/Uneven floor finish below fire doors.md\|Uneven floor finish below fire doors]] | <ul><li>Fire Doors are crucial components to the fire rating of buildings.</li><li>The gaps around the door and to the floor junction are all critical elements.</li><li>When carpet is installed below a door, there is a potential for height discrepancies.</li><li>Note, See related issue [[Unsightly Ramping between different floor finishes]]</li></ul> |
| [[3 Resources/Areas/Living Areas.md\|Living Areas]] \ [[3 Resources/Building Elements/Carpet.md\|Carpet]]<br><br>[[3 Resources/Issues/Unsightly Ramping between different floor finishes.md\|Unsightly Ramping between different floor finishes]] | <ul><li>Due different height between different floor finishes ala carpet, timber flooring and tiling, if care is not taken, steps or ramps will be required at the transitions between these areas.</li><li>These ramps are unsightly and are representative of a poor finish.</li><li>This also to applies to lobby areas!</li></ul> |
| [[3 Resources/Areas/Lobbies.md\|Lobbies]] \ [[3 Resources/Building Elements/Carpet.md\|Carpet]]<br><br>[[3 Resources/Issues/Unsightly Ramping between different floor finishes.md\|Unsightly Ramping between different floor finishes]] | <ul><li>Due different height between different floor finishes ala carpet, timber flooring and tiling, if care is not taken, steps or ramps will be required at the transitions between these areas.</li><li>These ramps are unsightly and are representative of a poor finish.</li><li>This also to applies to lobby areas!</li></ul> |
| [[3 Resources/Areas/Lobbies.md\|Lobbies]] \ [[3 Resources/Building Elements/Carpet.md\|Carpet]]<br><br>[[3 Resources/Issues/Uneven floor finish below fire doors.md\|Uneven floor finish below fire doors]] | <ul><li>Fire Doors are crucial components to the fire rating of buildings.</li><li>The gaps around the door and to the floor junction are all critical elements.</li><li>When carpet is installed below a door, there is a potential for height discrepancies.</li><li>Note, See related issue [[Unsightly Ramping between different floor finishes]]</li></ul> |
%% DATAVIEW_PUBLISHER: end %%