I have a user input form where I collect input dates by day (5/12/2011), and for reporting purposes, I would like to consolidate these dates and put them them into a monthly format that looks like May-2011.
I do not need to report by day, just by month. What would be the best way to do this???
Much appreciated
Month Lookup Cube ?
-
- Regular Participant
- Posts: 164
- Joined: Tue May 04, 2010 10:49 am
- OLAP Product: Cognos TM1
- Version: 9.4.1 - 10.1
- Excel Version: 2003 and 2007
Re: Month Lookup Cube ?
Are you using one time dimension? Can't you build in consolidated elements like May-2011 with all the days of May 2011 as children? Then just do your reporting on the consolidated element?youngjedi wrote:I have a user input form where I collect input dates by day (5/12/2011), and for reporting purposes, I would like to consolidate these dates and put them them into a monthly format that looks like May-2011.
I do not need to report by day, just by month. What would be the best way to do this???
Much appreciated
-
- Posts: 49
- Joined: Thu May 21, 2009 1:16 pm
- OLAP Product: TM1
- Version: 10.1
- Excel Version: 2007
Re: Month Lookup Cube ?
I would possibly use a TI process, you may benefit from a Date Lookup cube depending on your dimensionality.
- mattgoff
- MVP
- Posts: 518
- Joined: Fri May 16, 2008 1:37 pm
- OLAP Product: TM1
- Version: 10.2.2.6
- Excel Version: O365
- Location: Florida, USA
Re: Month Lookup Cube ?
It sounds like the date is a measure, not a dimension, in your cube. If so, you're going to have to build a 2nd cube with either rules or TI linking it to your data entry cube.youngjedi wrote:I have a user input form where I collect input dates by day (5/12/2011), and for reporting purposes, I would like to consolidate these dates and put them them into a monthly format that looks like May-2011.
I do not need to report by day, just by month. What would be the best way to do this???
Matt
Please read and follow the Request for Assistance Guidelines. It helps us answer your question and saves everyone a lot of time.
-
- Posts: 19
- Joined: Thu Apr 26, 2012 10:52 pm
- OLAP Product: TM1
- Version: 9.5 - 10.1
- Excel Version: Microsoft Excel 2010
Re: Month Lookup Cube ?
To be clear I started with a date dimension that collected the date of input from an Excel user sheet. For reporting purposes I want to roll this into months so I can analyze trends. I was thinking of creating some type of look up cube but I like the idea of adding the monthly/yearly rollups in my existing dimension...
-
- Regular Participant
- Posts: 164
- Joined: Tue May 04, 2010 10:49 am
- OLAP Product: Cognos TM1
- Version: 9.4.1 - 10.1
- Excel Version: 2003 and 2007
Re: Month Lookup Cube ?
Perhaps it might help if you post details of the relevant existing dimensions and cubes?youngjedi wrote:To be clear I started with a date dimension that collected the date of input from an Excel user sheet. For reporting purposes I want to roll this into months so I can analyze trends. I was thinking of creating some type of look up cube but I like the idea of adding the monthly/yearly rollups in my existing dimension...