Report Output Display

djruni

Registered User.
Local time
Today, 07:59
Joined
Jan 31, 2006
Messages
20
Currently my data is being output like this:

Process 1 Cycle 1 Function 1
Proces 1 Cycle 1 Function 2
Proces 1 Cycle 2 Function 1
Process 2 Cycle 1 Function 1
Processs 2 Cycle 1 Function 2

I want to display it like this:

Process 1 Cycle 1 Function 1
Function 2
Cycle 2 Function 1

Process 2 Cycle 1 Function 1
Function 2


How can I do this? I dont want to sort anything ascending/descending, but just want to group it like above keeping the original sequence from the tables. Thanks...
 

Users who are viewing this thread

Back
Top Bottom