I have created some cubes for offline use. These deal with sales. One of the dimensiontables stores time dimensions.
If salesdata belongs to the year-to-date group then I have a value in the time table that reads 'JTDCY'
So, for margin I created a measure:
This seems to work, but:
How does analysis services evaluate to which dimension 'JTDCY' belongs?
And why in YTDCY not allowed as a value in the Time-table?
In short, how does this work anyhow?
Ties Blom
Information analyst
If salesdata belongs to the year-to-date group then I have a value in the time table that reads 'JTDCY'
So, for margin I created a measure:
Code:
(Sum({JTDCY},(Measures.Amount - Measures.Cost))/Sum({JTDCY},(Measures.Amount)))
This seems to work, but:
How does analysis services evaluate to which dimension 'JTDCY' belongs?
And why in YTDCY not allowed as a value in the Time-table?
In short, how does this work anyhow?
Ties Blom
Information analyst