Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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)  )

Labels (1)
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
MVP
MVP

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