Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Join & ToText for date range from parameter field Post Reply Post New Topic
Author Message
Sven
Newbie
Newbie


Joined: 28 Mar 2008
Online Status: Offline
Posts: 12
Quote Sven Replybullet Topic: Join & ToText for date range from parameter field
    Posted: 02 Apr 2008 at 8:48am

Dear all

I have create a paramteried Field, which asks for the date range (Start and End date) of the data to display. This Parameter field is used in the Selection Expert. Everything works Big%20smileBig%20smile
 
Now I want to display the values from the paramter field in the report header. The user shall read: The report contains data from 01/01/2005 to 09/03/2006.
 
Therefor I have created this formula:
 
Join (ToText({?ParameterField}), "to ")
 
It does not work. I get an error message that a number, date... is required. Any Ideas?
 
Cheers!
 
Keep trying :)
IP IP Logged
andymc
Newbie
Newbie
Avatar

Joined: 17 Mar 2008
Location: United States
Online Status: Offline
Posts: 18
Quote andymc Replybullet Posted: 03 Apr 2008 at 8:17am
Create a formula to be placed in the Report Header:
 
"The report contains data from " & minium({?ParameterField}) & " to " & maxium({?ParameterField})
 
 
 
Andymc
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.