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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
luisguerra
Contributor
Contributor

Problem with table sync

I have to similar tables "Current records" and "History records" both have two similar fields

Id_user and Id_course both need to join with a table call course_catalog using the id_course to show the name course and other data.

If I unqualify both fields the process create a Sync table, but i dont wan that. 

 

2 Replies
ArnadoSandoval
Specialist II
Specialist II

Hi @luisguerra 

There is a simple way to handle this scenario, follow these steps:

  1. Rename the column; Id_course to Id_course_h in the History_records table.
  2. Add a second column with the Id_course to the Course_catalog table, and renamce it to Id_course_h
  3. The table will be associated as expected without any synthetic table.

hth

Table-Sync-01.png

Arnaldo Sandoval
A journey of a thousand miles begins with a single step.
marcus_sommer

Why not simply skipping the qualify-stuff and concatenating the current and the history table by unifying the fieldnames?

- Marcus