Version Titles on Reports

jhartnett

Member
How can I get the Version Title to print on my Simple Income Statement
(R10211B)? I've looked at the system variables in the report designer but
was unable to find it. We're B7331 SP7.1, NT, and SQL7.0.

Thanks in advance.

John Hartnett
J & J Snack Foods
 
John,

In your page header section you need to add a report variable, eg RV
VersionHeading,
and in the DO Section use business function N42002400 (F983051 Get Version
Title)
and pass in system values SL ReportName and SL VersionName and pass back the

version title to your report variable.

Tracy.
 
Hi John,

First add report variable “Version Title” (alias JD). In header (page or report) event rules DO section add BF N400240 “F983051 Get Version Title”. First parameter is “RC R10211B”; second parameter is “SL VersionName”. Dir is “->”. Third parametar is “RV Version Title” and Dir is “<-“.


Hope this helps,

Regards,
Bojan.
 
Back
Top