# Insulation
%% 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,[[Insulation]])
FLATTEN list(filter(file.lists, (x) => meta(x.section).subpath = "Issue Description").text) as SECTION
```
%%
| Issue | Description |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [[3 Resources/Areas/External Areas.md\|External Areas]] \ [[3 Resources/Building Elements/Insulation.md\|Insulation]]<br><br>[[3 Resources/Issues/False Combustibility Certificates.md\|False Combustibility Certificates]] | <ul><li>For a product to be deemed non-combustible, a 1530.1 Certificate shall be provided for:</li><li>all parts of the product</li><li>or a singular test certificate listing all of its components.</li><li>Some unscrupulous suppliers will offer a 1530.1 Certificate for one component of the product and claim the whole product is suitable.</li><li>Manufacturers have done this for foil backed rigid foam insulation products, they will provide a certificate for the foil, but not the foam</li><li>To date I haven't seen a non-combustible foam insulation product.</li></ul> |
%% DATAVIEW_PUBLISHER: end %%