COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: zill zill ziga ziga on 06 Apr 2011 04:12:21 AM

Title: scroll the header in the report output
Post by: zill zill ziga ziga on 06 Apr 2011 04:12:21 AM
is there any way to scroll the page header in the report output ??
the o/p should look like this..

ANNUAL REPORT
-------------------------------------------------------------------------------------------------------------------------

S.NO  NAME  QTY  REVENUE
**       **       **      *****
**       **       **      *****
**       **       **      *****

Title: Re: scroll the header in the report output
Post by: Gopinath on 06 Apr 2011 05:24:32 AM
if the report output is in HTML format use place your report header between html items with <marquee> tag
Title: Re: scroll the header in the report output
Post by: karthikeya on 06 Apr 2011 05:36:20 AM
<marquee behavior="scroll" direction="left">
Title: Re: scroll the header in the report output
Post by: zill zill ziga ziga on 06 Apr 2011 06:58:07 AM
thank you karthikeya..!!
really it helped me a lot..