##### [[Building Elements]]
# Dryer
%% 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,[[Dryer]])
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/Dryer.md\|Dryer]]<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> |
| [[3 Resources/Areas/Laundry.md\|Laundry]] \ [[3 Resources/Building Elements/Dryer.md\|Dryer]]<br><br>[[3 Resources/Issues/Noise from Dryers.md\|Noise from Dryers]] | <ul><li>Customers Complain about noise from apartments upstairs.</li><li>If this does occur, add resilient pads like Shear flex to the feet of the dryer.</li><li>A relatively infrequent issue at the moment, so no preventative action to be taken at present.</li></ul> |
%% DATAVIEW_PUBLISHER: end %%