Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi All,
Below mentioned set analysis function is not working.
count({<CurrentStatusPT={'Processed'}, TotalElapsedTimeBucketPT={"[00:30 hrs]","[01:00 hrs]","[01:30 hrs]","[02:00 hrs]">}BatchID)
Please suggest corrections.
TIA
Regards,
rishikesh
 MK_QSL
		
			MK_QSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try single quote rather than double quote inside {}
 
					
				
		
 alexandros17
		
			alexandros17
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I think this format 00:30 hrs is not correct, verify in a text box if the used format is valid
 
					
				
		
 jonathandienst
		
			jonathandienst
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You will need to provide more information in order to get useful suggestions.
Qlik Community Tip: Posting Successful Discussion Threads
QlikCommunity Tip: How to get answers to your post?
 marcus_malinow
		
			marcus_malinow
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		count({$<CurrentStatusPT={'Processed'}, TotalElapsedTimeBucketPT={'[00:30 hrs]','[01:00 hrs]','[01:30 hrs]','[02:00 hrs]'}>} BatchID)
A couple of minor corrections, including properly closing off your second set.
 
					
				
		
Hi Jonathan,
What more information do I need to porovide?
Rishi
