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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LastFullWeek 1

Status
Not open for further replies.

Wabush

Programmer
Jan 15, 2001
31
US
I am running a report using the 'lastfullweek' function in the Select expert and want to display the dates included in a Title or header. ie. From {firstdayofweek} to {LastDayofWeek}.

Thanks,

Deanna
 
Try a formula like this:

"Includes orders from "+totext(minimum(LastFullWeek))+" to "+totext(maximum(LastFullWeek)) Software Support for Sage Mas90, Macola, Crystal Reports and Goldmine
 
That is cool. It never occured to me to use Min and Max with those array functions. Pretty handy. Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guide to using Crystal in VB
tek@kenhamady.com
 
Also usage on a range paramter like Daterange, CustomerRange, ItemRange, etc. Software Support for Sage Mas90, Macola, Crystal Reports and Goldmine
 
That is what is funny. I use Min and Max all the time with range parameter fields. It never occured to me that the date functions have actual array values that you can capture. Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guide to using Crystal in VB
tek@kenhamady.com
 
That works like a charm.

Thanks!

Deanna
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top