Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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))
You can try this:
=Sum({<pool_name = {"=Aggr(Sum(opened)/Sum(sent), pool_name) < 0.05"}>} sent)