I am having a hard time coming up with a way to compare numerous fields to a template. and tell if it matches or what field doesn't match.
To give some detail this is what I have:
_
| UserName = joe
| EmployeeName = Joe Smith
| UserRole = Accountant
| AccessLog = No Authorization
| Administration = No Autorization
| AccountBalance = Full Authorization
| (around 700 more fields)
And a Template for each UserRole (Accountant, Admin, IT, Locked etc)
| Accountant Template:
| AccessLog = No Authorization
| Administration = Various Authorization
| AccountBalance = Full Authorization
| (The 700+ more)
A Report/Dashboard that lists Issues:
EmployeeName, Employee Role, the the field that doesn't match.
And a Report/Dashboard that lists one that are all correct with just the EmployeeName, and UserRole.
↧