##### [[Building Elements]] # Capping Beam %% 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,[[Capping Beam]]) FLATTEN list(filter(file.lists, (x) => meta(x.section).subpath = "Issue Description").text) as SECTION ``` %% | Issue | Description | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [[3 Resources/Areas/Basement.md\|Basement]] \ [[3 Resources/Building Elements/Capping Beam.md\|Capping Beam]]<br><br>[[3 Resources/Issues/Water Seepage through Capping Beam Slab Junction.md\|Water Seepage through Capping Beam Slab Junction]] | <ul><li>Water from outside the boundary seeps through the gap between the capping beam and the slab.</li><li>Often storage cages are located on the boundary and this will make the customer's belongings wet and simultaneously infuriate them.</li><li>Detailing the capping beam with a step will stop water leaking through this junction.</li></ul> | %% DATAVIEW_PUBLISHER: end %%