Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I've got an HTML NPrinting report that uses a HTML table
Within this table I'm using values from a Qlik table which works fine.
<tr>
<td class="summary_cells_label" style ="border-left:1px solid #333333;border-right:1px solid #333333">Standbys</td>
<td class="summary_cells_totals"style ="border-right:1px solid #333333">%%Standbys%%</td>
</tr>
This is working fine. I've now got a small image I wish to add to a third <td>
<img src="%%TX279%%" alt="TX279">
If I place this anywhere else in my HTML page, it works fine, but when it is within the <td> tag it produces a broken link image, and adds the following text above the table
YAAACUef2IAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAAChJREFUOE9jkH/A9Z8WeNRgOB41GI5HDYbjUYPheNRgOB41GIq5/gMAb0ZRPpWGNTwAAAAASUVORK5CYII=" alt="TX279"">
Does anyone know what could be causing this?
Fair enough - the reason I am not big fan of images is that you have almost no control over them if you want to put them in table and then send that as HTML embedded in email body and worst case - you want to open that email in windows outlook email client.
I did not find smart way of managing size of such image other than just hardcoding it to x & y pixels directly in QlikView...
I'll give you one guess at what the HTML is being used for 😑
ok - looks like it is going to be HTML embedded in email body...