dbTalk Databases Forums  

characters in Calculated Members

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss characters in Calculated Members in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
hoffmadi
 
Posts: n/a

Default 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


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.