Forum Discussion
Anonymous
3 years agoNot applicable
UseRelationShip with no calculations
Hello this is my model: I need to get one field from table A and show the related fields in tables B and C use the inactive relationship between them. for example, i need the A.project_nam...
- 3 years ago
I know, this is what the measure allows if you use the measure in combination with columns from two different tables connected by an inactive relationship:
Maybe this makes it clearer.
Just select the columns from the different tables.
But maybe I did not understand what you are looking for.Regards,
Tom
Anonymous
3 years agoNot applicable
Thank you, but its not what i mean..
i need it to return the value and not the count of the values.
- TomMartens3 years ago
Super User
I know, this is what the measure allows if you use the measure in combination with columns from two different tables connected by an inactive relationship:
Maybe this makes it clearer.
Just select the columns from the different tables.
But maybe I did not understand what you are looking for.Regards,
Tom
- Anonymous3 years agoNot applicable
It works, Thank you very much.