views: - type: table name: Table filters: and: - file.inFolder("01 Projects/Epicor EDI Implementation/02 Notes/CNH/Samples") - '!file.name.endsWith(".base")' order: - file.name - Customer - Order - Packer - Invoice - date - DocType - Test Status - Note sort: - property: date direction: DESC columnSize: file.name: 257 note.Customer: 110 note.Order: 90 note.Invoice: 92 note.date: 168 note.DocType: 154 - type: table name: Failures filters: and: - file.inFolder("01 Projects/Epicor EDI Implementation/02 Notes/CNH/Samples") - '!file.name.endsWith(".base")' - note["Test Status"].contains("Fail") order: - file.name - Customer - Order - Packer - Invoice - date - DocType - Test Status - Note sort: - property: date direction: DESC columnSize: file.name: 257 note.Customer: 110 note.Order: 90 note.Invoice: 92 note.date: 168 note.DocType: 154