Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! 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.