Left Justify Description and Right Justify Name in a Cubeview
My rows are my UD3 Dimension, and I want to mimic a current Excel Report. I want to Left Justify the Description and right justify the UD3 Name so it basically looks like this.
Boys garments B100
Mens garments B110
I have this Name function to reverse the Description and Name.
U3#Root.List(B100, B110):Name(XFMemberProperty(DimType=UD3, Member=|MFUD3|, Property=Description)XFMemberProperty(DimType=UD3, Member=|MFUD3|, Property=Name))
Based on that I get
Boys garmentsB100
Mens garmentsB110
Of course I could add some spaces, but I have Descriptions that vary greatly.
I just wanted to make sure I wasn't missing a statement could make the Member Name property to Right Justify. Any ideas appreciated, otherwise I just get the users to accept it in Name Description format.
