Do selections of dimensions in excel and run export process

Post Reply
A.Pete
Posts: 38
Joined: Fri May 18, 2012 7:06 pm
OLAP Product: TM1 , transformer
Version: 9.5 + 10.1 + 10.2 + 10.2.1
Excel Version: 2010 + 2008
Location: Sweden

Do selections of dimensions in excel and run export process

Post by A.Pete »

Hi

Im trying to create an export from a cube view that should populate Cognos Controller Staging tables. I would like the users to do a select and click from excel and then use that excel in Tm1Web (that is then integrated into cognos 10 BI). The key points for the users are:

1. Create selections and multiple selections from existing dimensions, For instance multiple period values
2. Click a button that will run a TI-process that populates staging tables.

So my questions are:
Is this possible using active forms or similiar?
How should the view be created when users select multiple elements?
Am I on the wrong track here? I'm open for more creative ideas :)

Thanks in advance.
/Peter
Neil Watson
Posts: 32
Joined: Wed May 28, 2008 11:41 am
OLAP Product: TM1
Version: 6 and 2.5 to 10.2.2
Excel Version: 2007 2010
Location: Northern England
Contact:

Re: Do selections of dimensions in excel and run export proc

Post by Neil Watson »

Hi Peter,

If the need is for a user to push data into a sql table via the web then yes I believe this is possible.

The web form will need to have all of the parameters easily definable.
e.g. For Periods
Column A P1, P2, P3 etc,
Column B Export or blank (you can still use data validation on the web)

Create an Action button that will take the Period selections, ("Export" or blank) as parameters.
This action button will run a TI process that,
creates the source view with the passed in paramters in the Prolog tab
then via ODBC will create an "INSERT INTO" sql statement in the data tab

Heop this helps and/or gives you ideas
Cheers
Neil
Post Reply