Contributor View issue
-
- Posts: 90
- Joined: Tue Aug 19, 2008 4:56 pm
Contributor View issue
So I have a view that I have out on contributor. It is an all encompassing view that has Months and Measures in the columns of the view. The client is requesting that in the current month they be able to see all the measures, but the in the proceeding month they only want to see one of the measure. These measures are for data entry. In the model I designate the current month in the model and I am attempting to use cell security to control what is seen but I am having no luck. This is a data entry cube so I can not use zero suppress to control what is seen. I am sure someone has experienced this before, does any body have any advice on how to do this? It would be easy in a websheet but it is not in contributor.
-
- Posts: 25
- Joined: Sat Nov 07, 2009 5:37 am
- OLAP Product: TM1, CX
- Version: 9.5.2
- Excel Version: 2007
Re: Contributor View issue
If someone knows how to create an asymmetric cube view I'd love to hear it...frustrating to have it available in EV but not TM1's own adhoc views.
What we've usually done is create a new cube with a hybrid time/measure dimension with the appropriate combinations as leaf elements.
In TM1 10.1 you can use websheets in your "Contributor" applications, though that probably doesn't help you right now
What we've usually done is create a new cube with a hybrid time/measure dimension with the appropriate combinations as leaf elements.
In TM1 10.1 you can use websheets in your "Contributor" applications, though that probably doesn't help you right now

-
- Posts: 90
- Joined: Tue Aug 19, 2008 4:56 pm
Re: Contributor View issue
Yes 10.1 would solve all my issues, but that is out of the question.
-
- MVP
- Posts: 1830
- Joined: Mon Dec 05, 2011 11:51 am
- OLAP Product: Cognos TM1
- Version: PA2.0 and most of the old ones
- Excel Version: All of em
- Location: Manchester, United Kingdom
- Contact:
Re: Contributor View issue
Another option would be to go the websheet route but build an approval hierarchy into your model manually.
It might seem like a bit of work for you now if you already have a working model but for myself it has always been the starting point as opposed to using contributor, mainly due to the flexibility offered by websheets that isn't available in contributor.
Or at least it wasn't until 10.1 and despite some unusual behaviour I have noticed with "websheet contributor" I suppose they will be the route I now go with on occasion.
It might seem like a bit of work for you now if you already have a working model but for myself it has always been the starting point as opposed to using contributor, mainly due to the flexibility offered by websheets that isn't available in contributor.
Or at least it wasn't until 10.1 and despite some unusual behaviour I have noticed with "websheet contributor" I suppose they will be the route I now go with on occasion.
Declan Rodger
-
- Posts: 90
- Joined: Tue Aug 19, 2008 4:56 pm
Re: Contributor View issue
Unfortunately websheets are out of the question, we are in the middle of UAT and a view change request came in.
-
- MVP
- Posts: 1830
- Joined: Mon Dec 05, 2011 11:51 am
- OLAP Product: Cognos TM1
- Version: PA2.0 and most of the old ones
- Excel Version: All of em
- Location: Manchester, United Kingdom
- Contact:
Re: Contributor View issue
In that case I think your main options would be:cdhodge2002 wrote:Unfortunately websheets are out of the question, we are in the middle of UAT and a view change request came in.
1/ Just explain that is the way it has to be (My Favourite)
2/ Build an intermediate cube for data entry that is the same as your existing cube but has 1 dimension which is a consolidation of Period & Measure.
Use that cube for the users to enter data into and via a subset you can show all the measures for current month and then only the one measure for subsequent months.
Then rule drive these values across to the main cube.
Declan Rodger
-
- Community Contributor
- Posts: 349
- Joined: Tue Aug 17, 2010 6:31 am
- OLAP Product: Planning Analytics
- Version: 2.0.5
- Excel Version: 2016
Re: Contributor View issue
Not sure if this was stated but you could separate the current month and proceeding month into two different views. This way you could have all measures underneath current month and only the one measure in the proceeding month. Unfortunately I dont think its possible to get what you want in one view without going the route "declanr" layed out.