|
-
May 7th, 2009, 11:56 AM
#2
Re: Inserting Printed Parameter Values in CR 10 Report?
If a Parameter contains Range Values, use the Minimum and Maximum functions to get the lower and upper bounds of the range.
You will need to create another formula. Here is a formula sample that is printed on a page header from one of my reports.
"For all Orders from " + ToText(Minimum ({?OrderDates}),"dd-MMM-yyyy") + " To " + ToText(Maximum ({?OrderDates}),"dd-MMM-yyyy")
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|