Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 baarathi
		
			baarathi
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I have field where its values are of combination of char,varchar and int data type, i want to get only char data type of that field in my listbox?
 
					
				
		
 jpenuliar
		
			jpenuliar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Baarathi V,
It is ideal to have it in the script if you are particular with performance.
Its also possible to do in the listbox object, however if you have millions of rows and will use that calculated listbox as filter to all sheets you have, you have a potential performance issue
 
					
				
		
 jpenuliar
		
			jpenuliar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		try
 IsNum
IsNum    IsText
IsText    baarathi
		
			baarathi
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		sir should i do this in scripting or can give it as expression while creating listbox?
 
					
				
		
 sonkumamon
		
			sonkumamon
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You can do it in both - Chart expression and script expression.
 
					
				
		
 jpenuliar
		
			jpenuliar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Baarathi V,
It is ideal to have it in the script if you are particular with performance.
Its also possible to do in the listbox object, however if you have millions of rows and will use that calculated listbox as filter to all sheets you have, you have a potential performance issue
