Hi
I am using crystal reports 10
I am using a formula field which is total_work
It is the sum of 2 database fields ( employee is table)
{@tot_wrk} := employee.regular_wrk + employee.overtime_wrk;
This tot_wrk has to be suppressed whenever its value is greater than 24;
I need to calculate the count of all the unsupressed tot_wrk
formula fields ; ie the total records which are displayed
The formula field is in a group header (G2) and is again contained within another main group (G1). I could not do
Sum ({@tot_wrk} and this is giving me an error
So the count of all the {@tot_wrk} present in group G2 should be displayed in its super group G1
Can some one please help
Thanks
I am using crystal reports 10
I am using a formula field which is total_work
It is the sum of 2 database fields ( employee is table)
{@tot_wrk} := employee.regular_wrk + employee.overtime_wrk;
This tot_wrk has to be suppressed whenever its value is greater than 24;
I need to calculate the count of all the unsupressed tot_wrk
formula fields ; ie the total records which are displayed
The formula field is in a group header (G2) and is again contained within another main group (G1). I could not do
Sum ({@tot_wrk} and this is giving me an error
So the count of all the {@tot_wrk} present in group G2 should be displayed in its super group G1
Can some one please help
Thanks