Add the sign percent modify sort
Add the sign percent modify sort
Super_carotte
Posts: 11Questions: 1Answers: 0
Hello every body :)
I would like to put the sign "%" after my numbers but it modifies the sort. I understand why (conversion to text instead of numbers) but I would like to know how can I do it because I need to see the "%" after my numbers.
Does anyone know how to do it?
Thank a lot for your help :)
Exemple: without the sign it's ok:
13500
436.23
229.07
206.85
71.85
66.28
50
45.53
21.02
4.73
2.36
0
0
-3.25
-10.44
-16.61
-20.36
-23.92
-100
But with the sign the asc sort doesn't work anymore:
71.85 %
66.28 %
50%
45.53 %
436.23 %
4.73 %
229.07 %
21.02 %
206.85 %
2.36 %
13500%
0%
0%
-3.25 %
-23.92 %
-20.36 %
-16.61 %
-100%
-10.44 %
I would like to put the sign "%" after my numbers but it modifies the sort. I understand why (conversion to text instead of numbers) but I would like to know how can I do it because I need to see the "%" after my numbers.
Does anyone know how to do it?
Thank a lot for your help :)
Exemple: without the sign it's ok:
13500
436.23
229.07
206.85
71.85
66.28
50
45.53
21.02
4.73
2.36
0
0
-3.25
-10.44
-16.61
-20.36
-23.92
-100
But with the sign the asc sort doesn't work anymore:
71.85 %
66.28 %
50%
45.53 %
436.23 %
4.73 %
229.07 %
21.02 %
206.85 %
2.36 %
13500%
0%
0%
-3.25 %
-23.92 %
-20.36 %
-16.61 %
-100%
-10.44 %
This discussion has been closed.
Replies
Allan
For your information, it works well even with a space between the numbers and the symbol.
Now I got:
13500 %
436.23 %
229.07 %
206.85 %
71.85 %
66.28 %
50 %
45.53 %
21.02 %
4.73 %
2.36 %
0 %
0 %
-3.25 %
-10.44 %
-16.61 %
-20.36 %
-23.92 %
-100 %
Allan