koma25
2
look at the formula select()
koma25
4
in points 1 and 2, employees can also see all tasks ?
Sorry security filter will be applied to all views
Other options that i find are
-
LINKTOFILTEREDVIEW() https://support.google.com/appsheet/answer/10107338?hl=en
-
Creating a Slice from Original Table with Filtered Data and Linking last view with this Slice
-
Using IF(CONTEX(“View”)=“Third_View”,[Employee]=Usersettings(Name),TRUE) in SECURITY FILTER
3rd option i am not sure whether it will work but can try it. If it works then I guess Its the best choice among the 3
2 Likes
koma25
6
it seems to me the simplest thing is to add a colum to task column email and then select where is usermail() = email
2 Likes
Steve
7
1 Like