How to get list of numeric values sorted correctly in a Quality Center drop down list?
Question ID: 104264
3
0

We have a vield with a drop down list of values from 1 – 10.

When the user clicks the down arrow on the field the list is in the wrong order.
Example:
1
10
2
3
etc…

How do I get it to sort in the correct order?

Marked as spam
Posted by (Questions: 70, Answers: 111)
Asked on October 29, 2010 11:27 pm
41 views
Answers (1)
3
Private answer

The list appears in the wrong order because the values are stored as strings instead of numbers. To get the correct order you seek, modify the list of values so that the items are two digits.
The list will be presented in the correct numerical order.

For Example
01
02
03
04
05
06
07
08
09
10

Marked as spam
Posted by (Questions: 0, Answers: 613)
Answered on October 29, 2010 11:32 pm
0
Ahhh, I understand now. Thanks so much!
( at October 30, 2010 12:01 am)
0
My pleasure. Until next time.
( at October 30, 2010 12:03 am)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top