S
Sierras
Hello
Is it possible to group the report by one parameter and sort by
another?
My report and subreport are linked by a unique id. They are grouped
by this id. But I would like to sort by another field (ie product)
but still keep the grouping by ID
For example:
Main Report has a rptid and a Product field
Subreport has a rptid, SomeData1 and SomeData2 field
Right now, it gives me a report like this
rptid 1 Product Z
SomeData1
SomeData2
rptid 2 Product A
SomeData1
SomeData2
-----------------------------
I would like to have:
rptid 2 Product A
SomeData1
SomeData2
rptid 1 Product Z
SomeData1
SomeData2
Thanks
Is it possible to group the report by one parameter and sort by
another?
My report and subreport are linked by a unique id. They are grouped
by this id. But I would like to sort by another field (ie product)
but still keep the grouping by ID
For example:
Main Report has a rptid and a Product field
Subreport has a rptid, SomeData1 and SomeData2 field
Right now, it gives me a report like this
rptid 1 Product Z
SomeData1
SomeData2
rptid 2 Product A
SomeData1
SomeData2
-----------------------------
I would like to have:
rptid 2 Product A
SomeData1
SomeData2
rptid 1 Product Z
SomeData1
SomeData2
Thanks