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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Luffy20
Contributor III
Contributor III

Synthetic Keys

Hi All

I am trying to remove synthetic keys by renaming the fields  it was working,but the data is not coming properly ,can you guys help me with any other method

Thanks in regards

Labels (6)
2 Replies
Kushal_Chawda

@Luffy20  You can create custom Key by concatenating those fields. For eg. if synthetic key contains two columns, you can create Key as below in respective table So that they will have Key and then rename the column

Column1 & '|' & Column2 as Key

rename Column1 to Column1_table1;

rename Column2 to Column2_table1;

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Here is a walkthrough on methods of removing synthetic keys

https://qlikviewcookbook.com/resolving-synthetic-keys/

-Rob