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

Ability to view function criteria

Status
Not open for further replies.

pungigi

Programmer
Oct 29, 2003
115
US
I have a report that runs based on the function LASTFULLWEEK, what I would like to do is show this on the report, is this possible??

Example

Header 10/19/03 thru 10/25/03(this is what I would like to see)

name date trip #
 
Insert, Field object, Special Fields, Record Selection Formula. Just place it on the report header.

Or you can write a formula:

"Records from "&totext(minimum(LastFullWeek))&" to "&totext(maximum(LastFullWeek))

Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top