ArchiveUser
8 years agoQrew Captain
Compare users in fields
I need to compare Field A and Field B below. Field A is a multiple user select and B is a multiple choice. The users in Field A have been selected to approve a document. They must all complete before the approval is complete. I have created a checkbox to do this.
Contains([Quality Approval],(Part(UserListToNames([Quality Team]),1,";"))&"] Approved") and
Contains([Quality Approval],(Part(UserListToNames([Quality Team]),2,";"))&"] Approved") and etc.
My issue is I want to know which user the approval is waiting on. So if a 10 users in Field A are required and only 9 have approved- which user am I waiting on. I am putting a lot of documents through our system and would like a way to see this quickly.
Contains([Quality Approval],(Part(UserListToNames([Quality Team]),1,";"))&"] Approved") and
Contains([Quality Approval],(Part(UserListToNames([Quality Team]),2,";"))&"] Approved") and etc.
My issue is I want to know which user the approval is waiting on. So if a 10 users in Field A are required and only 9 have approved- which user am I waiting on. I am putting a lot of documents through our system and would like a way to see this quickly.