Forum Discussion
Anonymous
9 years agoNot applicable
How to concatenate values from different tables?
I need to set up a field that will have values of 4 different fields and each field is of a different size that relate through a fact table, I tried to use concatenate expression or relate fields thr...
- 9 years ago
If all of the tables are linked by the same fact table, you can use the RELATED function https://msdn.microsoft.com/en-us/library/ee634226.aspx or you can link the fields with LOOKUPVALUE, but for this you must have a common info between all the tables
Anonymous
9 years agoNot applicable
vitinho
Helper I
9 years agoIf all of the tables are linked by the same fact table, you can use the RELATED function https://msdn.microsoft.com/en-us/library/ee634226.aspx or you can link the fields with LOOKUPVALUE, but for this you must have a common info between all the tables