Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 gkcchowdary
		
			gkcchowdary
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
anyone tell me the set expression for calculate the count of tickets using any filter condition?
Ex :calculate the count of tickets if status equal to completed.
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		It should look like this
Count({<Status = {'completed'}>}Tickets)
 gkcchowdary
		
			gkcchowdary
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		thanks sunny
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		no problem
 gkcchowdary
		
			gkcchowdary
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Sunny
can You please share your personal email id to my mail.
i have one requirement .
 shiveshsingh
		
			shiveshsingh
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		=count({<Status = {'Completed'}>}Tickets)
