Print Crystal Parameters on Reports

SOLVED

I have created a Custom General Ledger Detail By Source Report under the General Ledger Reports.  

I would like to print the parameters that have been selected on the Report but I do not see under special fields or under the database work table any fields that contain the parameters that are selected on the user interface.  Does anyone know the database field that these are stored in so that I could add them to the report?

Thanks!

Aaron

Parents
  • 0

    Parameters entered directly into a CR dialog should be in the report's Parameters listing.  (Objects in the report that look like {?parametername}...).

    If you are talking about settings from a MAS dialog, used by the system to produce work table data, then those are not available unless they are in the work table, or passed into a formula field automatically... with a few exceptions (like company code, which can be retrieved using a specifically named blank formula field).

  • 0 in reply to Kevin M

    Look in the MAS_System folder for the following files:

    SY_ReportOption

    SY_ReportSelection

    Specifically, use Data File Display and Maintenance to view the fields associated with your report setting.

    I have successfully added this info to a report using a subreport.

  • 0 in reply to BShockley

    Thanks I will take a look at adding the sub report and see if that gives me what I am looking for.  Really appreciate the feedback!!

    Aaron

Reply Children