What I have is a table of strings (either “yes” or “no”) which represents whether a given location in my organization turned in a particular form.
I would now like to be able to generate a report of compliance on an employee level (whether they turned it in or not)
What I would like to be able to do is put in the employee’s schedule and then have the report generate its self.
In other words I would have this.
I think that I can do this with some crazy nested if statements I just wanted to se if there was a better way to do it.