I have currency field which contain negative and positive amounts. I need to convert it totext(I'll explain). But then I am sorting
by this field and my sort come up like:
5.25
6.00
-7.00
7.50
-8.25
9.00....
I need
-7.00
-8.25
5.25
6.00.....etc. And I cannot find a way to do this.
Why I am converting:
I have Parameter field SORT which contain all fields in the report. Then I have a formula Sort where all field should be Totext
Then I grouped by this SORT so user can select a field he wants to sort by. So... my sort is string...........
Thank you
by this field and my sort come up like:
5.25
6.00
-7.00
7.50
-8.25
9.00....
I need
-7.00
-8.25
5.25
6.00.....etc. And I cannot find a way to do this.
Why I am converting:
I have Parameter field SORT which contain all fields in the report. Then I have a formula Sort where all field should be Totext
Then I grouped by this SORT so user can select a field he wants to sort by. So... my sort is string...........
Thank you