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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
kumarnatarajan
Partner - Specialist
Partner - Specialist

Fill between date (load script)

I have this type of data format.

Date(DD/MM/YYYY)Value
1/1/20133
1/2/20134
1/3/20136
1/6/20139
I want the table to be in the below mentioned format.
Date(DD/MM/YYYY)Value
1/1/20133
1/2/20134
1/3/20136
1/4/20136
1/5/20136
1/6/20139
1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See this blog post.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See this blog post.


talk is cheap, supply exceeds demand
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You might want to try Qlikview Components (QVC) http://qlikviewcomponents.org for this.

The QVC Call would be:

CALL Qvc.ExpandInterval('MyTable', 'Date');

-Rob