Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Count where Sum > 0

Let's assume we have

Person

{

     Name

}

and

Account

{

     Person

     Total

}

How can I count Persons who has Sum of all his/shes Totals > 0?

COUNT({$<........>}Name)

1 Solution

Accepted Solutions
Not applicable
Author

Hi Alex,

Try this,

=COUNT({$<Person = {"=Sum(Total) > 0 “} Entity Value)

View solution in original post

4 Replies
Not applicable
Author

=count({< Person = {"=sum(Total) > 0"} >} Person )

Not applicable
Author

Hi Alex,

Try this,

=COUNT({$<Person = {"=Sum(Total) > 0 “} Entity Value)

VishalWaghole
Specialist II
Specialist II

Hi Aleksander,


PFA Hope it will work for you........


- Regards,


Vishal Waghole

Not applicable
Author

Hi VishalWaghole.

Unfortunately I have personal edition QlikView and I can't open your file.

Thanks for help anyway!