Solved! Go to Solution.
Hi Gerhard,
If I understand, you want to filter the list of inquiries that matches the current user. If that's so :
For that you'll need to create a User table to then be able to express who use the app.
For example you can add an User table with : User Name | Email
Then, add it to your app. You will then be able to create a virtual column in your Job table with the formula :
select(Inquiries[Job ID], contains([Name],any(select(Users[User Name],[Email] = useremail() )) ))
Hi Gerhard,
If I understand, you want to filter the list of inquiries that matches the current user. If that's so :
For that you'll need to create a User table to then be able to express who use the app.
For example you can add an User table with : User Name | Email
Then, add it to your app. You will then be able to create a virtual column in your Job table with the formula :
select(Inquiries[Job ID], contains([Name],any(select(Users[User Name],[Email] = useremail() )) ))
User | Count |
---|---|
18 | |
10 | |
8 | |
6 | |
5 |