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: 
teruru
Contributor III
Contributor III

Associate with calendar and other table date column

Hi,

How can I associate with calendar (created by script ) and other table date column?

 

Thank you.

2 Replies
anat
Master
Master

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.

teruru
Contributor III
Contributor III
Author

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...?