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: 
fkeuroglian
Partner - Master
Partner - Master

Model Solution

Hi Expert

I have this situation with a model, what would be the best solution?

i think about a link table, i can delete any field of this tables

thank you a lot

Fernando

3 Replies
Anonymous
Not applicable

i would concatenate the targeta and detalle table into one fact table

Not applicable

The better way is concatenate the table, It is more performance than Linktable.

Regards

Marcos Freire

Anonymous
Not applicable

Hi Fernando,

Maybe you can join the tables and make them into one fact table. The table REMITO can serve as a dimension. This will than be connected to the fact table by concatinating the to fields and making them a key. You would do the same on the fact table. So something like: (PROD_SQ_COD & 'I' & TARJ_SQ_COD) as %REMITO_KEY