Hi All,
I want to create a new measure as a combinationbetween two tables.
An example of tables could be:
- Name, column names and values of TABLE1
--------|----------
ATR_DESC|MET_TABLE1
--------|----------
ATR1 | 2
- Name, column names and values of TABLE2
--------|----------
ATR_DESC|MET_TABLE2
--------|----------
ATR2 | 7
The new Measure (let's call it MET) we want to create is a count of MET_TABLE1 or MET_TABLE1 depending of the attribute following the measure.
If MET follows ATR1 the result would be 2 and if MET follows ATR2 the result in this case would be 7.
Anyone can tell me how to create this new measure, without any join between these two tables?
Thanks in advance,
Bea
I want to create a new measure as a combinationbetween two tables.
An example of tables could be:
- Name, column names and values of TABLE1
--------|----------
ATR_DESC|MET_TABLE1
--------|----------
ATR1 | 2
- Name, column names and values of TABLE2
--------|----------
ATR_DESC|MET_TABLE2
--------|----------
ATR2 | 7
The new Measure (let's call it MET) we want to create is a count of MET_TABLE1 or MET_TABLE1 depending of the attribute following the measure.
If MET follows ATR1 the result would be 2 and if MET follows ATR2 the result in this case would be 7.
Anyone can tell me how to create this new measure, without any join between these two tables?
Thanks in advance,
Bea