Is there a way to see in the .vue file which dimensions are in rows, columns and headers? I am currently copying part of a database to a new instance, using MS SQL as an intermediate storage (store all desired structure information and the data in SQL, then import everything into the new TM1 instance). This is the last missing piece of my puzzle.
Any idea?
Thank you
Holger
.vue file: Dimension in view row, column or header position?
-
- MVP
- Posts: 3706
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: .vue file: Dimension in view row, column or header posit
Es ist alles enthalten in der VUE-Datei junger Jedi.holger_b wrote:Is there a way to see in the .vue file which dimensions are in rows, columns and headers? I am currently copying part of a database to a new instance, using MS SQL as an intermediate storage (store all desired structure information and the data in SQL, then import everything into the new TM1 instance). This is the last missing piece of my puzzle.
Any idea?
Thank you
Holger
Property 374 = number of title dimensions
thereafter follows listing of title dimensions (& elements) on subsequent rows (property 7 = dimension name, property 6 = subset name)
Property 360 = number of column dimensions
thereafter follows listing of column dimensions (& elements) on subsequent rows
Property 371 = number of row dimensions
thereafter follows listing of row dimensions (& elements) on subsequent rows
Note if the view doesn't use named subsets for each dimension then for dimensions without a named subset there will also be
Property 270 = number of member set items thereafter follows listing of elements
-
- Posts: 131
- Joined: Tue May 17, 2011 10:04 am
- OLAP Product: TM1
- Version: Planning Analytics 2.0
- Excel Version: 2016
- Location: Freiburg, Germany
Re: .vue file: Dimension in view row, column or header posit
Hi lotsaram,
perfect, thanks a lot! Can you give similar enlightenment as to subsets?
Möge die Macht mit Dir sein
Holger
perfect, thanks a lot! Can you give similar enlightenment as to subsets?
Möge die Macht mit Dir sein

Holger
-
- MVP
- Posts: 733
- Joined: Wed May 14, 2008 11:06 pm
Re: .vue file: Dimension in view row, column or header posit
A full list of property codes is given in the Java documentation when you select that item as part of your Perspectives install. It is a HTML file so you could paste this into your browser and it should come up if you have it installed:holger_b wrote:perfect, thanks a lot! Can you give similar enlightenment as to subsets?
file:///C:/Program%20Files%20(x86)/Cognos/TM1/API/JAVADOC/constant-values.html#com.applix
E.g.
SubsetAlias - 274
SubsetElements - 270
SubsetExpandAbove - 281
SubsetExpression - 275
SubsetPseudoelement - 277
SubsetWidth - 276
Robin Mackenzie
-
- Posts: 131
- Joined: Tue May 17, 2011 10:04 am
- OLAP Product: TM1
- Version: Planning Analytics 2.0
- Excel Version: 2016
- Location: Freiburg, Germany
Re: .vue file: Dimension in view row, column or header posit
ah, great - thanks a lot!
Best regards
Holger
Best regards
Holger