cancel
Showing results for 
Search instead for 
Did you mean: 

Calculation with Results instead of the Single Values

Hello together,

i have a problem to which i could not find any solution yet.

We have 3 KPI's that should be evaluated. For that we have a 4th KPI' which is calculated like this: KPI 4 = (KPI1 * 0,3) + (KPI2 * 0,5) + (KPI3 * 0,2).

In the Screenshot it's 1% (KPI1), 2%(KPI2), 3%(KPI3)and 4(KPI4).

For that we have a BEx Query that calculates the average for each KPI.

Now the Report calculates the average for each kpi along the columns but instead of calculating like (67,65 * 0,3) + (86,44 * 0,5) + (80,30 * 0,2) (which would be) = 79,575 it calculates for KPI 4 (4) each row and takes the average for that as a total result - giving me the 79,38.

Is there any possibilty (like in the BEx Query Designer or Design Studio) that's allows me to calucalte just the results in my formula?

Thanks in advance,

Marc

Accepted Solutions (0)

Answers (3)

Answers (3)

Loed
Active Contributor
0 Kudos

Hi,

Better if you can post sample values for us to suggest possible solutions.

We have no idea how did you arrive with these values.

(67,65 * 0,3) + (86,44 * 0,5) + (80,30 * 0,2) (which would be) = 79,575 it calculates for KPI 4 (4) each row and takes the average for that as a total result - giving me the 79,38

Anyway, my idea is to use EXCEPTION AGGREGATION based on certain reference characteristics.

Thanks.

Loed

0 Kudos

Hi,

unfortunatly it did not work as i have a constant selection in use.

Thanks anyway,

Marc

kohesco
Active Contributor
0 Kudos

Hi

you could try to use SUMCT in your formula

grtz

Koen