Print Page | Close Window

Parameter date range display in report

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=11501
Printed Date: 02 May 2024 at 7:03am


Topic: Parameter date range display in report
Posted By: bluelabel
Subject: Parameter date range display in report
Date Posted: 24 Oct 2010 at 3:11pm
Hello,

I am very new to Crystal, this is my 2nd day using it. 

I have managed to compile a report where I can check sales data by a date range entered via parameters.

What I am wanting to do is to have the date range that is selected via the parameter to appear in the the heading of the report so when I print the report the dates the report relates to are visible in the report.

Thankyou for assistance in advance

Thumbs%20Up

blue





Replies:
Posted By: lockwelle
Date Posted: 25 Oct 2010 at 3:06am
drag the parameters over from the Field Explorer under the parameter section.  Format as desired.
 
HTH


Posted By: bluelabel
Date Posted: 25 Oct 2010 at 1:27pm
I have worked it out thanks, it took a while but I got it. 

In the field explorer enter a new formula field as below

"From: " & Minimum ( {?Date Range} ) &
" To: " & Maximum ( {?Date Range} )

Then format as desired.




Print Page | Close Window