ISTech Support Forum
http://www.istechforum.com/YaBB.pl
Crystal Reports, ODBC & Access >> Crystal Reports General Issues >> Parameter with Range
http://www.istechforum.com/YaBB.pl?num=1108216403

Message started by Karen Genco on 02/12/05 at 05:53:23

Title: Parameter with Range
Post by Karen Genco on 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.

Title: Re: Parameter with Range
Post by kevind on 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.


Title: Re: Parameter with Range
Post by Tim Keating on 02/12/05 at 08:18:01

Try creating two formulas like: minimum(<parameter>) and maximum(<parameter>) and these should print.

Title: Re: Parameter with Range
Post by Tim Keating on 02/12/05 at 08:18:52

Kevin beat me to it.

Title: Re: Parameter with Range
Post by Karen Genco on 02/19/05 at 12:57:01

Thanks guys, much appreciated.

ISTech Support Forum » Powered by YaBB 2.1!
YaBB © 2000-2005. All Rights Reserved.