Hi everybody!!! I have the folowing problem:

I´ve created a dimension with a member properties, this member propertie is a number.. Ex: dimension EMPLOYEE, and member propertie AGE.

Then i create a Calculate Member like this:
(I called it EmployeeAge)

employee.currentmember.properties("age")

Now i want to make an operation with this new member like sum this member to another.
Ex: NewMeber = [Measure].[EmployeeAge]+[Measure].[Salary]
I couldn´t do this, i get an #ERR

Someone can help me?

Tks!
Pablo