Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How can I associate with calendar (created by script ) and other table date column?
Thank you.
use the same field name in both tables like below:
cal:
load date,Month,year from table;
fact:
load date,sal,name from table2;
in above case date is common in both tables ,so 2 tables are linked with date field.
Thank you is much.
Can I add the script calendar to other table?
I tried it, but the data load stop because of the data volume...?