Hi,
I creating a SSIS cube with 3 dimensions - D1, D2, D3 and some measures.
The measures should aggregate through D2 and D3, but not D1. I can't aggregate values through more than 1 D1 element.
I think I should use custom rollup column property in D1 dimension to achieve this, but I can't figure how to write the expression.
I tried this :
IIF([Indicadores].CurrentMember.Level.Name="Grupo", Aggregate([Indicadores].CurrentMember),null)
Obs : [Indicadores] is the dimension that can't aggregate data, D1.
After I used this formula, all values disappears. I already tried Sum, instead aggregate and already tried only [Indicadores].CurrentMember, doesn't work. If I try a fixed value - like 1 - the fixed value appears.
Is this the correct way to achieve this ? How to write this expression ?
Edit : Also tried [Indicadores].CurrentMember.MemberValue, it doesn't work.
Thanks !
Dennes - Se resolveu, classifique a mensagem, por favor - [http://www.bufaloinfo.com.br] NOVO DVD Segurança no ASP.NET : http://www.bufaloinfo.com.br/LearingSeriesSegurancaASPNET2.asp