Skip to Content
0
Former Member
Nov 11, 2008 at 03:14 PM

Problem with EVGET formula combined with BeforeRange in an Evdre report

27 Views

We have got an EVDRE report including EVGET formulas and BeforeRange

that have worked fine in SAP BPC 5,1 SP1 on SQL 2000. But now we

upgraded to SAP BPC 5.1 SP 3 on SQL 2005 and the report doesn´t work

any more.

The report expands on the rows and have static columns. I use BeforeRange and the problem occurs in the first row after the BeforRange row

I put an EVGET formula in one of the columns and the

formula looked like this before I expanded the report:

=EVGET($F$2;E15;"2006.FEB")

After expanding the formula looks like this:

=EVGET($F$2;E14;"2006.FEB")

E15 has turned to E14

On row 16 the formula works again it puts in E16 which is right.

So the problem is the first row after the "BeforeRang" row.