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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
stekol61
Creator
Creator

Count in graph

Hi!

I want to present  the numberer of 'Backlog' objects=1 per week for 'source'="Event" in a graph

How can I do this?

1 Solution

Accepted Solutions
isorinrusu
Partner - Creator III
Partner - Creator III

New chart, Week as the dimension, and the following expression:

Count( {< source={Event}, Backlog={1} >} Ticket_ID)

Regards,

Sorin.

View solution in original post

1 Reply
isorinrusu
Partner - Creator III
Partner - Creator III

New chart, Week as the dimension, and the following expression:

Count( {< source={Event}, Backlog={1} >} Ticket_ID)

Regards,

Sorin.