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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Output to tSendmail in Message

I'm looking to output the results of a process within the main message text body of the email (not as an attachment).
I have a small table in PostgresSQL that has two columns - Date and Number and wish to list the output of this table into the message. The table contents will be dynamic but should not go beyond 4 or so rows.
Is there a method I can use to produce the results I want. I'm using v5.4.1 of TOS
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,
Could you please take a look at related forum https://community.talend.com/t5/Design-and-Development/resolved-Sending-query-result-by-mail/td-p/10... to see if it is useful for your use case.
Best regards
Sabrina

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Hi,
Could you please take a look at related forum https://community.talend.com/t5/Design-and-Development/resolved-Sending-query-result-by-mail/td-p/10... to see if it is useful for your use case.
Best regards
Sabrina
Anonymous
Not applicable
Author

Many thanks that was just what I wanted.
Anonymous
Not applicable
Author

Hi kalypso,
Thanks for your quick response. Let us know if there is any further help we can give.
Best regards
Sabrina
Anonymous
Not applicable
Author

hi all,
I think that tFlowToIterate is more appropriated as it automaticly create global variable in globalMap that could be used in tSendMail.
You could retrieve each key name in code viewer normaly - doesn't work each time - never mind it's the useful talend way "row.column.
https://help.talend.com/search/all?query=tFlowToIterate&content-lang=en
regards
laurent