cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Analytics Cloud - Link Dimension

rachugh
Explorer
0 Likes
5,578

Hi,

I am looking to setup a story which shows WBS lines that is connected with Profit Center. There are 2 dimensions PC & WBS , how should I setup this story?

View Entire Topic
N1kh1l
Active Contributor
0 Likes

rachugh

This feature has been requested under the influence program. You can vote for it.

Improvement Request Details - Customer Influence (sap.com)

Till it gets delivered

2 ways to achieve valid combinations

For option 2,the way you can achieve this currently is by transaction data tagging. Using the attributes of your WBSELEMENT dimension post dummy transaction data of 1 (like a flag) at valid combination of wbs element, profit center using the Advanced Formula Data Action. This will be like seeding the valid combination at start of planning cycle. When you create stories, suppress on null and 0's and the resulting layout will be a valid combination of what you expected.

Sample Advanced Formula can be as below. Adjust as per your Model and Dimensions.

MEMBERSET [d/Measures]=AMOUNT // Change as per your Measure
MEMBERSET [d/ACCOUNT]="SEED"  // Change as per your Account member


DATA([d/profitCenter] = [d/wbselement].[p/profitcenter]) = 1

Hope this helps !!

Please upvote/accept if this helps !!

Nikhil

rachugh
Explorer
0 Likes

My requirement is to put filter on Profit Center as complete hierarchy. I cannot put filter on the attributes of the dimension as it will just the list of members what I need is the Profit Center hierarchy and from then WBS elements should be derived automatically.

rachugh
Explorer
0 Likes

We have around 100k lines of WBS and what we did was combined Profit Center & WBS in 1 dimension so that we can get the PC hierarchy. User wants to select the PC as per the hierarchy and then all WBS related to that PC node should appear in the table. Is this possible?