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: 
yashpace
Contributor III
Contributor III

Count if Two Dates Match

Hi All

I am trying to count Distinct ORDNUM if NewOrderDate = NewdispatchDate, I am trying this in KPI and I want to select NewOrderDate from the Filter.

=IF (

[NewOrderDate] = [NewDispatchDate] ,  Count ( DISTINCT ( ORDNUM ) )

)

TIA!!!

Labels (5)
10 Replies
yashpace
Contributor III
Contributor III
Author

Hi,

This is always giving Count by month level. I have three filters - NewOrderDate, Week(NewOrderDate), Month(NewOrderDate). When I select NewOrderDate I want a count for that day but instead, it is coming for the whole month.

 

Thanks