WoodyGuthrie
MIS
Hi,
My problem deals with a matrix report and its column group.
My specific question is: Is there a way to specify the sort order for scan-code - either in an expression or otherwise?
Row Groups : Employee, Date, Total-Hours-Worked
Column Group : Scan-Type (sorted By Scan Code 1,2,3, or 4)
Scan-Codes and corresponding Scan-Types are as follows:
1=Start
2=End
3=OnBreak
4=OffBreak
Currently the output is similar to this:
Employee Date Hours-Worked Start End OnBreak OffBreak
John Smith 01/04/2008 5 11AM 4PM 12PM 12:30PM
The desired output would be like this:
Employee Date Hours-Worked Start OnBreak OffBreak End
John Smith 01/04/2008 5 11AM 12PM 12:30PM 4PM
So the desired sort order would be 1, 3, 4, and 2
Thanks for any assistance.
My problem deals with a matrix report and its column group.
My specific question is: Is there a way to specify the sort order for scan-code - either in an expression or otherwise?
Row Groups : Employee, Date, Total-Hours-Worked
Column Group : Scan-Type (sorted By Scan Code 1,2,3, or 4)
Scan-Codes and corresponding Scan-Types are as follows:
1=Start
2=End
3=OnBreak
4=OffBreak
Currently the output is similar to this:
Employee Date Hours-Worked Start End OnBreak OffBreak
John Smith 01/04/2008 5 11AM 4PM 12PM 12:30PM
The desired output would be like this:
Employee Date Hours-Worked Start OnBreak OffBreak End
John Smith 01/04/2008 5 11AM 12PM 12:30PM 4PM
So the desired sort order would be 1, 3, 4, and 2
Thanks for any assistance.