Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 lalitkgehlot89
		
			lalitkgehlot89
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
In given data I want to create a Flag against the DataTYPE field which has the text VOUC at any place.
Please help me out.
 MK_QSL
		
			MK_QSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		If(WildMatch(FieldName, '*VOUC*'),1,0) as Flag
 
					
				
		
 dineshm030
		
			dineshm030
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi lalitkumar,
if(wildmatch(fieldname, '*VOUC*'),1,0) as flag
Regards
Dinesh
