Hey Mayank, I do this regularly. In this example I have a custom object linked to a project object, and I want a count on the project object of all CRs. So you create a relations summary, then you do a count on the related items. In your case it’ll be all items, but you can then do the “filter related items” on “Active”.
Hope this makes sense?

Hey Mayank, I do this regularly. In this example I have a custom object linked to a project object, and I want a count on the project object of all CRs. So you create a relations summary, then you do a count on the related items. In your case it’ll be all items, but you can then do the “filter related items” on “Active”.
Hope this makes sense?

Hi @Andy Johnston Thank you for the suggestion, I have created a custom object to count the number of work Items in a project and used the filter as Active. It seems to work and I am able to get the number of Active deliverables in the project