Hi,
I am using CR v7 accessing an AIX/Informix database. My query is that follows:
I have 2 files: event (parent) and tasks (child). Each event is indexed by department and category. Each task as a "completion by date". I need to produce a (cross tab) summary report of outstanding tasks by date range. Therefore I need to compare each task "completion by date" with the (current or parameter) date and summarize totals as follows:
0-30days 31-60days 61-90days 91-120days
======== ========= ========= ==========
Dept1 / Cat1 10 5 2 1
Dept1 / Cat2 8 6 4 2
Dept5 / Cat1 2 1 2
Totals 20 12 8 3
Any suggestions??
Tx a lot
I am using CR v7 accessing an AIX/Informix database. My query is that follows:
I have 2 files: event (parent) and tasks (child). Each event is indexed by department and category. Each task as a "completion by date". I need to produce a (cross tab) summary report of outstanding tasks by date range. Therefore I need to compare each task "completion by date" with the (current or parameter) date and summarize totals as follows:
0-30days 31-60days 61-90days 91-120days
======== ========= ========= ==========
Dept1 / Cat1 10 5 2 1
Dept1 / Cat2 8 6 4 2
Dept5 / Cat1 2 1 2
Totals 20 12 8 3
Any suggestions??
Tx a lot