Forum Discussion

RaulPBI's avatar
RaulPBI
Helper II
8 years ago
Solved

one id code used in different tables

hi everybody   I have three tables, one of them is dimensional (id and names of my employees) and it has unique values. The others are fact tables, with diffenrent values (hours in differents secti...
  • Anonymous's avatar
    Anonymous
    8 years ago

    Hi RaulPBI,

     

    I think you need to create a mapping table to store mapping records and used to convert different id.

    Sample:

    Index Table1 ID Table2 ID
    1 123 abc
    2 456 def

     

    Regards,

    Xiaoxin Sheng