Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
nareshthavidishetty
Creator III
Creator III

Data model

Hi,

We are having Fact and Dimension Tables.

For Ex: Fact table has 10 fileds and Dimension table has 20 fields.

After loading these tables we got synthetic keys of 10 keys.

Please let me know the right way to resolve this.

Thanks,,

4 Replies
Anil_Babu_Samineni

Start search by your self in google. There is 100+ threads related on Synthetic keys ..

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Mark_Little
Luminary
Luminary

Hi,

Could you supply more information.

The most likely cause is you have multiple fields with the same name in your fact table and Dimension table.

There should only be one field which is the key between the fact and dimension, any other fields with the same name should renamed or removed in the script.

i.e.

Field AS Dim.Field,

Mark

mithilesh17
Partner - Creator II
Partner - Creator II

Hi,

Pls go through

Re: Perfect Your QlikView Data Model

Regards,