pranav46
4 months agoContributor II
Display Text & Member Description value in Cubview without creating UD8 member
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.
- 4 months ago
I mean Member name or Description with Text which is our attributes.
Name Description TextProduct 1 Cola Diet
I think just got to know what we can do it through BR - 3 months ago
Hi!
Try this:
XFMemberProperty(DimType=UD3, Member=MemberName, Property=Text2)
It worked for me!