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: 
Rema_04
Contributor II
Contributor II

How to remove $ Syn Table?

I have a data model where a $Syn table is created on adding a new table - ActualDemand_Market .

Below is the Tabular view:

 

Rema_04_0-1705066133734.png

I need Cluster field from ActalDemand_Market Table.Could you help me create the data model changes and remove the $Syn table.

The other tables are already present in the data model.

Labels (1)
2 Replies
steeefan
Luminary
Luminary

Have a look at these resources:

With these, you should be able to get rid of your $Syn table.

Digvijay_Singh

You need to ensure that tables are associated using a single key field. If your data model needs composite key, create it by combining fields in the script like Field1 &'|' & Field2 &'|'&Field3. Use autonumber function to create integer value out of this composite long field.

Pl go through Qlik documentation to understand different ways to handle synthetic tables like you got in your model.