I am trying to create a view from a sharepoint server 2016 document library that goes IF((criteria A = "X" AND criteria B= "Y"), show documents under criteria C).
Some documents in the library have a value for criteria A & B, but all documents have a value for Criteria C.
Word documents have a REVIEWER NAME & STATUS plus Title. PDF documents only have TITLE (same TITLE as word docs). I want to show a view that if (Word Document Reviewer = Reviewer X AND Word Document Status = Status Y), it will show all documents with the same TITLE (word docs & pdfs). There can be many pdf documents associated to a single title, but only one word document to that same title. Therefore, I'm trying to reduce how much metadata I have to fill out by only attached reviewer and status to the word document.
Any help is much appreciated. Or if it is not possible, knowing that would be nice too.
Thank you, M