Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sending an html alert

Hi, I would like to send an alert with table and  colors .

I was thinking of using a HTML format, but when I send it, the email only shows the html code, but doesn't shows the rich text itself.

Can someone help me? txs

=

'

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 

<html> 

<head> 

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">'&

'<style>

table, th, td {

    border: 1px solid black;

    border-collapse: collapse;

}

th, td {

    padding: 1px;

    text-align: right;

}

tr:nth-child(even) {

    background-color: #eee;

}

tr:nth-child(odd) {

   background-color:#fff;

}

th {

    background-color: blue;

    color: white;

}

</style>

</head>

<body>

<p> Alerta Qlikview: Top 10 Pendencias </p>'&

'<table >'    &

  '<tr><th>CODIGO </th> <th> EMITIDOS </th> <th> BAIXADO </th> <th> PENDENCIA </th> <th> INADIMPLENTE </th> <th> ENTIDADE </th> <th> PORTADOR <th> EMISSAO </th> <th> VENDEDOR </th> </tr>' &

  '</table>

  </body>

</html>

'

3 Replies
Josh_Good
Employee
Employee

Hi Diogo,

You may want to check out one of our partner nPrinting.  They have a very slick solutions that send great alerts.  It is a paid solution but sometime it is less expensive to buy vs develop.

-Josh

Qlik

francoiscave
Partner - Creator III
Partner - Creator III

Hi Diogo,

The only way to configure alert in QlikView is to use Alert Tool.

More details in this thread.

Otherwise, use NPrinting software...

François

francoiscave
Partner - Creator III
Partner - Creator III

Hi Diogo,

Do you have always some issue ?

If yes, how can we help you ?

If you are satisfied, can you mark a response as correct or helpful to close this thread.

It will easier to follow the open thread.

Thanks,

François