Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
I have the following
=AGGR(ONLY({<Product = {"=SUM([adj-prime])>0"}>} Product), Product)
Is there a better way!
I have also tried this
Still no joy
=If(Aggr(Sum(Line),Prod)>0,Prod)
Br,
Miikka
Thanks Miika