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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
ujji
Contributor II
Contributor II

Merging Fields from two different Tables in a New Table

Hello Qlik Experts,

I have a Query which i have apparently explained in the attached file (Excel).It would be a great help if one can assist me with it.

Thanks in advance.

Labels (1)
4 Replies
Clement15
Partner - Specialist
Partner - Specialist

Hello

Have you tried using the Concatenate function?

Concatenate | Qlik Sense on Windows Help

TheoAtragie
Partner - Specialist
Partner - Specialist

Good afternoon,

To do this, you can use the script.
Note that I put a table per sheet.
Then we concatenate the tables of each branch (making sure to put the same field names, and creating a field "branch" not to lose information).
Thus, we get to have the expected table.

Sincerely,
Théo ATRAGIE.

icemachine29
Contributor
Contributor



I have two tables with similar information. Let's call them items_a and items_b. They should be one, but they are coming from different sources, so they aren't. When I full-join the two table, some rows end up with data from either one or both tables. One of the columns in both tables is category_id. I would like to cross the combined table with the categories table using category_id.
TheoAtragie
Partner - Specialist
Partner - Specialist

Good morning,

Can you show an example of what do you want ?