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

Adding a field that displays the date of the previous Friday

Status
Not open for further replies.

t16turbo

Programmer
Mar 22, 2005
315
GB
Hi guys,

I ahve created a report that has three sections (each with its own SQL)

I want to display a date underneath the report title in the page layout section.
the date is that of the previous friday (in SQL it would be SELECT Next_Day(SYSDATE - 8,'Friday'))

is it possible to put this in underneath the report title in the Page LIst section?

failing that, how can I add a single field with a date calculation/query?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top