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: 
manojkulkarni
Partner - Specialist II
Partner - Specialist II

Generate Missing data

Hi All,

I have below data for which i need to generate data missing between the dates till today so that we can plot historical chart on this. Appreciate any suggestion or solutions on the same.

Temp:

Load * inline [

CaseID, CompletedDate,             Value,   CDate,  TestResult_PointID

233579,              18-Sep-2020,     Passed, 18-09-2020,       786133

233579,              16-Oct-2020,     Failed, 16-10-2020,       786133

233579,              03-Nov-2020,    Passed, 03-11-2020,       786136

233579,              17-Nov-2020,    Aborted, 17-11-2020,       786134

233579,              19-Nov-2020,    Passed, 19-11-2020,       786134

];

2 Replies
Kushal_Chawda
MVP
MVP

@manojkulkarni  see the attached

 

manojkulkarni
Partner - Specialist II
Partner - Specialist II
Author

Thanks for the document. It is useful