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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
agni_gold
Specialist III
Specialist III

send alert based on row by row

Hi Experts ,

I have one straight table on which every row contains email and product , i just want to send alert email to email id with message content as its product name.

Is this possible?

gwassenaar

11 Replies
Chanty4u
MVP
MVP

agni_gold
Specialist III
Specialist III
Author

it is just for customer msg , but i want to send mail for particular row which is in front of table

agni_gold
Specialist III
Specialist III
Author

Not working

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Afaik it's not possible to send 1 alert with different messages for each recipient. You will have to create separate alerts for each row.


talk is cheap, supply exceeds demand
agni_gold
Specialist III
Specialist III
Author

I am not sure , it is working , i have tried, .

Please help .

@SALTO  can you please explain me how this is working to you.

salto
Specialist II
Specialist II

Hello Agnivesh,

In my particular case, every morning I reload a document that reads the whole Active Directory and then sends a message to the users whose password is between 50 and 59 days.

For this, I created an Alert in the document.

In the Alert, I fill the Description, Message, and Mail Subject with a standard text. I fill the Mail Recipients field like this:

=concat({$ <PasswordAge={">=50<=59"}>} mail,';')

The mail field holds the email address of the user. This sends THE SAME MESSAGE to all the users (I have not found a way to include the PasswordAge in the message body), so I am not sure this is what you are looking for.

Regards.

agni_gold
Specialist III
Specialist III
Author

Thanks Salto ,

Actully i was looking for related value in message body.

(I have not found a way to include the PasswordAge in the message body)


I thinks it is not possible

What you think?

salto
Specialist II
Specialist II

Hi Agnivesh,

sorry for the delay, I have been disconnected for several days.

Regarding your question, I have not been able to personalize that message, and as Gysbert says below, "Afaik it's not possible to send 1 alert with different messages for each recipient. You will have to create separate alerts for each row"

Seems not to be possible by now...

Regards.

agni_gold
Specialist III
Specialist III
Author

Thanks