In crosstab's (ver xi) I need to print a row for each employee even if they don't have any data for that month. How do I do this?
I also have 28 different columns and want to print all of them even if they don't have data for a given timeframe.
I need something like this
col1 col2 col3 ...col28
Edwards 5 5 0 ... 0
smith 5 5 0 ... 0
jones 0 0 0 .... 0
My report has a group on date (month)
in there I have a crosstab report that has
Employee as the row
Reporttype as the column (there are 28 types)
Thanks
Lhuffst
I also have 28 different columns and want to print all of them even if they don't have data for a given timeframe.
I need something like this
col1 col2 col3 ...col28
Edwards 5 5 0 ... 0
smith 5 5 0 ... 0
jones 0 0 0 .... 0
My report has a group on date (month)
in there I have a crosstab report that has
Employee as the row
Reporttype as the column (there are 28 types)
Thanks
Lhuffst