cancel
Showing results for 
Search instead for 
Did you mean: 

How to Add Max and Min Value from different row.

0 Kudos

Hi All,

I am creating webi report, where my Source data is

And I want to display it as (Where Column highlighted will not display actually). I dont know how to calculate value for "Column C"

Can someone please help me in this?

Accepted Solutions (1)

Accepted Solutions (1)

Tom_N8
Contributor
0 Kudos

Hi Ayush,
After you have executed your query in WebI you simply create a new variable with the formula
=(Min([Col C])+Max([Col C])) ForAll([Col B])
Replace Col C with your variable, then right-click Col B and select Hide > Hide Column. Voila!


Kind regards,
Tom

Answers (0)