Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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 (6)
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