Creating a Cube View Slice

Post Reply
Karthik1710
Posts: 21
Joined: Fri Oct 31, 2014 3:25 am
OLAP Product: Cognos TM1
Version: 10.2
Excel Version: 2007

Creating a Cube View Slice

Post by Karthik1710 »

Hi Everyone,

I am new here. Been working on TM1 for past few months. I can use some help..

We have a requirement where User has asked us to create a slice of a cube's view. Now, I know that sounds straight forward but the tricky part is that User wants to be able to retain the picklists that we have in place for few of the fields. And they want all this without the need to connect to Perspectives every time. They just want a dump of the entire cube view with the drop downs(In case you are wondering, this is because their plan is to use this excel and enter some more rows and then submit it back into the cube). Is this possible?

I initially thought we could use the Excel Data Validation feature but unfortunately TI doesn't have anything where I could open an existing excel and just update the drop down values in a hidden sheet. I thought Excel Macros might come to my help, only to find out later that TM1 Web does not support Macros :evil:

Please let me know if any one has any suggestions.
User avatar
jim wood
Site Admin
Posts: 3958
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: Creating a Cube View Slice

Post by jim wood »

I suppose you create something using the API (Using VBA) with predefined login details, but do they really expect to able extract information without connecting to where it's coming from? They'll be asking for a lottery win without buying a ticket next.
Struggling through the quagmire of life to reach the other side of who knows where.
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
tomok
MVP
Posts: 2836
Joined: Tue Feb 16, 2010 2:39 pm
OLAP Product: TM1, Palo
Version: Beginning of time thru 10.2
Excel Version: 2003-2007-2010-2013
Location: Atlanta, GA
Contact:

Re: Creating a Cube View Slice

Post by tomok »

It's quite easy to create combo online/offline templates but you really need VBA to make them work seamlessly. Why the need to be compatible with TM1Web if the users are only going to use them in Perspectives and Excel? You can't always have your cake and eat it too when you are talking about input templates that have to work in both Perspectives and TM1Web. Yours is one of those cases. If it needs to compatible with TM1Web then users are not going to be able to effectively take it offline, work with it, and then re-connect and update.
Tom O'Kelley - Manager Finance Systems
American Tower
http://www.onlinecourtreservations.com/
RJ!
Community Contributor
Posts: 219
Joined: Mon Jul 23, 2012 8:31 am
OLAP Product: TM1
Version: 10.2.2
Excel Version: 2010

Re: Creating a Cube View Slice

Post by RJ! »

If you have a look at the Automation section of the CAFE documentation I think you might find something like what you are proposing, though there will still be a requirement to connect back to the TM1 Server (unless you want to slip in a "random number generator" in there to pull numbers from thin air... ;) ).

What is the reason they don't want to be logged onto the server?
Are they having performance issues with the refresh of the TM1 DBRW fromulas etc?
Or they want to have access to TM1 without having a TM1 ID?

If it really must be offline from TM1, another thought is to push the data into an SQL server (or similar) and have VBA to execute scripts to refresh the data...
Karthik1710
Posts: 21
Joined: Fri Oct 31, 2014 3:25 am
OLAP Product: Cognos TM1
Version: 10.2
Excel Version: 2007

Re: Creating a Cube View Slice

Post by Karthik1710 »

Thank you for all the replies people. We didn't want to waste too much time with this.

Here is what we did. It's not the perfect solution but the quickest way we could think of:
Built a process to export the dimensions used in dropdowns into an excel file(Dropdowns.xls) and scheduled it for everyday
Asked user to just keep this dropdown.xls open and run a VB code(using a command button) in another template file that picks up values automatically from dropdown.xls and creates drop downs.

Regarding the above question, yes the concern they had was with the performance. It was quite slow. This way its a bit better.
Post Reply