Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
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.
 
					
				
		
Hi Destin,
Try this Count({<Status={'Solved'}>}DISTINCT tickets_id)
Thanks
Nithin
 
					
				
		
Hi Destin,
Try this Count({<Status={'Solved'}>}DISTINCT tickets_id)
Thanks
Nithin
 
					
				
		
Thank you Nithin. It's work.
