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

Dynamic filter

sap_user62
Active Participant
0 Likes
311

Hi Friends,

BPC 10.1

I am looking to get a member into the report columns, based on a property. Report is static(using member recognition), so I would like to use EPM functions rather than the dynamic filter in the edit report.

eg

Actual Plan (W)forecast

Accounts

The report should pick up Q1, Q2, Q3 or Q4 forecast based on a "open" property.

I could not use epmdimensionoveride as it overrides all the categories in the columns, I need the override function only for the working forecast column.

ps - the reports are huge and runs over lot of columns

Thanks for your time.

Ed

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

You can have a hidden dummy report with epmdimensionoverride for category with the flag=y. This report will have a single line with the required category you can reference it in your main report.

Another option is to create a property in time dimension with the current forecast category. In this case extra report is not required.

Answers (2)

Answers (2)

sap_user62
Active Participant
0 Likes

Thanks for your reply Vadim.

Open property will have a Flag of "Y" for Q1forecast if Q1 is the current working forecast.We use this flag for few DM packages too.

[We do not have a category called working forecast in our system.

With the new quarter, Q2forecast becomes active and the Open flag is set to Y for Q2forecast category.

If there is an EPM function, which reads the category dimension and gives me the member which has a Open flag "Y", I can use it in a cell, and reference this cell in multiple columns of the report where the working forecast is needed.

EPMmemberselect gives me the open forecast only when we double click on it, I need it on display, so that it could be referenced.

Tcapture.png

hanks.

former_member186338
Active Contributor
0 Likes

If your report is static then use Excel formula to generate required member id. Please read my blog: https://blogs.sap.com/2013/03/01/static-report-in-bpc-nw-10/

P.S. Strange but you don't explain what do you have in the "open" property...