Hi Everyone,
I have a small bug on one of my expression. basically here is what I'm trying to achieve :
I create a slice from a table and I want the signin user to only see the informations of the other users that have the same department name as him in the department column. all the usermail a sored in a column in the table called workemail .Here is the expression I wrote:
[department]=SELECT([department], [workemail] = USEREMAIL())
Hope someone can help.
Thanks in advance.
Solved! Go to Solution.
Is your slice for the "table_employees" table?
Have you considered using the Current User (Slice) technique?
Hi and Thanks for your feedback
I have follow your previous advise and do this:
IN([department],SELECT(table_employees[department], [workemail] = USEREMAIL()))
But still not doing what I want to achieve. I may be doing something wrong.
Again Thanks...
Is your slice for the "table_employees" table?
Have you considered using the Current User (Slice) technique?
Hi,
I've implemented your previous solution but end up not achieving what I expected. again maybe I'm doing it the wrong way but anyway thanks a lot. It helped me learn new ways of doing things with appsheet. Don't exitate if you have another suggestion. I'm open to that.
Again Thanks....
User | Count |
---|---|
18 | |
14 | |
11 | |
7 | |
4 |