Skip to main content
Announcements
Jan 15, Trends 2025! Get expert guidance to thrive post-AI with After AI: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to make this sum

Hello.

Could you help me to calculate  "Nbre tickets résolus ". We can have it by make a filter on status='solved'.

The result is 2.I put in expression count(DISTINCT tickets_id), status='solved') but it's not correct.

How can i do it?

Thank you for your help.

Hello.

Could you help me to calculate  "Nbre tickets résolus ". We can have it by make a filter on status='solved'.

The result is 2.I put in expression count(DISTINCT tickets_id), status='solved') but it's not correct.

How can i do it?

Thank you for your help.

1 Solution

Accepted Solutions
Not applicable
Author

Hi Destin,

Try this Count({<Status={'Solved'}>}DISTINCT tickets_id)

Thanks

Nithin

View solution in original post

2 Replies
Not applicable
Author

Hi Destin,

Try this Count({<Status={'Solved'}>}DISTINCT tickets_id)

Thanks

Nithin

Not applicable
Author

Thank you Nithin. It's work.