Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Working Days Function

Status
Not open for further replies.

Commandolomo

Technical User
Sep 3, 2004
15
0
0
GB
Does anyone know if there is a formula or function within Business Objects 6.1 that when you run a report that returns sets of two different dates, it returns the number of working days between them, and not the number Calandar days? A bit like the NETWORKDAYS function in MS Excel - and I do not want to have to export my info to Excel!!

Any ideas?

Regards
 
Try this formu, forum393 if you don't get a response here. This is almost all Crystal Reports here.

~Brian
 
In Crystal and many other languages the function is:

datediff("d",{table.date1},{table.date2})

As Brian pointed out, this is a Crystal forum, not BO.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top