Hence the question: is there a way to do that?

The goal is to get data (from half a thousand to 3-4 thousands lines) from DB, calculate standart deviation then use it as logical condition in analyzer.

For example IF std > custom_value = show_the_result ELSE null

There is a STDDEV(MDX) method used in Analyzer but it is a measure and it can not be used as logical condition (correct me if i am wrong)

0 2
0 57

Hi, we're currently using %Net.SMTP for sending mails, which is not performing well in terms of delivery speed - I digged into the code and I can see that we're crafting a %Net.MailMessage for every recipient of the same mail, instead of adding all the recipients to the list property "To"

However we cannot do this, because the sender address (Sender property) we use to track bounce mails by adding a unique ID to the sender address for every recipient.

0 1
0 22
Contestant