I am trying to move views from a cube to another cube. Both cubes is having 5 dimensions. One of the dimension in the cube is different. Cube A is having CustomerA dimension and Cube B is having CustomerB dimension. Both the dimension is having the same N element the only different is the consolidation element. Will I be able to copy the vue file from Cube A view folder to Cube B view folder and change the dimension name on the text file from CustomerA to CustomerB ? will that work ? Would like to hear some feedback if you have any experience or done this before.
thank you.
Moving Views
- 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: Moving Views
The view files themselves contain information about dimensionality and the subsets selected. The only way You could get this to work is if you have indentical dimensions or you could try hacking the view files.
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
- Martin Ryan
- Site Admin
- Posts: 2003
- Joined: Sat May 10, 2008 9:08 am
- OLAP Product: TM1
- Version: 10.1
- Excel Version: 2010
- Location: Wellington, New Zealand
- Contact:
Re: Moving Views
Try it and see. The worst that will happen is that the vue files won't open, in which case you can just delete them.
Please do not send technical questions via private message or email. Post them in the forum where you'll probably get a faster reply, and everyone can benefit from the answers.
Jodi Ryan Family Lawyer
Jodi Ryan Family Lawyer
-
- Regular Participant
- Posts: 180
- Joined: Thu Jul 01, 2010 3:06 am
- OLAP Product: Cognos Express
- Version: 9.5
- Excel Version: 2007
- Location: Melbourne, Australia
Re: Moving Views
I have tested out. Majority of the view structure still remain the same except that some of the element selected at the title view isn't very accurate. Like for example if Period dimension having a drop down list of Jan, feb, mar, on the actual cube mar is selected, but when i copied over to another cube it is selecting jan instead. I am not too fussy about it as it has already save me some time of creating a view as I am already having the overall structure of the view.
But just out of curiosity to find out if there is any part in the vue file that mention which element is selected. the following are the info that i found on the vue. It only mention about the dimension and the subset used. But at the subset, there are 3 elements and at the view of the actual cube it is actually selecting mar. But when it is copied over to another cube, it is actually selecting Jan.
7,Period
6,Default
But just out of curiosity to find out if there is any part in the vue file that mention which element is selected. the following are the info that i found on the vue. It only mention about the dimension and the subset used. But at the subset, there are 3 elements and at the view of the actual cube it is actually selecting mar. But when it is copied over to another cube, it is actually selecting Jan.
7,Period
6,Default
-
- MVP
- Posts: 733
- Joined: Wed May 14, 2008 11:06 pm
Re: Moving Views
The data that defines which title elements are selected is given where you find the property code 373. E.g.winsonlee wrote:But just out of curiosity to find out if there is any part in the vue file that mention which element is selected. the following are the info that i found on the vue. It only mention about the dimension and the subset used.
Code: Select all
373,3
1
1
4
It sounds to me as if the subsets you are using on the Period dimension (which are defined independently of the view and thus outside of the .vue file) are different in their content and order.
Yes, you could do this. I guess you need to deal with the issue that you have two different customer dimensions and that the line reading 7,CustomerA should read 7,CustomerB in the other cube.jim wood wrote:..or you could try hacking the view files.
Really, it sounds as if you need to be migrating the .sub files (subsets) used in the source view along with the .vue file.
Robin Mackenzie