Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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

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

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.