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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
saumyashah90
Specialist
Specialist

send a list of values in a mail from alerts


suppse i have

Header 1Header 2

a

0
b1
c0
d0
e1

i want to send list of Header1 whose Header 2 is 0 in a mail

i have already configured mail , but problem is it just sends mail getting any aggregated value. like count,sum etc

Can any one help me in sending list of names

5 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     You can use the concat command to concat the values and send it through the alert mail.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
saumyashah90
Specialist
Specialist
Author

hey kaushik,

i got it that that i can concatenate and give multiple values. But as i mention in the condition that i want to send list of Header1 whose value in Header2 is 0

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     You can use the set analysis with concat function to filter the set.

     So in your case you can try

    

     Concat({<Header2 = {"0"}>}Header1)

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
qlikpahadi07
Specialist
Specialist

Hi Saumya,

if i am not wrong Alert Function will work only when Qv application get opened ?

Did you have done a Code like it will automatically send the mail? if yes please attach a Sample or simple Points will be helpful.

saumyashah90
Specialist
Specialist
Author

For Mail

In Tools-> Alerts->Mail Recipients :type you email id

In Settings->User Preferences->Mail-> Configure your mail

Under Server-> Address-SMTP server address,Port -25,Authentication Method-None

Under Sender->Name,Email Id

Encoding-Western European(ISO)

check Send MIME encoded