# Washing Machine
%% 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,[[Washing Machine]])
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/Washing Machine.md\|Washing Machine]]<br><br>[[3 Resources/Issues/Allow for Noise Reduction Provision to all Laundries.md\|Allow for Noise Reduction Provision to all Laundries]] | <ul><li>in some rare cases it is possible for noise to transfer between floors.</li><li>This can be reduced by installing a cork rib pad.</li></ul> |
%% DATAVIEW_PUBLISHER: end %%