Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
markgraham123
Specialist
Specialist

Set Analysis

Hi all,

How do i write the below if statement in Set analysis? Do we have to use any variable?

Any help is highly appreciated.

If( Avg(AtoB) <= 0.083, Sum(Units)  )

1 Solution

Accepted Solutions
ali_hijazi
Partner - Master II
Partner - Master II

sum({<column={"=Avg(AtoB) <=0.083"}>} Units)

but please elaborate more

I can walk on water when it freezes

View solution in original post

3 Replies
pradosh_thakur
Master II
Master II

Hi

I think you have to be more specific

regards

Pradosh

Learning never stops.
ali_hijazi
Partner - Master II
Partner - Master II

sum({<column={"=Avg(AtoB) <=0.083"}>} Units)

but please elaborate more

I can walk on water when it freezes
sunny_talwar

What is your dimension/s where you are carrying out this calculation?