I am a newbie to Crystal and can't seem to figure out the cross tab report. I need a report that counts the number of events by dept and then event type by month.
My report needs to look something like this:
Jan Feb Mar Total
Dept A
Event Type 1 9 11 1 21
Event Type 2 2 5 9 16
Dept A Totals 11 16 10 37
Dept B
Event Type 1 5 9 2 16
I think I need the cross tab report but can't get it to work. My rows are Dept and Type. I think my columns need to be formula for range of dates (20030101 to 20030201, etc) but when I preview the sample, I get two columns for Jan (True|False). My formula is ToNumber(event_date) >= 20030101 and ToNumber(event_date) <= 20030131. And the summarized fields are counts of my formulas. Can anyone help?
My report needs to look something like this:
Jan Feb Mar Total
Dept A
Event Type 1 9 11 1 21
Event Type 2 2 5 9 16
Dept A Totals 11 16 10 37
Dept B
Event Type 1 5 9 2 16
I think I need the cross tab report but can't get it to work. My rows are Dept and Type. I think my columns need to be formula for range of dates (20030101 to 20030201, etc) but when I preview the sample, I get two columns for Jan (True|False). My formula is ToNumber(event_date) >= 20030101 and ToNumber(event_date) <= 20030131. And the summarized fields are counts of my formulas. Can anyone help?