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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Appending "mailMessage" using tJava (4 tJava components connected with tParallelize)

Hi,

I'm trying to send mail data in tabular format. The result is in the same format as I want it to be. But as I'm using four tJava components in parallelize, some times data from few of the tJava components gets overlapped. So if there should be four rows in the table, sometimes it comes out to be two or three.

A sample format of the job is shown in the image attached. Actually in real job, the parallelize rows are connected to tS3List to check availability of file and if file not present, mailMessage should be appended accordingly.

What should I do to overcome this issue?

 

0683p000009M7qA.png

 

Regards,

Bhagwat

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,
The issue is resolved now. I tried using different variable names and in
synchronization merged all the strings. It works fine.
Thanks for the concern.

Regards,
Bhagwat

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi
Can you show the code of tJava component or take an example to explain the issue?

Regards
Shong

Anonymous
Not applicable
Author

Hi,
The issue is resolved now. I tried using different variable names and in
synchronization merged all the strings. It works fine.
Thanks for the concern.

Regards,
Bhagwat