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

Announcements
Check out our latest virtual session where BARC Fellow, Doug Laney, highlighted the opportunities data monetization can offer enterprises. Watch here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Want to display table format in email body

Dear Users,
I want to display the content , in table format in en email body ,ex:-
My code is

0683p000009MDQ3.png
in tjavaflex:-

0683p000009MDPa.png
tsendemail i am passing :

0683p000009MDQ8.png
Output i am getting in email body using above code is 

0683p000009MDQD.png
This dosen't look good, i want this output to look in table format


0683p000009MDQI.png
It should look presentable , something like above.
Any help will be appreciated, i think here   <tr> <td>  tags we will have to use but i am not familier with them .
Help if anyone knows it
Thanks
0683p000009MDQI.png
Labels (4)
5 Replies
Anonymous
Not applicable
Author

Hi  amit2676
I don't have experiences in HTML, I think you can learn the tutorials/course on internet. 
Regards
Shong
Anonymous
Not applicable
Author

ok , thanks 0683p000009MACn.png
Any one can help , who has face such situation?
Anonymous
Not applicable
Author

can someone help please?
iamabhishek
Creator III
Creator III

This would be one way to achieve what you have been trying for -

Job Layout -

0683p000009MErW.jpg

Now, for your use case you would get the data from files - I had manipulated the data to be retrieved from tFixedFlowInput. Once you have the data retrieved you would need to perform few html formatting through tJavaFlex like below -

0683p000009MEWx.jpg

Once done, stored the entire content in a context variable and refer the same in your tSendMail - > "Message".

Also, make the following change to your tSendMail component to use the HTML formats - 0683p000009MEw0.jpg

 

Output -

0683p000009MEw5.jpg

Note: there are many formatting features which could be used through HTML tags, please use them as needed as per your use case - scenario.