# Joinery
%% 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,[[Joinery]])
FLATTEN list(filter(file.lists, (x) => meta(x.section).subpath = "Issue Description").text) as SECTION
```
%%
| Issue | Description |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [[3 Resources/Areas/Laundry.md\|Laundry]] \ [[3 Resources/Building Elements/Joinery.md\|Joinery]]<br><br>[[3 Resources/Issues/Joinery in Wet Areas.md\|Joinery in Wet Areas]] | <ul><li>Joinery enclosures in laundries, especially compact ones within bathrooms, are at risk of moisture damage if the boards touch the floor.</li><li>Direct contact with tiled surfaces can lead to swelling, delamination, or rotting of materials due to water exposure or condensation, compromising the durability and appearance of the cabinetry.</li></ul> |
%% DATAVIEW_PUBLISHER: end %%