we have sort and sort within groups components. we can achieve the sort within group functionality by palcing two keys in sort group. then why i go for sort within gropus?
Total Answers and Comments: 6
Last Update: October 11, 2006 Asked by: prabhupurna
RE: we have sort and sort within groups components. we...
Hi
sort with in groups refines the data which is already sorted according to a key.ie it regroups the data ,which is already grouped with a key.but using sort we cannot achieve this.
RE: we have sort and sort within groups components. we...
The prerequisit for using sort within group is the data is already sorted by the major key.
Sort within group can output the data to the out flow once it has finished reading the major key group. It allows data streamline flow. Conversely, sort will not output the data until all input data has been read, so it is like a implicity phase.