Next step is to select a Goal from the Goals that have been assigned to the client (for this example “a541ce98”) using a Valid If statement
I used Select( Goal assignments [Goal], [Client] = [_THISROW].[Client] )
The goal column is reference column to the Goals table
The results I get are just the applicable Keys listed in the “Goals” column of the “Goal Assignments“ table. How can I have it translate that in the goals listed I the “Goals” table?
Provided that [Goal] in Goal Assignments is a Ref type, and If you have additional column in the goal assignments to capture the Goal Label, you may get the label by an App formula something
[Goal].[Goal]
Edit: I am not too sure about the Client relation. But for the [Goal] in Goal Assignments, if you just want to show its label rather than the ID, you can just make [Goal] in Goals table as Label.