Print Page | Close Window

Parameter range

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Technical Questions
Forum Discription: Formulas, charting data, Crystal syntax, etc.
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=1836
Printed Date: 02 May 2024 at 6:41am


Topic: Parameter range
Posted By: fusion
Subject: Parameter range
Date Posted: 06 Dec 2007 at 6:13am
In my report I have a requirement where a user can input a range of values say 'emp#' 100 through 500 as a parameter and also not input any values.
I need to do grouping per emp#.
I have a field which gets it value based on parameter input (I have to use this field Eno_Dept as a formula field. I am trying to use the formula
If {?param} in {emp#} then {emp#}+{dept#}
else if {?param}='' then emp#)

How can I accomplish this grouping and the filed Eno_Dept?

I appreciate help with any portion of the problem.



Replies:
Posted By: BrianBischof
Date Posted: 06 Dec 2007 at 11:12am
You can group on formula fields in the Group Options. Have you tried this or is it not working?

-------------
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>



Print Page | Close Window