Data sequence issue due to ASCII in E910
Hello,
We are facing issue on data selection in E910 whenever we select data range on a string in UBE .
We recently upgraded B7334 to E910 and observed data sequence change due to ASCII, this is impacting lot on financial reports. Please suggest us how to fix this issue
For example data is like this
MCU | OBJ | SUB |
1 | 120124 | AAAAA |
1 | 120124 | AAAAB |
1 | 120124 | ACC11 |
1 | 120124 | A1223 |
1 | 120124 | AABBB |
1 | 120124 | BBAAA |
1 | 120124 | BBB12 |
1 | 120124 | BB123 |
1 | 120124 | BBBBB |
when i ran the report data selection is "Where SUB between AAAAA - BBBBB | ||
Results in XE | ||
MCU | OBJ | SUB |
1 | 120124 | AAAAA |
1 | 120124 | AAAAB |
1 | 120124 | ACC11 |
1 | 120124 | A1223 |
1 | 120124 | AABBB |
1 | 120124 | BBAAA |
1 | 120124 | BBBBB |
Results in E910 | ||
MCU | OBJ | SUB |