Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Hi,
Check this
use this as your sort expression:
=Dual(Product,match(Product ,'Moto','Apple','Samsung','Nokia'))
Regards
ASHFAQ
Add this expr in Properties --> Sort tab --> Expression
Match(Product ,'Moto','Apple', 'Samsung','Nokia')
Hi,
Check this
use this as your sort expression:
=Dual(Product,match(Product ,'Moto','Apple','Samsung','Nokia'))
Regards
ASHFAQ
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.
This is something new................!!
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.
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.
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.