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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
sona_sa
Creator II
Creator II

Re : Count Tickets in Time Interval

Hi Team,

I need a logic, Suppose I am loading a table where some ticket is generating every minutes of time interval. Now I have to find out in last 2 hours how many tickets has been generated. 

Regards,

AI

2 Replies
Ksrinivasan
Specialist
Specialist

hi,

try this

Count({<ticket_time= {"=$(Max(ticket_time))<=$(Max(ticket_time)-02:00:00))"}>}ticket)

ksrinivasan

sona_sa
Creator II
Creator II
Author

Thanks Ksrinivasan, Let me check.