Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 salezian
		
			salezian
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Everyone
I'm trying to develop listbox with 2 columns: SKU Code and SKU Description. I've used expression to combine these two columns on single list box. It works when there is no active selection on SKU records. When selection is made then description stays only on selected row, on all other rows there is null value. Is there any way to workaround this bahavior ?
Regards.
M.
 eliran
		
			eliran
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
What about creating a field in the load script instead of using expressions?
So load script should look like:
SKU_Code,
SKU_Desc,
SKU_Code&' - '& SKU_Desc
Hope it helps,
Eliran.
 salezian
		
			salezian
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
So simple  . I'll use your solution. Anyway it bothers me a little why it can't be done on report.
. I'll use your solution. Anyway it bothers me a little why it can't be done on report. 
Thanks for you solution.
