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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis

Please let me know, How to convert this expression using Set Analysis ?

=if(aggr(num(sum(opened)/sum(sent),'###'),pool_name)<0.05,sum(sent))

Labels (1)
1 Reply
sunny_talwar
MVP
MVP

You can try this:

=Sum({<pool_name = {"=Aggr(Sum(opened)/Sum(sent), pool_name) < 0.05"}>} sent)