anyone know how to copy private view from one user to another user within tm1/PA?
background :
A User create a private view through tm1web , then he want to share this view with others.
I don't know if this is feasible:
use publishview function to transfer private view to public , then generate a View URL using ti process , finally send view URL to B User by email.
tm1 how to copy private view from one user to another user?
-
- MVP
- Posts: 3223
- Joined: Mon Dec 29, 2008 6:26 pm
- OLAP Product: TM1, Jedox
- Version: PAL 2.1.5
- Excel Version: Microsoft 365
- Location: Brussels, Belgium
- Contact:
Re: tm1 how to copy private view from one user to another user?
Someone with access to the TM1 data directory can copy over the objects (views and maybe subsets) from 1 folder to the other.
The receiving user should log off and log on.
Or create a script to copy files and remove the manual work.
Or try to do it with the TM1 REST API.
The receiving user should log off and log on.
Or create a script to copy files and remove the manual work.
Or try to do it with the TM1 REST API.
Best regards,
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
-
- Posts: 55
- Joined: Tue Feb 15, 2022 6:43 am
- OLAP Product: IBM Cognos TM1
- Version: PA 2.09 / TM1 11.7.00000.42
- Excel Version: EXCEL 2019
- Location: Asia
Re: tm1 how to copy private view from one user to another user?
thank you very much. i think the way copying .vue file is Relatively easy to completeWim Gielis wrote: ↑Mon Mar 13, 2023 11:31 am Someone with access to the TM1 data directory can copy over the objects (views and maybe subsets) from 1 folder to the other.
The receiving user should log off and log on.
Or create a script to copy files and remove the manual work.
Or try to do it with the TM1 REST API.
- gtonkin
- MVP
- Posts: 1254
- Joined: Thu May 06, 2010 3:03 pm
- OLAP Product: TM1
- Version: Latest and greatest
- Excel Version: Office 365 64-bit
- Location: JHB, South Africa
- Contact:
Re: tm1 how to copy private view from one user to another user?
Consider that if you are dealing with a private view, those views may have private sets which would need to be copied along with the .vue
-
- MVP
- Posts: 3698
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: tm1 how to copy private view from one user to another user?
There is also the TI function PublishView. You could just let the user run the bedrock view publish process
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
-
- Posts: 117
- Joined: Mon Jul 29, 2019 5:02 am
- OLAP Product: Planning Analytics
- Version: 2.0.9.x
- Excel Version: Office 365 16
Re: tm1 how to copy private view from one user to another user?
If you are using PA with alternative hierarchies then I tried publishview on a MDX view a couple of years back and from memory it would not work. I know I went to IBM support and it wasn't on their radar, whether it has since been addressed I don't know.Niko wrote: ↑Mon Mar 13, 2023 10:57 am anyone know how to copy private view from one user to another user within tm1/PA?
background :
A User create a private view through tm1web , then he want to share this view with others.
I don't know if this is feasible:
use publishview function to transfer private view to public , then generate a View URL using ti process , finally send view URL to B User by email.
But if you are using PAW & PAfE then here is an alternative approach. It's not obvious that this would be possible and I don't know how broadly this is being done.
https://www.ibm.com/docs/en/planning-an ... tent-store