Welcome, Guest. Please Login.
05/09/24 at 23:02:45
News:
Home Help Search Login


Pages: 1
Send Topic Print
Parameter with Range (Read 991 times)
Karen Genco
Browser
*




Posts: 29
Gender: female
Parameter with Range
02/12/05 at 05:53:23
 
Does anyone know how I can a parameter that was defined using a range to print on a report.  I can get a parameter that has a discrete value to print, but if it is a range, the field doesn't print.  In my case, this is a date range.  I'm interested in seeing the dates chosen to appear on the report.
Back to top
 
 
Email WWW   IP Logged
kevind
Active Member
*****


I was more than
willing to
"pony up",
how b'out U?

Posts: 639
Gender: male
Re: Parameter with Range
Reply #1 - 02/12/05 at 08:14:36
 
Karen,
I just ran into this myself.  With Crystal V10, I was able to use the minimum() function to show the lower date, and the maximum() function to show the upper date.
 
Set up a function that returns the text value ( using totext() ) of the minimum concatinated to the maximum.
 
Back to top
 
 

Kevin Damke
Spectronics Corporation
ISTECH 2004.1 7/26/13 SP1 - 20 user
Evo-ERP Build 7/25/13 T7 -7i R6 - 3 user
(Prev version was 2004.1 10/24/12)
(All Patches Installed as of 7/26/13)
Pervasive 2000i SP4 - Crystal Reports V10
Email WWW   IP Logged
Tim Keating
Senior Member
****


DBA CLASSIC WIN 2000
C/S

Posts: 298
Re: Parameter with Range
Reply #2 - 02/12/05 at 08:18:01
 
Try creating two formulas like: minimum(<parameter>) and maximum(<parameter>) and these should print.
Back to top
 
 

Tim Keating
Motor Guard Corporation
Email WWW   IP Logged
Tim Keating
Senior Member
****


DBA CLASSIC WIN 2000
C/S

Posts: 298
Re: Parameter with Range
Reply #3 - 02/12/05 at 08:18:52
 
Kevin beat me to it.
Back to top
 
 

Tim Keating
Motor Guard Corporation
Email WWW   IP Logged
Karen Genco
Browser
*




Posts: 29
Gender: female
Re: Parameter with Range
Reply #4 - 02/19/05 at 12:57:01
 
Thanks guys, much appreciated.
Back to top
 
 
Email WWW   IP Logged
Pages: 1
Send Topic Print