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: 
mahitham
Creator II
Creator II

Set analysis with Null count help

Hi Experts,

Can any one please help me on below syntax.

I have two dates like [Start Date] and [End Date]

Here I need to count null from [Start Date] where [End Date] is less than Todays date.

I have tried this syntax but its not working. Please let me know am I missed any thing in the syntax.

=nullcount({<[End Date]<{today()}>}[Start Date])

 

Thanks in advance.

1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

Are your dates valid numeric date type or are they strings? Assuming the former:

=NullCount({<[End Date] = {"<$(=Today())"}>} [Start Date])
Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

1 Reply
jonathandienst
Partner - Champion III
Partner - Champion III

Are your dates valid numeric date type or are they strings? Assuming the former:

=NullCount({<[End Date] = {"<$(=Today())"}>} [Start Date])
Logic will get you from a to b. Imagination will take you everywhere. - A Einstein