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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
help4qv123
Creator II
Creator II

Fetch only Date

Hi,

'I have a database in which one of the column has dates and some duplicate values or records in it. i need to show only count(date).

plz check the  attachmnt

Labels (1)
12 Replies
prajapatiamar38
Creator II
Creator II

Hi....

Please find the attachment.

I have used Flag it is coming right now.

maxgro
MVP
MVP

count(if(isnum(date#(date, 'DD-MMM-YYYY')), distinct date))

help4qv123
Creator II
Creator II
Author

yes , but how can we create a flag?