Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Boseca
Contributor II
Contributor II

Use different Date dimension

Hello Everybody. I having issues to provide a simple needs and maybe I'm doing something wrong.

I have a table of the order with 2 dates: Date Of Order and Date Of Delivery.

DATE OF ORDERDATE OF DELIVERYORDER ID
1/1/20212/1/2021A
1/1/20212/1/2021B
2/1/20213/1/2021C
2/1/20213/1/2021D

 

I would like to have a chart like this:

DATENUMER OF ORDERNUMBER OF DELIVERY
1/1/202120
2/1/202122
3/1/202102

 

Can you please kindly give me an idea how to solve easly?

Thank you very much for any help.

1 Solution

Accepted Solutions
Bastien_Laugiero
Support
Support

Hi, 

Please find attached QVF with an example based on your data. 

Idea is to create a link table in your script with a common date field. 

Some interesting reading about this topic: 

 

Hope this helps!

Bastien Laugiero
If a post helps to resolve your issue, please mark the appropriate replies as CORRECT.

View solution in original post

2 Replies
Bastien_Laugiero
Support
Support

Hi, 

Please find attached QVF with an example based on your data. 

Idea is to create a link table in your script with a common date field. 

Some interesting reading about this topic: 

 

Hope this helps!

Bastien Laugiero
If a post helps to resolve your issue, please mark the appropriate replies as CORRECT.
Boseca
Contributor II
Contributor II
Author

Thank you very much! It work like a charm.