Results 1 to 3 of 3

Thread: [RESOLVED] Inserting Printed Parameter Values in CR 10 Report?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Resolved [RESOLVED] Inserting Printed Parameter Values in CR 10 Report?

    I have a Crystal Report 10 in which the user supplies a date parameter (date range consisting of 2 date values entered). These values need to be printed on the report and I can't get them to show up on the report. I have dragged the parameter field onto the report and it just doesn't print a value. What am I doing wrong?

    Thanks,
    Blake

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    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")

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Re: Inserting Printed Parameter Values in CR 10 Report?

    Thanks Bruce...that worked great!
    Blake

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width