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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
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))

1 Reply
sunny_talwar

You can try this:

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