Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Community,
Please write the below expression in set analysis without using IF Statement.
=Concat(IF(aggr(Sum(Revenue),Product)>300,Product),',')
Thanks in advance.
Regards,
Manideep
Try:
=Concat({<Product = {'=sum(Revenue)>300'}>}Product, ',')
Hope this helps!
Try:
=Concat({<Product = {'=sum(Revenue)>300'}>}Product, ',')
Hope this helps!
Perfect! Thank you