I am trying to select off of a running total varialbe. Here is my report information.
Group #1: Department
Group #2: Employee
Group #3: Apply Date of Timecard Punch - weekly
Group #4: Aplly Data of Timecard Punch - Daily
I need to capture an employee if they have worked over 48 hours in an 3 consecutive day period of time. I have formulas that capture the consecutive day and give me a running total with
whileprintingrecords;
numbervar full;
full:=full + {@Consecutive Count}
I am able to see if they worked three or more days but when I try and select off of this field I can't because it is not available to select off of. This field resets on the Apply Date for weekly.
Using CR 9.0 and SQL 7
Thanks for any help.
Group #1: Department
Group #2: Employee
Group #3: Apply Date of Timecard Punch - weekly
Group #4: Aplly Data of Timecard Punch - Daily
I need to capture an employee if they have worked over 48 hours in an 3 consecutive day period of time. I have formulas that capture the consecutive day and give me a running total with
whileprintingrecords;
numbervar full;
full:=full + {@Consecutive Count}
I am able to see if they worked three or more days but when I try and select off of this field I can't because it is not available to select off of. This field resets on the Apply Date for weekly.
Using CR 9.0 and SQL 7
Thanks for any help.