First I'll show you what the cross tabel should look like, then I'll explain the things you see, then I'll ask my question.
This is what my chief would like to see:
FailedCode | successCode
Ftype AvgHandlingTime | Scode AvgHandlingTime
Date CountOfMachine Avg of MachHandlingTime | CountOfMachine Avg of MachHandlingTime
FailedCode, SuccessCode, Ftype and Scode are all in the very same table column: {Stats.Result}
But AvgHandlingTime is in a different column: {Stats.Time}
How do I add the AvgHandlingTime column to the cross table the way as demonstrated above? You can't do that with standard cross table expert features, so it seems.
Edited by Valmont - 06 Apr 2007 at 3:26am