ssas - IIF MDX statement, active flag = 1 or 0 -
i've got product dimension in ssas project , i've got active flag attribute.
i'm trying make cube "active" or "not active". i'm trying accomplish through calculated member script.
iif([dim product].[active flag]=1, "aktiv", "ikke aktiv")
as can see, i'm complete noob, i'm not sure i'm doing wrong here.
any appreciated!
thank you
i move logic upstream e.g sql view feeding dim product. add calculated column there , use create new attribute in dimensions.
many client tools have problems calculated members.
Comments
Post a Comment