Hi,
I have added 2 columns to a data sheet, one for Analyst Name and one for the Analyst Manager. I have brought in the email addresses of both of these by DataMesh.
I want to be able to apply a current user filter to a certain column which would enable the Analyst and their Manager to only see the rows that are applicable to them. To that end, I created a third column to concatenate the Analyst Column & Analyst Manager Column ([Analyst Name]@row+";"+[Analyst Manager]@row). But the current user filter will not work. I have also tried ([Analyst Name]@row+", "+[Analyst Manager]@row) but this also does not work.
Has anyone been able to get something similar to work or do you have any suggestions that would help me achieve my aim without implementing the third column?
Thanks,
Jennifer