Focal Point
Multiple reports on one html page with BYTOC

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/5351053091

October 11, 2006, 11:36 AM
margo430
Multiple reports on one html page with BYTOC
Hi,

I'm displaying three reports on one HTML page for a course. I would like to provide an index (BYTOC) of all courses to allow the user to view any course which would display three reports within one HTML. Where would I need to place 'BYTOC'?

Thanks.

Margaret
October 11, 2006, 11:42 AM
Prarie
ON TABLE PCHOLD FORMAT HTML BYTOC


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
Does that means that the first report will produce an index?
Another real cute option I just found in the documentation is the Multiple Reports Client Variables. It creates a nicer output with an index than TOC does. See page 7-9 of DN4500724.0206 (Developing Reporting Applications With Graphical Tools Version 7 Release 1.3). I don't know what versions it came in with.
 
-TYPE WEBFOCUS CGIVAR IBIWF_mreports=INDEX
-TYPE WEBFOCUS CGIVAR IBIWF_index=OFF
-TYPE WEBFOCUS CGIVAR IBIWF_mprefix=Description Report 1
EX Report1 
-RUN
-TYPE WEBFOCUS CGIVAR IBIWF_mprefix=Description Report 2
EX Report2
-RUN
-TYPE WEBFOCUS CGIVAR IBIWF_mprefix=Description Report 3
EX Report3
-RUN 


There are other CGIVARs and ways of using it too. You can show multiple reports at once in a grid of frames, you can set the IBIWF variables on an HTML page that runs the Servlet, etc.

This message has been edited. Last edited by: N.Selph,


(Prod: WebFOCUS 7.7.03: Win 2008 & AIX hub/Servlet Mode; sub: AS/400 JDE; mostly Self Serve; DBs: Oracle, JDE, SQLServer; various output formats)
That is neat, thank you!

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10