Hi
I am using version 8.5 and I am using ODBC drivers to connect to my AS400 database.
Problem Statement - I have 2 million records which meet the criteria for my report. But I need to display only 5-6,000 records on the screen (One record per employee).
The records are as follows -
Emp Id Check Amount
12021 $489.00
12527 $1681.00
12021 $4.50
12617 $500.00
12617 $4327.00
12021 $400.00
The report should look like
12021 $893.50
12527 $1681.00
12617 $500.00
It is quite evident that we have multiple records for each employee.
On report I need to display the total check amount against an employee, therefore from database I do not want to fetch the complete 2 million records. Rather I wish to fetch totals directly.
As I am not using queries or stored procedures, I do not know how can I do this ??
Please help me out on this issue
Thanks in advance
Crazy
I am using version 8.5 and I am using ODBC drivers to connect to my AS400 database.
Problem Statement - I have 2 million records which meet the criteria for my report. But I need to display only 5-6,000 records on the screen (One record per employee).
The records are as follows -
Emp Id Check Amount
12021 $489.00
12527 $1681.00
12021 $4.50
12617 $500.00
12617 $4327.00
12021 $400.00
The report should look like
12021 $893.50
12527 $1681.00
12617 $500.00
It is quite evident that we have multiple records for each employee.
On report I need to display the total check amount against an employee, therefore from database I do not want to fetch the complete 2 million records. Rather I wish to fetch totals directly.
As I am not using queries or stored procedures, I do not know how can I do this ??
Please help me out on this issue
Thanks in advance
Crazy