Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
Kim,
I don't think that you want to be using a conditional drop done here. I think that you simply want the report used on the form for the drop down list to have a filter.
such as
where
any of
project lead is the current user
Secondary is the current user.
If the report does not offer "the current user" as a choice when making the filter, then just make a formula user field called [Current user] with a formula of User()
I don't think that you want to be using a conditional drop done here. I think that you simply want the report used on the form for the drop down list to have a filter.
such as
where
any of
project lead is the current user
Secondary is the current user.
If the report does not offer "the current user" as a choice when making the filter, then just make a formula user field called [Current user] with a formula of User()