Forum Discussion
AdamKeever1
6 years agoQrew Commander
You need to add that field as a lookup in your relationship. Then you can use it in the dynamic filters. Here is an example where[ID - Workstreams] is a lookup field that is used as a dynamic filter:
------------------------------
Adam Keever
------------------------------
------------------------------
Adam Keever
------------------------------
IvanWeiss
6 years agoQrew Captain
Adam,
I can see the Team name of the Assigned To user via lookups. How do I gain access to the Team name of the current logged in user dynamically? That is the part I cannot sort out
------------------------------
Ivan Weiss
------------------------------
I can see the Team name of the Assigned To user via lookups. How do I gain access to the Team name of the current logged in user dynamically? That is the part I cannot sort out
------------------------------
Ivan Weiss
------------------------------
- MarkShnier__You6 years ago
Qrew Legend
Ivan, do you have a table of users where the Key field is User? If you have that then there is a way to do what you want.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------- IvanWeiss6 years agoQrew CaptainYes my "Team Members" table has the user as the key field. It is basically an Employees table
------------------------------
Ivan Weiss
------------------------------- MarkShnier__You6 years ago
Qrew Legend
I will assume that you have a table of Teams and that One Team has many Team Members. (i was confused as to your reference to Departments as that seemed to be not relevant to anything.)
Make a checkbox formula field called [Current user is Team Member (=1)]
The formula will be if(User() = [userid],1)
Summarize the maximum of this field up to the Teams table. Call it [Current user is Team Member (=1)]. It will now equal 1 if the current user is on that Team.
Now lookup [Current user is Team Member (=1)] down from Teams down to Tasks. Now all the tasks are identified as to if they belong to the Team that the Team member is on.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------