As putting variable in form of labels in the Page Header (Reporter Specific)
At 19 OCT 2000 10:26:13AM Luis Ballinas wrote:
Hi Group.
somebody can give me an idea of as putting variable (in form of label) in "Page Header" of the report???
That is to say, I have a window where the user captures the variables to make his selection. Then I throw the report with the parameters of /PV=1 /QU=1 /RP= /SEL=, and I wanted to put in those "Pages Header", some variables of those that were captured (for example an interval of dates).
Thank you for their attention. Any tip or help is grateful.
At 20 OCT 2000 07:59AM WinWin/Revelation Technical Support wrote:
Luis-
You can create a calculated field named MY_REPORT_HEADER whose formula is @ans=@user1.
In your program where you get the date range, set @user1 to the text you want to appear in the header.
Hope it helps-
Mike Ruane