Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to add multiple recipients in a single email

Hi,

I am using alert and mail, its working fine for single recipient, now I need to add multiple recipients,

plz let me know how  and where i define multiple recipients in mail.

Regards,

Zain.

2 Replies
MayilVahanan

HI

Try like this

variable: vMailRecipients

value: =chr(39) & concat(Agent,chr(39) & ',' & chr(39)) & chr(39)

Then in Mail Recipients

=vMailRecipients

where Agent is the field which contains name of the recipients

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

If you refer to Qlikview Desktop, you just add more recipients to your alert by ; after each mail adress.