Hi Everyone,
A quick explanation of what I want to do:
I have a cube of investments with a dimension "invart1", which I want to summarize in a separate cube.
I understand I need to use a process to do so, is that correct?
Or is there al although a way with a rule?
I just want to start in the right direction.
BR Simon
Transferring and Summing Data from cube to another
-
- MVP
- Posts: 2834
- 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: Transferring and Summing Data from cube to another
The answer to this question depends on whether or not you need the summarization to be "on the fly" (which means rules) or the cubes are not similar enough which means rules might be difficult or impossible to write for this linkage. It all depends on the circumstances as to which one is better.simon_pr3 wrote: ↑Thu Oct 12, 2023 1:27 pm Hi Everyone,
A quick explanation of what I want to do:
I have a cube of investments with a dimension "invart1", which I want to summarize in a separate cube.
I understand I need to use a process to do so, is that correct?
Or is there al although a way with a rule?
I just want to start in the right direction.
BR Simon
-
- Community Contributor
- Posts: 161
- Joined: Tue Apr 02, 2013 1:41 pm
- OLAP Product: tm1, cognos bi
- Version: from TM1 9.4 to PA 2.0.9.6
- Excel Version: 2010
- Location: Toronto, ON
Re: Transferring and Summing Data from cube to another
Does this Invart1 dimension have a Total Element? As Tom mentioned, it all depends on the situation (cube structures and also requirement). I usually prefer to use TI and then introduce an Action Button to the users in order to transfer the data, or schedule a process to run periodically.simon_pr3 wrote: ↑Thu Oct 12, 2023 1:27 pm Hi Everyone,
A quick explanation of what I want to do:
I have a cube of investments with a dimension "invart1", which I want to summarize in a separate cube.
I understand I need to use a process to do so, is that correct?
Or is there al although a way with a rule?
I just want to start in the right direction.
BR Simon
Ardian Alikaj
-
- Posts: 7
- Joined: Fri Sep 22, 2023 7:36 am
- OLAP Product: tm1 Planning Analytics
- Version: tm1 Planning Analytics 2.0
- Excel Version: 97
Re: Transferring and Summing Data from cube to another
Invart1 has a total sum.
-
- Posts: 7
- Joined: Fri Sep 22, 2023 7:36 am
- OLAP Product: tm1 Planning Analytics
- Version: tm1 Planning Analytics 2.0
- Excel Version: 97
Re: Transferring and Summing Data from cube to another
Thank you all for your help, in the end a process made the most sence.