コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
2701 ビュー

Hey all, I've been trying to sort Analytic accounts, but they are sorting in a strange way, unlike the other things.

For EG: I want to sort: 1, 2, 3, 4, 5, 10, 20.
But on Analytic accounts, by using References, it is sorting up as: 1, 10, 2, 20, 3, 4, 5.


Screenshot attached for more guidance: 

http://imgur.com/a/lmTa0

http://tinypic.com/r/153tc0z/9


Any help would be much appreciated. Many Thanks.

アバター
破棄
最善の回答

This because References field is char field, and ordering is different from integer field, must put all code with same digits number.

Example convert: 1, 2, 3, 4, 5, 10, 20

To:  01, 02, 03, 04, 05, 10, 20


アバター
破棄
関連投稿 返信 ビュー 活動
2
9月 22
2954
0
4月 24
1249
0
2月 23
3763
5
11月 22
7996
1
4月 16
3644