Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Join issue

Hi,

I am using following code to to create a [No of Message] table. Issue is I am able to see this table at the end (neither in qvw /Table viewer). Could some one tell me what is happening here.

Table viewer which does not have [No.of Messages]

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Try to add NoConcatenate in front of the first 3 LOAD statements.

Ex:

[No.of Messages]:

NoConcatenate

LOAD Subject

View solution in original post

5 Replies
anbu1984
Master III
Master III

Is this complete script? What fields you have in Inbox and Sentbox tables?

Anonymous
Not applicable
Author

Try to add NoConcatenate in front of the first 3 LOAD statements.

Ex:

[No.of Messages]:

NoConcatenate

LOAD Subject

PrashantSangle

Hi,

Use NoConcatenate before table " [No.of Messages] "

If this dont work for you then post your complete script.

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Anonymous
Not applicable
Author


Hi,

Since [No.of Messages] table has the same field names it is getting auto concatenated to the previous table. Use Noconcatenate before loading this table.

Regards,

Greeshma

Not applicable
Author

Thanks for your explanation.