I created a variable
UV Total Count =Sum(<CCurrent Amount>) ForEach <Acc Number> In Report
Then did the sorting as per new variable based on UV Total Count .
UV Type =If <UV Total Count> < 10000 Then 1 Else If
<UV Total Count> >= 10000 And <UV Total Count> < 25000 Then 2 Else If
<UV Total Count> >= 25000 And <UV Total Count> <= 100000 Then 3
Else 4
I need to
SUM(UV Total Count) by UV Type
.
It does not let me apply break as it’s aggregate value. Tried lot of different ways.
noreports (BOB member since 2011-06-17)