Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi, In my month list box, I changed it to month name. so now it s not coming jan to dec properly. it comes APR, AUG,DEC..... so i want to remove this sorting. How can I do this?
Try in sort tab to check "Load order" and uncheck all the others
Try in sort tab to check "Load order" and uncheck all the others
Hi,
In your load statement put sequence field like
Monthname SeqOrder
jan 01
Feb 02
and use SeqOrder field to sort by properties -> select expression option and paste field name there otherwise select Loadorder.
Hope this helps
Thanks & regards