Here is the forumla I'm using in my sub report to populate the shared variable. I intend to have a shared variable for each summary field i'm interested in.
SubSummaryHoliday (formula)
---------------------------
WhilePrintingRecords;
if {TT_EntryLog.NominalID} = 88 then
Shared numberVar...
Right then, let me try again. Thanks for your help so far.
My sub report has the following tables:
EntryLog
--------
EntryID (1, 2, 89, 100)
StartTime (Decimal such as 8.5 for 8:30)
EndTime (ditto)
UserID (4, 5, 6, 7, 8)
NominalID (56, 67, 68, 69)
Nominals
--------
NominalID (56, 67, 68, 69...
Apologies
I'm running Crystal XI with SQL2000 (OLEDB (ADO))
I've got a summary in the sub report as follows:
Overtime: 20hours
SleepIn: 10hours
Sick: 5 hours
SleeInSick: 2hours
In my main report I need to get the summary values from the sub report and display
Net OverTime: Overtime - Sick...
I have a sub report which lists sets of timesheet entries. In the report, I group the entries by Entry Type. I then put the sub report in the main report which contains a list of all the members of staff. My problem is that on the main report I wish to take certain values (group summary values)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.