I've got a report with this structure:
ReportTitleBand
GroupHeader
DataBand
In the header and report title it correctly places my data from datasource(SQLServer), as usual :biggrin:
But in the data band its the first time i make the output of a procedure the input of the text labels in the databand, and what i'm seeing is that even when the output of the procedure comes correctly ordered because in the last SELECT clause, i apply a ORDER BY clause, the data shown in the report is not correctly ordered, i tried to rebuild carefully the document but it keeps happening.
Any help please?