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: 
FelipeBravo
Contributor
Contributor

Help to solve a problem with sintetic keys

I have the table fact Venta with the foreing keys Local_Id,Producto_Financiero_id, Cuenta_Id, Tarjeta_Id, Cliente_Id,Subcanal_Id. And I want to join those foreing keys directly to the Primary keys of his tables, but the qlick Sense aplication create sintetic tables for join those keys throw them. There is a solution for make the direct join, the FK  even have the same name for those join automatically. Thanks in advance

Captura.JPG

 

 

 

 

 

Labels (1)
1 Reply
martinpohl
Partner - Master
Partner - Master

if the combination of many fields is the only right combination of links you have to create a combined field in both tables

eg

Producto &'-'&localId&'-'&subcanalId as Key

In one table let the single fields as select able values (eg only select one subcanal)

Regards