Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
How to remove synthetic keys ? attached is qv file and the data model. Please suggest how to remove the synthetic keys from edit script.
Regards
Srujana
and after forming the key drop these three fields
[Snapshot Quarter]
[Snapshot Year]
Counterparty_Id
and as your data exists within key, dropping these fields will resolve your problem
I am working with Personal Edition of QlikView, Would you be able to share your script and a screenshot of your data model in QlikView?
here are the files.
Either rename the fields which have synthetic or create a link table
Hi,
Join table Loss and Mitigation technique with the field Counterpart_Id.
Rename snapshot quarter and snapshot year.
HI srujana,
U can form surrogate key to avoid synthetic key as
[Snapshot Quarter] & [Snapshot Year] & Counterparty_Id as #_serrogate_key
u have to form this key in both the tables i.e in Loss table and MitigationTechnique: table
and after forming the key drop these three fields
[Snapshot Quarter]
[Snapshot Year]
Counterparty_Id
and as your data exists within key, dropping these fields will resolve your problem
Thank you, it worked.