Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hello
I am looking to count the number of instances which contain a certain value.
i.e. Count the number of instances which contain 'S0101'
Thank you
 ogster1974
		
			ogster1974
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Something like
Count({<instance={'S0101'}>} instancekey)
 
					
				
		
That was it but needed to add a * after the S0101
Count({<instance={'S0101*'}>} instancekey)
That counted all the ones which contained S0101
Thank you
 ogster1974
		
			ogster1974
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Glad I could help, The wildmatch function can be useful around this topic too.
Regards
Andy
