CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2011
    Posts
    1

    Using a subreport value in the main report

    I am fairly new to Crystal. I am using version 10.

    I have a sub report that pulls in a date from a table.

    I need to use the date in a formula as part of the main report.

    Subreport
    Create_Date

    Main Report
    Sale_Date

    Formula to be used in main report
    {CLY.Create_Date} <= {SLX.Sale_Date} = Yes

    Can this be done?

  2. #2
    Join Date
    Jul 2005
    Posts
    1,083

    Re: Using a subreport value in the main report

    You can do it thru Shared Variables
    The next are links where you can find useful information about it
    Also there is the Crystal Reports help

    http://it.toolbox.com/wiki/index.php/Shared_Variables
    http://www.ehow.com/how_5287432_use-...al-report.html

    JG

Tags for this Thread

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

Featured