Hello,
Is there a way to show an attribute of the element next to the Element in the View.
For example,John claimed $60 travel expenses in June and Eric is John's Manager.
I would like to see
Name Manager June
John Eric 60.
Currently, I have been using DBRA to get the Manager's name after slicing the view.
Show Attributes next to element in View
-
- Site Admin
- Posts: 6667
- Joined: Sun May 11, 2008 2:30 am
- OLAP Product: TM1
- Version: PA2.0.9.18 Classic NO PAW!
- Excel Version: 2013 and Office 365
- Location: Sydney, Australia
- Contact:
Re: Show Attributes next to element in View
Short answer, no.telula wrote:Hello,
Is there a way to show an attribute of the element next to the Element in the View.
For example,John claimed $60 travel expenses in June and Eric is John's Manager.
I would like to see
Name Manager June
John Eric 60.
Currently, I have been using DBRA to get the Manager's name after slicing the view.
Longer answer, you could do what you're looking for in a cube which had a dimension for the staff and another dimension for their manager, with the value written to the relevant combination of elements. Other than that your existing method is the one you'd need to go with.
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
- jim wood
- Site Admin
- Posts: 3961
- Joined: Wed May 14, 2008 1:51 pm
- OLAP Product: TM1
- Version: PA 2.0.7
- Excel Version: Office 365
- Location: 37 East 18th Street New York
- Contact:
Re: Show Attributes next to element in View
You could also do it in good old excel using the DBRA function. Alan's solution of using another cube to gather the information is however probably the better way to go.
Struggling through the quagmire of life to reach the other side of who knows where.
Go Build a PC
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
Go Build a PC
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
- Steve Rowe
- Site Admin
- Posts: 2464
- Joined: Wed May 14, 2008 4:25 pm
- OLAP Product: TM1
- Version: TM1 v6,v7,v8,v9,v10,v11+PAW
- Excel Version: Nearly all of them
Re: Show Attributes next to element in View
Or create an alias that was the element name and the attribute combined and just use that in your views.
Technical Director
www.infocat.co.uk
www.infocat.co.uk
-
- Site Admin
- Posts: 6667
- Joined: Sun May 11, 2008 2:30 am
- OLAP Product: TM1
- Version: PA2.0.9.18 Classic NO PAW!
- Excel Version: 2013 and Office 365
- Location: Sydney, Australia
- Contact:
Re: Show Attributes next to element in View
That's good lateral thinkin'. the only issue will be that when you change an alias you may randomly get key error messages in slices until the server is rebooted, but I can't imagine managers changing on a regular basis.Steve Rowe wrote:Or create an alias that was the element name and the attribute combined and just use that in your views.
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
- jim wood
- Site Admin
- Posts: 3961
- Joined: Wed May 14, 2008 1:51 pm
- OLAP Product: TM1
- Version: PA 2.0.7
- Excel Version: Office 365
- Location: 37 East 18th Street New York
- Contact:
Re: Show Attributes next to element in View
Awake now. Apologies.jim wood wrote:You could also do it in good old excel using the DBRA function. Alan's solution of using another cube to gather the information is however probably the better way to go.

Struggling through the quagmire of life to reach the other side of who knows where.
Go Build a PC
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
Go Build a PC
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
- wissew
- Posts: 54
- Joined: Tue Jun 17, 2008 7:24 pm
- OLAP Product: TM1
- Version: 9.5.2; 10.2.2; 11
- Excel Version: 2003 SP3 - 2013
- Location: Beaverton, OR
Re: Show Attributes next to element in View
Another approach could be to have the management hierarchy layered in your employee dimension.