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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Count dates in straight chart

Hi,

I'm trying to count the instances of a particular field (in this case a date) in a straight chart. What we're looking for is:

DateCount
27/02/2012 3
28/02/2012 2
01/03/2012 8
04/03/2012 3

Can anyone help? As may be obvious, I am not an experienced QV designer...

Thanks, Gavin

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

Have you tried Date as dimension and

=count(Date)

as expression?

View solution in original post

2 Replies
swuehl
Champion III
Champion III

Have you tried Date as dimension and

=count(Date)

as expression?

Not applicable
Author

Perfect, thanks swuehl.