# Acoustic
%% DATAVIEW_PUBLISHER: start
```
TABLE WITHOUT ID AREA, BuildingElement as Element,file.link as Issue,TASKS.text as Action
FROM "3 Resources/Issues"
FLATTEN file.tasks as TASKS
FLATTEN Areas as AREA
FLATTEN Disciplines as DISCIPLINE
sort AREA ASC
WHERE contains(DISCIPLINE,[[Acoustic]])
```
%%
| AREA | Element | Issue | Action |
| ----------------------------------- | ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| [[3 Resources/Areas/Roof.md\|Roof]] | <ul><li>[[3 Resources/Building Elements/Air Conditioning.md\|Air Conditioning]]</li></ul> | [[3 Resources/Issues/Vibration from Condenser Units.md\|Vibration from Condenser Units]] | Acoustic Engineer shall specify NRD, Waffle Pads or Supershearflex mounts for the each type of Air Conditioning Condenser Unit in a building. |
| [[3 Resources/Areas/Roof.md\|Roof]] | <ul><li>[[3 Resources/Building Elements/Air Conditioning.md\|Air Conditioning]]</li></ul> | [[3 Resources/Issues/Vibration from Condenser Units.md\|Vibration from Condenser Units]] | Mechanical Engineer shall specify NRD, Waffle Pads or Supershearflex mounts for the each type of Air Conditioning Condenser Unit in a building., |
%% DATAVIEW_PUBLISHER: end %%