Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 nihhalmca
		
			nihhalmca
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi All,
I want to sort Product in Multibox object.
Ex: Product has Apple, Samsung, Nokia and Moto.
I want to sort product filed in multibox as Moto, Apple, Samsung and Nokia.
How can i do it.
Thanks in Advance,
NiHhal.
 ashfaq_haseeb
		
			ashfaq_haseeb
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Check this
use this as your sort expression:
=Dual(Product,match(Product ,'Moto','Apple','Samsung','Nokia'))
Regards
ASHFAQ
 anbu1984
		
			anbu1984
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Add this expr in Properties --> Sort tab --> Expression
Match(Product ,'Moto','Apple', 'Samsung','Nokia')
 ashfaq_haseeb
		
			ashfaq_haseeb
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Check this
use this as your sort expression:
=Dual(Product,match(Product ,'Moto','Apple','Samsung','Nokia'))
Regards
ASHFAQ
 
					
				
		
 jagan
		
			jagan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Try like this
LOAD
Dual(Brand, RecNo()) AS Brand
INLINE [
Brand
Moto
Apple
Samsung
Nokia];
Now in Sort tab select Numeric Ascending.
Hope this helps you.
Regards,
jagan.
 aveeeeeee7en
		
			aveeeeeee7en
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		This is something new................!!
 
 
					
				
		
 nihhalmca
		
			nihhalmca
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Actually what i posted question is wrong (my intention is different) ok anyways your answers are right, thanks for your response. i am closing this message.
 
					
				
		
 nihhalmca
		
			nihhalmca
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Actually what i posted question is wrong (my intention is different) ok anyways your answers are right, thanks for your response. i am closing this message.
 
					
				
		
 nihhalmca
		
			nihhalmca
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Actually what i posted question is wrong (my intention is different) ok anyways your answers are right, thanks for your response. i am closing this message.
