characters in Calculated Members -
04-21-2006
, 09:46 AM
Hi Folks,
i must display a text information as a measure - i do this via a Member
Property
iif(
[IRISBAU].currentmember.level.name = "ActualPhase",
[IRISBAU].currentmember.properties("Freecomment"),
"")
This works fine, but:
The Calculated Member displays only the first 255 Characters form the
Member Property..... if i check via a second calculated Member with
this Function:
Right([Measures].[New Calculated Member 2], 250)
ic cann see, that all Characters ar in the calculated member - it is
also only a problem to display more than 255 Characters.....
Does anybody know a way to format (or anything else) a calculated
member to display more than 255 Characters......
THX a lot
Dietmar |