Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
qlik_aparna
Partner - Contributor III
Partner - Contributor III

Find missing dates

Hi

I have linked my date field with master calendar date field. Now I need to find the missing dates in my data using master calendar date

in an expression.

The expression for actual days is

Count(DISTINCT {<Field name>} DATE) which is giving correct results.

Now I want to find the count of missing dates for each field.

14 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

I am not sure what you mean by "missing dates". Your script will populate the calendar with all possible dates between the min and the max dates, so there are no "missing dates" in the normal sense of the phrase.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
qlik_aparna
Partner - Contributor III
Partner - Contributor III
Author

Missing dates are the ones which has no Field value ie Funds

jonathandienst
Partner - Champion III
Partner - Champion III

Then you can adapts Sunny's expression. Something like

Count(Distinct DATE) - Count({<Funds = {'*'}>} Distinct DATE)

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Anonymous
Not applicable

please find attachments.

Regards

sahadev

Anonymous
Not applicable

In Help.qvf i have count missing dates

using Following Expression

       "count(if(IsNull(Value),Date))"

Its work Fine

Regards

Sahdev