I need help changing this calculated field (on a Project Report) from pulling the Project Owners Home team to Project Owners Other Team ID: owner:homeTeamID=owner:homeTeamID_Mod=in
I am trying to build a field that will pull the home team of the Project Owner. I was successful in pulling the project owner: CONCAT({owner}.{name}) But when I adjusted the field to try an pull their home team, I received an NA on the project custom form. CONCAT({team}.{owner}.{name}) What am I doi...