Insights custom fields with QueueItem Creation Time filter

Hi @sarathi125 ,

Try the mention query.

sum(if(${queues.status} = ‘Failed’ AND ${queues.creation_time} >= now() - interval ‘30 minutes’, 1, 0))