As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
How can I get this example to be side by side on one page?
So the left side of page would have ENGLAND cars and right sode would have FRANCE cars.
For the report I am creating there also needs to be a header and footer for report name, run time, etc.
-* File side_by_side.fex
-*ENGLAND
TABLE FILE CAR
PRINT
CAR.COMP.CAR
CAR.CARREC.MODEL
CAR.WARANT.WARRANTY
HEADING
"Title: Vehicles"
"<CAR.ORIGIN.COUNTRY "
FOOTING BOTTOM
" Page:<TABPAGENO>of<TABLASTPAGE "
WHERE CAR.ORIGIN.COUNTRY EQ 'ENGLAND';
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = endeflt,
$
TYPE=HEADING,
LINE=1,
JUSTIFY=LEFT,
$
TYPE=HEADING,
LINE=1,
OBJECT=TEXT,
ITEM=1,
BACKCOLOR=RGB(205 205 205),
$
TYPE=HEADING,
LINE=2,
JUSTIFY=LEFT,
$
ENDSTYLE
END
-*FRANCE
TABLE FILE CAR
PRINT
CAR.COMP.CAR
CAR.CARREC.MODEL
CAR.WARANT.WARRANTY
HEADING
"Title: Vehicles"
"<CAR.ORIGIN.COUNTRY "
FOOTING BOTTOM
" Page:<TABPAGENO>of<TABLASTPAGE "
WHERE CAR.ORIGIN.COUNTRY EQ 'FRANCE';
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = endeflt,
$
TYPE=HEADING,
LINE=1,
JUSTIFY=LEFT,
$
TYPE=HEADING,
LINE=1,
OBJECT=TEXT,
ITEM=1,
BACKCOLOR=RGB(205 205 205),
$
TYPE=HEADING,
LINE=2,
JUSTIFY=LEFT,
$
ENDSTYLE
This message has been edited. Last edited by: <Kathryn Henning>,
I went through the threads and got reports side by side, but Im still not able to get this to work with a single header and footer. Its just giving me 2 seperate reports side by side. I need 2 seperate report details side by side sharing a header and a footer. Is this possible?
Im not sure why the code I pasted in the original post got cut off, so that isnt a complete example...
Mikey, I think you should look into the Document Composer. You can set up a Master page that contains the heading and footing, then add a new page and insert the two reports. here's what's generated by the tool:
-* File car_composer1
-* Default Mode: ResourceLayout
SET HTMLARCHIVE=ON
COMPOUND LAYOUT PCHOLD FORMAT DHTML
UNITS=IN, $
SECTION=section1, LAYOUT=ON, METADATA='0.5^0.5^0.5^0.5^4', MERGE=OFF, ORIENTATION=LANDSCAPE, PAGESIZE=Letter, SHOW_GLOBALFILTER=OFF, $
PAGELAYOUT=ALL, NAME='Page Master', $
OBJECT=STRING, NAME='text6', TEXT='<right>Page <ibi-page-number/> of <ibi-total-pages/><BR></right>', POSITION=(9.353 7.700), MARKUP=ON, DIMENSION=(1.146 0.313), font='TREBUCHET MS', color=RGB(0 0 0), size=10, METADATA='', $
OBJECT=STRING, NAME='text7', TEXT='&DATEtrMDYY<BR>', POSITION=(0.500 7.700), MARKUP=ON, DIMENSION=(2.185 0.007), font='TREBUCHET MS', color=RGB(0 0 0), size=10, METADATA='', $
OBJECT=STRING, NAME='text5', TEXT='<center><FONT size=14 face="TREBUCHET MS "><B>Vehicles<BR></B></FONT></center>', POSITION=(0.521 0.521), MARKUP=ON, DIMENSION=(10.000 0.313), font='TREBUCHET MS', color=RGB(0 0 0), size=10, METADATA='', $
COMPONENT='DfltCmpt1', POSITION=(0 0), DIMENSION=(0 0), $
PAGELAYOUT=1, NAME='Vehicles', text='Vehicles', TOC-LEVEL=1, BOTTOMMARGIN=0.5, TOPMARGIN=0.5, METADATA='BOTTOMMARGIN=0.5,TOPMARGIN=0.5,LEFTMARGIN=0,RIGHTMARGIN=0,', $
COMPONENT='report1', TEXT='report1', TOC-LEVEL=2, POSITION=(0.520 1.085), DIMENSION=(4.800 6.353), METADATA='Z-INDEX: 100; POSITION: absolute; WIDTH: 4.8in; HEIGHT: 6.353in; TOP: 1.085in; LEFT: 0.52in', $
COMPONENT='report2', TEXT='Vehicles', TOC-LEVEL=2, POSITION=(5.696 1.085), DIMENSION=(4.800 6.350), METADATA='Z-INDEX: 100; POSITION: absolute; WIDTH: 4.8in; HEIGHT: 6.35in; TOP: 1.085in; LEFT: 5.696in', $
END
SET COMPONENT='DfltCmpt1'
TABLE FILE SYSCOLUM
" "
SUM TBNAME NOPRINT
IF READLIMIT EQ 1
ON TABLE SET PREVIEW ON
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
END
SET COMPONENT='report1'
-*component_type report
TABLE FILE CAR
PRINT
CAR.COMP.CAR
CAR.CARREC.MODEL
CAR.WARANT.WARRANTY
WHERE CAR.ORIGIN.COUNTRY EQ 'ENGLAND';
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = endeflt,
$
TYPE=REPORT,
GRAPHCOLOR='GREEN',
$
TYPE=HEADING,
LINE=1,
JUSTIFY=LEFT,
$
TYPE=HEADING,
LINE=1,
OBJECT=TEXT,
ITEM=1,
BACKCOLOR=RGB(205 205 205),
$
TYPE=HEADING,
LINE=2,
JUSTIFY=LEFT,
$
TYPE=REPORT,
OBJECT=MENU,
COLOR='WHITE',
HOVER-COLOR=RGB(66 70 73),
BACKCOLOR=RGB(102 102 102),
HOVER-BACKCOLOR=RGB(218 225 232),
BORDER-COLOR='WHITE',
$
TYPE=REPORT,
OBJECT=STATUS-AREA,
COLOR='WHITE',
BACKCOLOR=RGB(102 102 102),
$
TYPE=REPORT,
OBJECT=CURRENT-ROW,
HOVER-BACKCOLOR=RGB(218 225 232),
BACKCOLOR=RGB(200 200 200),
$
TYPE=REPORT,
OBJECT=CALC-AREA,
COLOR='WHITE',
BACKCOLOR=RGB(102 102 102),
$
ENDSTYLE
END
SET COMPONENT='report2'
-*component_type report
TABLE FILE CAR
PRINT
CAR.COMP.CAR
CAR.CARREC.MODEL
CAR.WARANT.WARRANTY
WHERE CAR.ORIGIN.COUNTRY EQ 'FRANCE';
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = endeflt,
$
TYPE=REPORT,
GRAPHCOLOR='GREEN',
$
TYPE=HEADING,
LINE=1,
JUSTIFY=LEFT,
$
TYPE=HEADING,
LINE=1,
OBJECT=TEXT,
ITEM=1,
BACKCOLOR=RGB(205 205 205),
$
TYPE=HEADING,
LINE=2,
JUSTIFY=LEFT,
$
TYPE=REPORT,
OBJECT=MENU,
COLOR='WHITE',
HOVER-COLOR=RGB(66 70 73),
BACKCOLOR=RGB(102 102 102),
HOVER-BACKCOLOR=RGB(218 225 232),
BORDER-COLOR='WHITE',
$
TYPE=REPORT,
OBJECT=STATUS-AREA,
COLOR='WHITE',
BACKCOLOR=RGB(102 102 102),
$
TYPE=REPORT,
OBJECT=CURRENT-ROW,
HOVER-BACKCOLOR=RGB(218 225 232),
BACKCOLOR=RGB(200 200 200),
$
TYPE=REPORT,
OBJECT=CALC-AREA,
COLOR='WHITE',
BACKCOLOR=RGB(102 102 102),
$
ENDSTYLE
END
COMPOUND END
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
When including code in a post, please place it in between code tags so that it appears correctly. You can use the last button on the tool bar to wrap the code tags around your code.
SET PAGE = NOLEAD
TABLE FILE IBISAMP/CAR
HEADING
"When liberty is taken away by force it can be restored by force.
When it is relinquished voluntarily by default it can never be recovered. "
PRINT CAR NOPRINT IF RECORDLIMIT IS 1
ON TABLE HOLD AS MYTAB1 FORMAT HTMTABLE
END
TABLE FILE IBISAMP/CAR
SUM RCOST BY COUNTRY
ON TABLE HOLD AS MYTAB11 FORMAT HTMTABLE
END
TABLE FILE IBISAMP/CAR
SUM DCOST BY MODEL
ON TABLE HOLD AS MYTAB12 FORMAT HTMTABLE
END
TABLE FILE IBISAMP/CAR
HEADING
"&DATEwMtDYY Lorem ipsum dolor sit amet, consectetuer adipiscing elit,
sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim "
PRINT CAR NOPRINT IF RECORDLIMIT IS 1
ON TABLE HOLD AS MYTAB2 FORMAT HTMTABLE
END
-RUN
-HTMLFORM BEGIN
<HTML>
<HEAD>
</HEAD>
<BODY>
<TABLE WIDTH=600>
<TR>
<TD COLSPAN=2>
!IBI.FIL.MYTAB1;
</TD></TR>
<TR><TD VALIGN=TOP>
!IBI.FIL.MYTAB11;
<TD VALIGN=TOP>
!IBI.FIL.MYTAB12;
</TD></TR>
<TR><TD COLSPAN=2>
!IBI.FIL.MYTAB2;
</TD></TR></TABLE>
</BODY>
</HTML>
-HTLMFORM END
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Francis, The Document Composer worked, I was able to use the parameters in header and footer text! Took me a while to figure out the tricks, but I found good examples in the Help files.
Susannah, HTML may work too, but the document composer had a visual that helped since Im not to familiar with html code...