Sorting Alphanumeric Values

I have fields like a10 b20 c123
If we give numeric value (any number) as key in sort component, what would be the expected result?
Do we get a sorted order? or Does the sort component spits an error?

Showing Answers 1 - 15 of 15 Answers

SP

  • May 16th, 2017
 

It sorts the records based on the numeric key, will not throw error.

  Was this answer useful?  Yes

Umm

  • Jul 10th, 2017
 

@SP does it sorts in ascending or descending order? can you brief me how sort works?

  Was this answer useful?  Yes

Tejaswini

  • Aug 8th, 2017
 

Sort component spits an error unexpected token

  Was this answer useful?  Yes

Anil dara

  • Aug 17th, 2017
 

In sort component for example i have 1-10 numbers i specified in the sorted key as 5 it throws an error called "error in key specifier {5},filed "5" not found in record.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions