If the user selected a specific period (Time dimension) in context then only the months upto that period shoud be expanded. The time dimemsion member have a property MONTHNUM. So if they select April.2012 then the expansion should be for Jan to April. Is there a way I can add a filter MONTHNUM <= EPMMemberProperty(,EPMContextMember(,"TIME"),"MONTHNUM")).
I have TIME and COSTCENTER in the rows expansion (Dynamic) and Account in Colums (Static). Report Layout
Time | CC ID | CC Prperty 1 | CC Property 2 | Account 1 | Account 2 | Account 3 | Account 4 |
---|---|---|---|---|---|---|---|
Col expansion -> | |||||||
2013.Jan | cc5 | cc5 Property "REGION" | cc5 Property "Entity" | ||||
cc9 | cc9 Property "REGION" | cc9 Property "Entity" | |||||
cc59 | cc59 Property "REGION" | cc59 Property "Entity" | |||||
2013.Feb | cc8 | cc89 Property "REGION" | cc89 Property "Entity" | ||||
cc46 | |||||||
cc57 | |||||||
2013.Mar | cc56 | ||||||
cc89 | |||||||
cc36 | |||||||
Q1.Total | Total of above | Total of above | |||||
2013.Apr | cc87 | ||||||
cc79 | |||||||
cc56 | |||||||
cc69 | |||||||
cc89 |
Thanks
Bobby Kau