Hello,
I have a report that currently has 5 groups. Those groups are:
Region
Home Store
Name
Worked Store
Timecard Date & hours
Worked Store totals
Name totals
Home Store Totals
Region Totals
At the end of each break for level 2, I'd like a summary of...
I am running Crystal v.8.
I have two groups in my report. Region (1) and Department (2). My detail line will only print if the total hours for an employee in that department is over a parameter driven number.
I have under detail format section > suppress > x-2 the following:
{@TOTAL} <...
I need to have this as my query in Crystal.
SELECT DISTINCT A.PERSONNUM, A.PERSONFULLNAME FROM VP_DTC_BASESTORE A
WHERE EMPLOYMENTSTATUS = 'Active'
AND HOMELABORLEVELNM4 = 'F'
AND A.PERSONNUM NOT IN
(SELECT DISTINCT B.PERSONNUM FROM VP_DTC_BASESTORE B
WHERE B.DATE BETWEEN fromdate AND todate)...
I am trying to create a cross-tab report that will only print data if employee data exists for 5 consecutive days. So I'm trying to use the distinctcount function with this format:
DistinctCount({table.DATE},{table.PERSONID}) => 5
I'm doing this in the selection criteria > group function...
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.