Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Trying to get the count.

I have data as below...

ID  DateEnd

1  

2

3   10/31/2016.

Trying to get the count of ID's which has Date > today () and I am using the below expression,

count(if(date([DateEnd] >Today() ),[ID]))  but  it is not working

THnaks much

Labels (1)
11 Replies
swuehl
Champion III
Champion III

Pavana alva wrote:

yeah...when I put in listbox it is in the following format....10/31/2016

So I guess you either haven't read Henric's blog post (which I would recommend anyway) I've linked to or you haven't closely looked at the images titled 'correct' and 'incorrect' .

Not applicable
Author

Yeah.My bad.Thank you very mcuh