B1: PERIODIC (MEASURES member)
B2: YTD (MEASURES member)
B3: 2012 (Year - to be a part of period ID)
B4: .MAR (Month - to be a part of period ID)
B5: ACTUAL (CATEGORY member)
B6: BUDGET (CATEGORY member)
B7: LE02 (CATEGORY member)
B8: BE1000 (ENTITY member)
B9: ALL (CORPDIR user def dimension member)
B10: 1110 (TITLES user def dimension member)
In B13 (Left first column key) I put a formula: =$B$1 and it was recognized as PERIODIC with the variable member formula:
= EPMOlapMemberO($B$1,"[MEASURES].[].[PERIODIC]","Periodic","","000")
In B14 (Left second column key) I put a formula: =$B$5 and it was recognized as ACTUAL with the the variable member formula:
= EPMOlapMemberO($B$5,"[CATEGORY].[].[ACTUAL]","ACTUAL","","000")
In B15 (Left third column key) I put a formula: =$B$3&$B$4 and it was recognized as 2012.MAR with the the variable member formula:
= EPMOlapMemberO($B$3&$B$4,"[TIME].[PARENTH1].[2012.MAR]","2012.MAR","","000")
In A19 (Top row key) I put 1 member of ACCOUNT dimension: 0 and it was recognized as "0 - NET INCOME / (LOSS)" with the fixed member formula:
= EPMOlapMemberO("[ACCOUNT].[PARENTH1].[0]","","0 - NET INCOME / (LOSS)","","000")
The report was created automatically and I got some value from the model in B19.
In A1 I put a formula =$B$8 (link to ENTITY member BE1000) and it was recognized as BE1000 with the variable member formula:
= EPMOlapMemberO($B$8,"[ENTITY].[PARENTH1].[BE1000]","BE1000 - OOO ""United Press""";"";"000")
It was automatically recognized as a first page axis member for this report.
In A2 I put a formula =$B$9 (link to CORPDIR user def dimension member ALL) and it was recognized as ALL with the variable member formula:
= EPMOlapMemberO($B$9,"[CORPDIR].[PARENTH1].[ALL]","ALL - All Data","","000")
It was automatically recognized as a second page axis member for this report.
In A3 I put a formula =$B$10 (link to TITLES user def dimension member 1110) and it was recognized as 1110 with the variable member formula:
= EPMOlapMemberO($B$10,"[TITLES].[PARENTH1].[1110]","1110 - Men's Health Russia Norm","","000")
It was automatically recognized as a third page axis member for this report.
= EPMOlapMemberO("[ACCOUNT].[PARENTH1].[2]","","2 - NET INCOME / (LOSS) BEFORE TAX","","000")
This step can be repeated number of times to add all necessary ACCOUNT members.
The axis members can be also selected using row axis member selector.
The row axis can be set dynamic if you set member in row axis member selector as Context and some option like Member and Descendents. Then, if you change context member and refresh the report the row axis will be expanded in line with context.
You can also use row axis dimension override with the function like =EPMDimensionOverride("000","ACCOUNT","BAS(2)") in any cell outside report.
A4: =$B$8 (link to ENTITY member)
A5: =$B$10 (link to TITLES user def dimension member)
I can't use cells A1 and A3 used for the page axis of the first report. A4-A5 will be page axis for the second report.
A4: = EPMOlapMemberO($B$8,"[ENTITY].[PARENTH1].[BE1000]","OOO ""United Press""","","001")
A5: = EPMOlapMemberO($B$10,"[TITLES].[PARENTH1].[1110]","Men's Health Russia Norm","","001")
= EPMOlapMemberO("[ADV].[PARENTH1].[PAGESEDT]","","PAGESEDT - Editorial PAGES","","001")
This step can be repeated number of times to add all necessary ADV members.
The row axis for the second report can also remain dynamic and the row axis members can be also selected using context and row axis member selector (see above).
C13: $B$1 with $B$2 Result after refresh: = EPMOlapMemberO($B$2,"[MEASURES].[].[YTD]","Year To Date","","000;001")
C14: $B$5 with $B$6 Result after refresh: = EPMOlapMemberO($B$6,"[CATEGORY].[].[BUDGET]","BUDGET","","000;001")
C15: $B$3&$B$4 with $B$3&".TOTAL" Result after refresh: = EPMOlapMemberO($B$3&".TOTAL","[PERIODS].[PARENTH1].[2012.TOTAL]","2012.TOTAL","","000;001")
More columns can be added the same way.
The result is shown on the picture:
Yellow - report parameters, blue - shared column axis, orange - first report, green - second report. You can change values in the yellow cells and after refresh you will see correct results in the report. You can use =EPMSelectMember(...) in yellow cells or any other formula.
You have to use Attached to Column Axis and Insert at Position (here at position 2). The formula have to be simple Excel reference to the top column cell.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Subject | Kudos |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
User | Count |
---|---|
11 | |
10 | |
9 | |
7 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 |