# Hot Water Supply
%% 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,[[Hot Water Supply]])
FLATTEN list(filter(file.lists, (x) => meta(x.section).subpath = "Issue Description").text) as SECTION
```
%%
| Issue | Description |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [[3 Resources/Areas/Bathrooms.md\|Bathrooms]] \ [[3 Resources/Building Elements/Hot Water Supply.md\|Hot Water Supply]]<br><br>[[3 Resources/Issues/Excessive Dead Legs In Water Supply.md\|Excessive Dead Legs In Water Supply]] | <ul><li>Excessively long dead legs in hot water plumbing delay the delivery of hot water to fixtures, causing inconvenience and unnecessary water wastage.</li><li>Customers typically expect that hot water should arrive in approximately 30 seconds.</li></ul> |
| [[3 Resources/Areas/Kitchens.md\|Kitchens]] \ [[3 Resources/Building Elements/Hot Water Supply.md\|Hot Water Supply]]<br><br>[[3 Resources/Issues/Excessive Dead Legs In Water Supply.md\|Excessive Dead Legs In Water Supply]] | <ul><li>Excessively long dead legs in hot water plumbing delay the delivery of hot water to fixtures, causing inconvenience and unnecessary water wastage.</li><li>Customers typically expect that hot water should arrive in approximately 30 seconds.</li></ul> |
%% DATAVIEW_PUBLISHER: end %%