Help needed for Crystal Reports 8 newbie! 
Author Message
 Help needed for Crystal Reports 8 newbie!

Hi,

I've just started using Crystal Reports 8 at work, and have been
picking it up quite well.  However, I have a little problem.  I want to
be able to display the total amount of minutes worked by a department
in my company.  I created a formula, and put it into the detail section
of the report, and it looks like this:

If {timeperiod.attendanceflag} = 1 and {employeetreelink.treenode3} =
3013 and {timeperiod.periodstartdatetimerounded} >= #01/10/2000# and
{timeperiod.periodenddatetimerounded} <= #31/10/2000# Then
(
    (Sum({timeperiod.PERIODDURATIONMINSROUNDED}))/60
);

where attendanceflag is 1 if the person is in, treenode3 is the
department id.  I've selected the data to be within the month of
October, hence the periodstartdaterounded and periodenddaterounded.

When I use the above formula, it produces a list on the report like
this:

10,195.60
0.00
10,195.60
0.00
10,195.60
0.00
10,195.60
0.00
...

where I only want it to display 10,195.60, and only display it once!

I hope all that made sense...any help on this matter would be
gratefully appreciated!

Kind Regards,

Mario Sarno
--
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
 _  // Mario Sarno

  \/   Website: http://www.*-*-*.com/

Sent via Deja.com http://www.*-*-*.com/
Before you buy.



Fri, 30 May 2003 22:03:18 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Please Help Newbie Crystal Report / VB help needed.

2. Newbie needs help with Crystal Reports parameters

3. Newbie needs help with crystal report

4. Newbie needs help with Crystal report

5. Crystal Reports Newbie needs help

6. CRYSTAL REPORT HELP NEEDED FOR NEWBIE

7. Need Report to look at SQL Data source ( VB / CR newbie needs help)

8. Printing Crystal Reports report help needed

9. Need help printing LARGE reports with vb3.0 and Crystal Reports

10. Need help to write a report with Crystal Report

11. Need help printing LARGE reports with VB3.0 and Crystal Reports 4.5

12. Please Please help !!! Crystal Report Help Needed

 

 
Powered by phpBB® Forum Software