Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
rustyfishbones
Master II
Master II

List Box Only Products that have Sales >0

Hi All,

I have done this in the past, but I am missing something.

Anyone have a list box expression that only shows products that have Sales greater than 0

Regards

Alan

1 Solution

Accepted Solutions
miikkaqlick
Partner - Creator II
Partner - Creator II

=If(Aggr(Sum(Line),Prod)>0,Prod)

Br,

Miikka

View solution in original post

4 Replies
rustyfishbones
Master II
Master II
Author

I have the following

=AGGR(ONLY({<Product = {"=SUM([adj-prime])>0"}>} Product), Product)

Is there a better way!

rustyfishbones
Master II
Master II
Author

I have also tried this

2013-12-04_1224.png

Still no joy

miikkaqlick
Partner - Creator II
Partner - Creator II

=If(Aggr(Sum(Line),Prod)>0,Prod)

Br,

Miikka

rustyfishbones
Master II
Master II
Author

Thanks Miika