Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 Johnnyg248
		
			Johnnyg248
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Have a flag field in sql table that is a bit field (value is 0 or 1)
Is it possible to "translate" the field so list box would display 'Y' or 'N'?
I guess could just translate in load script but just curious
 
					
				
		
 jaibau1993
		
			jaibau1993
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
 marcus_sommer
		
			marcus_sommer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		It could be also done within the listbox by choosing an expression as source and not a field. I assume that you have multiple of such flag-fields and then a script-solution would be probably more suitable - maybe also as dual() values, like: dual('Y', 1).
- Marcus
