Skip to main content
September 6, 2024
Solved

Display Text & Member Description value in Cubview without creating UD8 member

  • September 6, 2024
  • 2 replies
  • 0 views

Anyway to display text value in Cubeview without creating UD8 member.

I was able to filter using text in row but I want to display what does it mean to make it more presentable.

 

 

Best answer by pranav46

I mean Member name or Description with Text which is our attributes.
Name               Description           Text

Product 1         Cola                        Diet

I think just got to know what we can do it through BR  

2 replies

September 6, 2024

Hi pranav46: do you mean the member names and descriptions? Check your Cube View settings under:
General Settings > Header Text > (your dimension)

If you mean overriding the text while still displaying some portion of the member use the :Name() function.  For example:

A#IncomeStatement:Name(This is custom text)
A#IncomeStatement:Name(The member is |MFAccount| with description |MFAccountDesc|)

Let me know if either of those are not what you're after.  Cheers,    -db

pranav46AuthorAnswer
September 6, 2024

I mean Member name or Description with Text which is our attributes.
Name               Description           Text

Product 1         Cola                        Diet

I think just got to know what we can do it through BR  

October 2, 2024

Hi!

Try this:

XFMemberProperty(DimType=UD3, Member=MemberName, Property=Text2)

It worked for me!