If you are using a GL function to get a series of account numbers like 1200-6-55050..74750 why does it return in a random order like below?

If you are using a GL function to get a series of account numbers like 1200-6-55050..74750 why does it return in a random order like below?

Hi Sandeep -
Try using this as your filter:
1200-6-55050..1200-6-74750
Thank you Harry, I was using a NL function to get the segments and then was using a GL function to create a list of account number string. I get rid of the NL function and directly fed it into the GL function and it worked like a charm.