Dynamic Report Heading

Manish B

Member
How can I use variables sent from command line to the sql in Query Reporter in Report Title.

Manish B

 
Last edited:
The only variables available for the page header are:
  • &OSUser - The Operating System user.
  • &DBUser - The user that is connected to the database.
  • &Database - The database that the user is connected to.
  • &Date - The current date.
  • &Time - The current time.
  • &Page - The current page.
 
Last edited:
Back
Top