Excel workworks to static reports

Post Reply
marcosfau
Posts: 5
Joined: Wed Apr 15, 2015 6:45 am
OLAP Product: TM1
Version: TM1 10
Excel Version: 2010

Excel workworks to static reports

Post by marcosfau »

Hello,

I'm using TM1 version 10.1.1 on Windows 7 64-bit with Office 2013 32-bit. I was wondering if there was a way except macro to convert a report with multi workbooks in excel perspectives to use the static values in the DBR() cells, so that the report values can be viewed even when you don't have access to the TM1 server. I would like to keep the nice formatting available in an .xlsx file. Is there any good way to convert reports in this manner?

Thanks
failurehappening
Posts: 78
Joined: Tue Nov 30, 2010 1:18 am
OLAP Product: TM1
Version: 10.2.2
Excel Version: 2010

Re: Excel workworks to static reports

Post by failurehappening »

Have you tried using a snapshot of the report from TM1web? This will create a copy of the report with static values in rather than formulas.
RHR
marcosfau
Posts: 5
Joined: Wed Apr 15, 2015 6:45 am
OLAP Product: TM1
Version: TM1 10
Excel Version: 2010

Re: Excel workworks to static reports

Post by marcosfau »

Hi FH,

Thanks for your reply.

We know the snapshot function in TM1Web, but our purpose is to create worksheets excel so that users only need to change filter e.g. month dimension each month and can save as a report document for submit recording.
Paul Segal
Community Contributor
Posts: 314
Joined: Mon May 12, 2008 8:11 am
OLAP Product: TM1
Version: TM1 11 and up
Excel Version: Too many to count

Re: Excel workworks to static reports

Post by Paul Segal »

TM1 Tools does this, see http://www.tm1forum.com/viewtopic.php?f=21&t=2515. The code is open so you can amend it if you want or need to.
Paul
David Usherwood
Site Admin
Posts: 1458
Joined: Wed May 28, 2008 9:09 am

Re: Excel workworks to static reports

Post by David Usherwood »

There's also the 'Print Report' feature - flawed but can be useful.
marcosfau
Posts: 5
Joined: Wed Apr 15, 2015 6:45 am
OLAP Product: TM1
Version: TM1 10
Excel Version: 2010

Re: Excel workworks to static reports

Post by marcosfau »

I tried this, and looks success to convert formula to value.

This tool is using Macros!? We do not want to use macros, but seems no other easy way.

Thanks~
marcosfau
Posts: 5
Joined: Wed Apr 15, 2015 6:45 am
OLAP Product: TM1
Version: TM1 10
Excel Version: 2010

Re: Excel workworks to static reports

Post by marcosfau »

Hi,

i tried print to report function but got failure, can you provide this function procedure for me?

Thanks.
lotsaram
MVP
Posts: 3704
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: Excel workworks to static reports

Post by lotsaram »

marcosfau wrote:Hi FH,

Thanks for your reply.

We know the snapshot function in TM1Web, but our purpose is to create worksheets excel so that users only need to change filter e.g. month dimension each month and can save as a report document for submit recording.
Your requirement seems very very simple. It doesn't call for anything as complex as only convert TM1 formulas, as the users want a static copy for filing all that is needed is copy/paste values for the entire workbook. It can be achieved manually in 4 mouse clicks or keyboard shortcuts:
- multi-select all worksheets
- select all cells
- copy
- paste as values

If you want to avoid VBA then this should be a fairly simple training issue.

If you want to automate this to one click then sorry to inform you but VBA is how automation is done in Excel. You can't do automation in Excel without VBA macros pure and simple. (unless you want to get into "real" programming and use VB.Net in which case you still have programming).
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
marcosfau
Posts: 5
Joined: Wed Apr 15, 2015 6:45 am
OLAP Product: TM1
Version: TM1 10
Excel Version: 2010

Re: Excel workworks to static reports

Post by marcosfau »

Thanks for help and suggestion ;)

We find print report most suitable our case.
David Usherwood
Site Admin
Posts: 1458
Joined: Wed May 28, 2008 9:09 am

Re: Excel workworks to static reports

Post by David Usherwood »

Glad to hear it.
Think you found this out, but for other readers, Print Report is a menu option and is not automatable via VBA - believe me, I've requested that it is :(
Post Reply