cancel
Showing results for 
Search instead for 
Did you mean: 

Webi RelativeValue with BEx query universe

Former Member
0 Kudos

Hi,

I'm new in webi and I have some problems with RelativeValue function.

I'm working with BEx query universe and I want to calculate real amount of the previous fiscal year.

=RelativeValue([Real];([Ejercicio - Clave]);-1) where [Ejercicio - Clave] is, for example, K2/2012 (fiscal year depends of fiscal variant).

Format table:

Rows = [Ejercicio - Clave]

Column1 = P&L Structure

Column2 =RelativeValue([Real];([Ejercicio - Clave]);-1)

And it doesn't work. Anybody knows if format of fiscal year is the cause of the problem?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I've resolved the problem. I must put all de fiscal years in the block. But that's what I don't want. I only want to see the real amount of de previous fiscal year of the selection, like this:

Column 1 = Previous fiscal year amount

Column 2 = difference between actual and previous fiscal year amount.

Rows = P&L Estructure.

Any ideas?

Henry_Banks
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You might have to overlay some "Hide when" formulae.


FWIW - i would discourage the use of characteristic structures as these can be troublesome when consumed in webi.

Regards.

H

Former Member
0 Kudos

Hi,

I've tried this formula in format table "hide when following formula is true", but it doesn't work:

="[Fiscal year] <> ReportFilter([Fiscal year])"

I supose that ReportFilter([Fiscal year] is the value of the input control [Fiscal year], it isn't? In my case is K2/2012, but the values of the table doesn't change.

Can anybody help me, please?