Database view tables are not available for selection in Certification Filters table field "Table"Issue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms Database view tables are not available for selection in Certification Filters table field "Table" Go to the left navigation Filters --> Compliance -->FiltersClick on New button on the list viewIn the Table field, only tables are visible and not database views. Release London Cause views are not supported as filters Resolution Development team have confirmed that views are not supported as filters and here is the reasoning/explanation offered for this: 1. Audits/Certifications are only for real tables since they are editable. Views are not editable2. In all the variants of certifications (desired state/data/ architecture) the end result is a mapping of a record from the audited table and the result of the audit (certified or not for desired state , task for data certification). Views are not persisted , only generated in the fly with the main use case being reporting. So there is no way to provide a result from the audits saying for this record in the view this was the outcome of the audit.