tektipsMem
MIS
CR XI, WIN XP
I have a total count and a percent total on group 2 footer. I like to have these value shown on the page header to make stronger impact on clients who read the report.
Basic layout:
Page header: report title, {Site}, {Unit}, column headings
Group1 header: {Site} (hide, new page before, reset page #)
Group2 header: {Unit} (hide, new page before, reset page #)
Detail: ID , OP_ID, OP_name (duplicate suppress), Date
Detail suppress x-2: {@wrongID} len{ID}=5 or not(left({ID},2) in "00")
Group 2 footer: running total count of {ID} in group 2;
sum({@correctID}, {group 2 Unit})%({totalID count})
{@correctID}
if {ID}<>5 then 1 else
if left({ID},2) in "00") then 1
else 0
Any idea how to put the running total and % on the page header?
TTM [santa2]
I have a total count and a percent total on group 2 footer. I like to have these value shown on the page header to make stronger impact on clients who read the report.
Basic layout:
Page header: report title, {Site}, {Unit}, column headings
Group1 header: {Site} (hide, new page before, reset page #)
Group2 header: {Unit} (hide, new page before, reset page #)
Detail: ID , OP_ID, OP_name (duplicate suppress), Date
Detail suppress x-2: {@wrongID} len{ID}=5 or not(left({ID},2) in "00")
Group 2 footer: running total count of {ID} in group 2;
sum({@correctID}, {group 2 Unit})%({totalID count})
{@correctID}
if {ID}<>5 then 1 else
if left({ID},2) in "00") then 1
else 0
Any idea how to put the running total and % on the page header?
TTM [santa2]