cancel
Showing results for 
Search instead for 
Did you mean: 

evDRE vs evGET - DRE pulls wrong data

0 Kudos

BPC 5.1 SP3

I added one calculated member to the second hierarchy of a two-hierarchy user-defined dimension. The H2 formula is this:

[FUNCACCOUNT].[H2].[F_3RDNETSALES]-[FUNCACCOUNT].[H2].[F_3RDGROSSPFT],solve_order=99

F_3RDNETSALES and F_3RDGROSSPFT are parent levels. My calculated FuncAccount member is the only member in the dimension with a formula.

Here's the issue:

When I do an any-by-any with months and year in the columns, correct values are returned for each period of my calc member. However, a similar DRE shows zeros in the months and a (correct) amount in the year.

Both the any-by-any and DRE work correctly if I change the member's formula to:

[FUNCACCOUNT].[H2].[F_3RDNETSALES],solve_order=99

Any ideas why the DRE is not returning all the data?

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Are there any issues with having a parent with only one child in a hierarchy? I seem to have fixed my issue by adding a second child to a parent that only had one child. Once I added this second one, the totals flowed through. I even get data in the DRE when I suppress zeros in the DRE (to hide the new child that has not data).

Seems to be an issue with parents only having one child where evDRE does not work. Has anyone else had similar experiences?

Former Member
0 Kudos

It is not because after you added the new child and trigger process dimension/application, right ?

Former Member
0 Kudos

Hi John

Have you done optimization on that application ?

I have experience where I missed data and run application optimization fixed it.

Halomoan