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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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)

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
MVP
MVP

Try

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

omid5ive
Creator II
Creator II
Author

thank you