# NBN
%% 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,[[NBN]])
FLATTEN list(filter(file.lists, (x) => meta(x.section).subpath = "Issue Description").text) as SECTION
```
%%
| Issue | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [[3 Resources/Areas/Everywhere.md\|Everywhere]] \ [[3 Resources/Building Elements/NBN.md\|NBN]]<br><br>[[3 Resources/Issues/NBN Conduits Cast Into Slab.md\|NBN Conduits Cast Into Slab]] | <ul><li>Almost impossible to fire-seal NBN Conduits which are cast into the slab.</li><li>Instead, these should all be fire stopped at the EDB / Comms Cupboards</li></ul> |
| [[3 Resources/Areas/Everywhere.md\|Everywhere]] \ [[3 Resources/Building Elements/NBN.md\|NBN]]<br><br>[[3 Resources/Issues/NBN Penetrations in Hebel Walls.md\|NBN Penetrations in Hebel Walls]] | <ul><li>NBN conduits must installed in Hebel walls inset into the wall as a double collar.</li><li>Cannot be face fixed unicollar.</li></ul> |
%% DATAVIEW_PUBLISHER: end %%