Hello all,
an old problem is coming up again for me. I have to disable the web toolbar, but i still need a possibility that users can print or export a TM1sheet.
Any suggestions for this. Is there perhaps a shortcut to export or is there any other workaround.
Thanks a lot in advance.
Tm1Web Export without Toolbar
- 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: Tm1Web Export without Toolbar
I'm not expert on this but there is no right click short cut menu that gives you the open as part of the standard install so you may have to re-enable the bar. For what reason did you remove it? Did you do a search on the forum on this? Somebody else may have come across this.
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
-
- Posts: 8
- Joined: Tue Jun 25, 2013 3:42 pm
- OLAP Product: TM1
- Version: 9.5.2
- Excel Version: Excel 2010
Re: Tm1Web Export without Toolbar
It had to be removed because of the undo function.
Between different sheets we have some process running which may not be undone.
So the solution is deactivating the toolbar. But we can't disclaim the toolbar now because of the export functions.
Between different sheets we have some process running which may not be undone.
So the solution is deactivating the toolbar. But we can't disclaim the toolbar now because of the export functions.
-
- MVP
- Posts: 1831
- Joined: Mon Dec 05, 2011 11:51 am
- OLAP Product: Cognos TM1
- Version: PA2.0 and most of the old ones
- Excel Version: All of em
- Location: Manchester, United Kingdom
- Contact:
Re: Tm1Web Export without Toolbar
You can disable cube logging during the TI process do that it can't be undone (as long as you have a record of what it did... e.g. if its from an odbc source your fine or you may need to do your own logging)
The other option is to keep the bar disabled and set up TI processes to do your exports using vb script etc.
The other option is to keep the bar disabled and set up TI processes to do your exports using vb script etc.
Declan Rodger
-
- Posts: 8
- Joined: Tue Jun 25, 2013 3:42 pm
- OLAP Product: TM1
- Version: 9.5.2
- Excel Version: Excel 2010
Re: Tm1Web Export without Toolbar
Hello declanr,
can you describe the scenario with TI and vb script a bit more in detail. How would this work? I run an TI-Process that exports the data to a flatfile? Then i run a vb-script that converts the flatfile to excel, formats it ... . How would the user get the file?
Kindly regards
can you describe the scenario with TI and vb script a bit more in detail. How would this work? I run an TI-Process that exports the data to a flatfile? Then i run a vb-script that converts the flatfile to excel, formats it ... . How would the user get the file?
Kindly regards
-
- MVP
- Posts: 1831
- Joined: Mon Dec 05, 2011 11:51 am
- OLAP Product: Cognos TM1
- Version: PA2.0 and most of the old ones
- Excel Version: All of em
- Location: Manchester, United Kingdom
- Contact:
Re: Tm1Web Export without Toolbar
You use vb script to open the websheet in excel passing in whatever parameters are necessary to the subnms and save the file in a shared folder.
The TI can contain options for whether they want the tm1 formulas intact, a hardcoded version or one printed to pdf first. Its a bit messy but could get you where you need to go.
The TI can contain options for whether they want the tm1 formulas intact, a hardcoded version or one printed to pdf first. Its a bit messy but could get you where you need to go.
Declan Rodger
-
- Posts: 8
- Joined: Tue Jun 25, 2013 3:42 pm
- OLAP Product: TM1
- Version: 9.5.2
- Excel Version: Excel 2010
Re: Tm1Web Export without Toolbar
Hello declanr,
thanks so far. Do you have an example for a vb script for opening a sheet and passing parameters. Is this using the tm1 vb api. Sorry for the questions but i have noc experience in TM1/Vb script combining.
Kindly regards
thanks so far. Do you have an example for a vb script for opening a sheet and passing parameters. Is this using the tm1 vb api. Sorry for the questions but i have noc experience in TM1/Vb script combining.
Kindly regards