Page 1 of 1

Sorting problem with group

Posted: Wed Jan 12, 2011 8:45 am
by jorool
Hello again!

When I use groupheaderband before a databand, the sort or databand's data is getting weird!
See the image bellow.
In red is the databand inside a group, in green, only the databand.
Note that column "fase" must starts with 101, but 109 comes first on grouped data!

Thank you.

Sorting problem with group

Posted: Wed Jan 12, 2011 8:53 am
by JorisWils
I don't know about FX for Flex, but if you use the sort option on the databand between the grouping bands it should be okay.
Doesn't that work?

Sorting problem with group

Posted: Thu Jan 13, 2011 12:53 am
by Vladimir
Hello,

We tested data sorting within the group bands, everything is working correctly. Please send us your report for analysis.

Thank you.

Sorting problem with group

Posted: Mon Jan 17, 2011 5:22 am
by jorool
Hello

I had not sorted data on report. My "dataset" was already sorted before sync on report.
I'll create a new index and use sort option of databand!

Thank you again.

Sorting problem with group

Posted: Mon Jan 17, 2011 8:37 am
by Ivan
Hello,

We are always glad to help you.
Let us know if you need any additional help.

Thank you.

Sorting problem with group

Posted: Wed Jun 29, 2011 3:16 pm
by jorool
Hello

I'm havin' a new problem with group and sorting.
My group must to break by two fields (one is string other is integer, in this sequence).
The condition expression of the group is the following

Code: Select all

{dados.maskCodigo, dados.codigoPadrao}
The group breaking works fine, but it get sort like string.
Please see the images below. It shows the fields types and a preview of report.

Sorting problem with group

Posted: Fri Jul 01, 2011 1:42 am
by Ivan
Hello,

Please try to use the following expression in the GroupCondition:

Code: Select all

{dados.maskCodigo}{Format("{0:D8}", dados.codigoPadrao)}
Thank you.