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: 
Catrin
Contributor
Contributor

Filling missing Date

Good Morning everyone,

my table Looks like 

nghh.PNG

 

If you look to the table, you can see 02/2019 isn't present. If 02/2019 isn't present, the value is also not seen in my Chart. So my idea is to loop over all values. The first date (01/2019) is the start of the Loop and the last date (06/2019) is the end of the Loop.

From 01/2019 to 03/2019 there is a gap of 1 = 02/2019. Give me another example from 02/2018 to 05/2018 there is a gap of 2 = 03/2018 and 04/2018.

The result should Looks like

asdasd.PNG 

 

Date values that in the first Picture doesn't exist should be exist in the result, but only the date. 

How can I do that? I Hope you can help me! Thank you very much!

Labels (1)
1 Solution

Accepted Solutions
vunguyenq89
Creator III
Creator III

What you need is a Master Calendar. Check this video https://www.youtube.com/watch?v=ek_ITfvCnHw

See also this post for the script to generate Master Calendar https://community.qlik.com/t5/QlikView-Scripting/Creating-A-Master-Calendar/td-p/341286

Hope it helps!

BR,

Vu Nguyen

View solution in original post

2 Replies
vunguyenq89
Creator III
Creator III

What you need is a Master Calendar. Check this video https://www.youtube.com/watch?v=ek_ITfvCnHw

See also this post for the script to generate Master Calendar https://community.qlik.com/t5/QlikView-Scripting/Creating-A-Master-Calendar/td-p/341286

Hope it helps!

BR,

Vu Nguyen

Catrin
Contributor
Contributor
Author

Thank you very much, that helped a lot!