This content has been marked as final.
Show 2 replies
-
Re: Aggr / Set Analysis Problem
Matan Chalamish Oct 2, 2011 4:38 AM (in response to Matan Chalamish)Ok...
Think that found solution.
Expression:
Sum ({< Ord = {'= Ord =(Aggr(NODISTINCT Max(Ord),Key))'} >}(UnitPrice) )
See attached -
Matan.
-
OrdSol.qvw 152.8 K
-
Aggr / Set Analysis Problem
Jean-Jacques Jesua Oct 2, 2011 1:23 PM (in response to Matan Chalamish)Hi
A simplier way to do this create an expression
=FirstSortedValue( UnitPrice , -Ord)
(if Ord > 0)
JJ
-