To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66220
Issue #:|66220
Summary:|Uncorrect data sorting in calc
Component:|Spreadsheet
Version:|OOo 2.0.2
Platform:|All
URL:|
OS/Version:|All
Status:|UNCONFIRMED
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|DEFECT
Priority:|P3
Subcomponent:|code
Assigned to:|spreadsheet
Reported by:|renatolombardo
------- Additional comments from [EMAIL PROTECTED] Wed Jun 7 09:22:14 -0700
2006 -------
If I have a data sheet like this:
A B C
0 1 A1
2 A2
3 A3
4 A4
5 A5
6 A6
10 1 B1
2 B2
3 B3
4 B4
5 B5
6 B6
And try to sort by column B I get this:
A B C
10 1 B1
0 1 A1
2 B2
2 A2
3 A3
3 B3
4 A4
4 B4
5 B5
5 A5
6 B6
6 A6
Data in columns A and C are sorted in a random way...
I should obtain this, instead:
0 1 A1
10 1 B1
2 A2
2 B2
3 A3
3 B3
4 A4
4 B4
5 A5
5 B5
6 A6
6 B6
Using Debian Unstable & OOo 2.0.2
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]