Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
ahmar811
Creator III
Creator III

Append to the previous Data Structure

Hi Expert,

I have below data model and I want to add some client data just like append to the previous structure

export.png

we have to add below the table on above structure.

A C D Value
789101112HIJ457

Note: Here we don't have Field 'B' and also data comes base on selections

Regards

Ahmar

4 Replies
petter
Partner - Champion III
Partner - Champion III

You can use the CONCATENATE prefix for the LOAD statement to append data to a table that has been previously loaded in your load script. It will also accept new fields and add them.

jobsonkjoseph
Creator III
Creator III

Hi,

Do you want to append the new data into any particular table or just want to add as a separate one.

ahmar811
Creator III
Creator III
Author

I want to append the new table into any particular table.

jobsonkjoseph
Creator III
Creator III

If to append to a particular table, then as mentioned by Petter, CONCATENATE has to be used between the tables.