Paul Ramsden Messages: 75 Registered: February 2011 Location: BW, Germany
Member
I have a table which has a group on Country. The country names are in German and contain umlauts. So Austria is Österreich and comes after Zimbabwe in the report result. Ideally, it should appear between N and P.
How can I influence this? The data originates from SQL Server which does order correctly (Ö interpreted as Oe). After grouping by BIRT this ordering is lost.
On 6/25/2012 2:14 AM, Paul Ramsden wrote:
> I have a table which has a group on Country. The country names are in
> German and contain umlauts. So Austria is Österreich and comes after
> Zimbabwe in the report result. Ideally, it should appear between N and P.
>
> How can I influence this? The data originates from SQL Server which does
> order correctly (Ö interpreted as Oe). After grouping by BIRT this
> ordering is lost.
>
> Thanks
>
> Paul
On 6/25/2012 2:14 AM, Paul Ramsden wrote:
> I have a table which has a group on Country. The country names are in
> German and contain umlauts. So Austria is Österreich and comes after
> Zimbabwe in the report result. Ideally, it should appear between N and P.
>
> How can I influence this? The data originates from SQL Server which does
> order correctly (Ö interpreted as Oe). After grouping by BIRT this
> ordering is lost.
>
> Thanks
>
> Paul
On 6/25/2012 2:14 AM, Paul Ramsden wrote:
> I have a table which has a group on Country. The country names are in
> German and contain umlauts. So Austria is Österreich and comes after
> Zimbabwe in the report result. Ideally, it should appear between N and P.
>
> How can I influence this? The data originates from SQL Server which does
> order correctly (Ö interpreted as Oe). After grouping by BIRT this
> ordering is lost.
>
> Thanks
>
> Paul
Paul Ramsden Messages: 75 Registered: February 2011 Location: BW, Germany
Member
Jason
thanks for your help again!
No, I hadn't noticed the locale setting in sort. What I am actually doing is a group not a sort. The group seems to sort differently or do I apply a sort as well?
Can you try to select the table and add a locale based sort on it? Also
you may want to try and use the sort tab in the group editor as well.
Jason
On 6/26/2012 8:28 AM, Paul Ramsden wrote:
> Jason
>
> thanks for your help again!
>
> No, I hadn't noticed the locale setting in sort. What I am actually
> doing is a group not a sort. The group seems to sort differently or do I
> apply a sort as well?
>
> Paul