Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
omid5ive
Creator II
Creator II

use sum in set analysis

i want something like this?
can you help me?

count({<sum(x)<sum(y)>}ID)

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar

May be this:

Count({<ID = {"=Sum(x)<Sum(y)"}>} ID)

View solution in original post

4 Replies
sunny_talwar

May be this:

Count({<ID = {"=Sum(x)<Sum(y)"}>} ID)

Kushal_Chawda

=Count({<ID={"=Sum(X)<sum(Y)"}>}ID)

swuehl
Champion III
Champion III

Try

count({<ID = {"=sum(x)<sum(y)"} >} ID)

omid5ive
Creator II
Creator II
Author

thank you