Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Formatting HTML Report

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Formatting HTML Report
 Login/Join
 
Member
posted
I have this report
 
-* File a1.fex


-*TABLE FILE CAR
-*PRINT *
-*END



TABLE FILE CAR
PRINT  CAR AS '' MODEL AS '' BODYTYPE AS '' SEAT AS ''
BY COUNTRY NOPRINT
ON COUNTRY SUBHEAD
"COUNTRY: <COUNTRY"
""
"CAR    <+0>        MODEL <+0>   BODY <+0>       SEAT "
"S <+0> TYPE<+0> "
HEADING
" "
"TESTING REPORT"
""
"Period:<+0>2011<+0>Year: <+0>2012"
""

ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
 UNITS=IN,
 SQUEEZE=ON,
 ORIENTATION=PORTRAIT,

$
TYPE=REPORT,
 GRID=OFF,
 FONT='TIMES NEW ROMAN',
 SIZE=10,
$
TYPE=TITLE,
 SIZE=10,
 FONT=TIMES NEW ROMAN,
$
-* Used for setting the Period
TYPE=HEADING,
STYLE=BOLD,
JUSTIFY=CENTER,
LINE=2,
$
TYPE=HEADING,
STYLE=BOLD,
JUSTIFY=LEFT,
LINE=4,
ITEM=1,
OBJECT=TEXT,
POSITION=2.00,
$
TYPE=HEADING,
STYLE=BOLD,
JUSTIFY=LEFT,
LINE=4,
ITEM=2,
OBJECT=TEXT,
POSITION=2.50,
$
TYPE=SUBHEAD,
 LINE=1,
 OBJECT=TEXT,
 STYLE=BOLD,
 SIZE=10,
 POSITION=1.6,
 $

TYPE=SUBHEAD,
 LINE=2,
 OBJECT=TEXT,
 STYLE=BOLD,
 SIZE=10,
 $

TYPE=SUBHEAD,
 LINE=3,
 OBJECT=TEXT,
 STYLE=BOLD,
 SIZE=10,
 $
-* APPORTIONMENT SUBHEAD
TYPE=SUBHEAD,
 LINE=3,
 OBJECT=TEXT,
 ITEM=1,
 STYLE=BOLD,
 SIZE=10,
 COLSPAN=3,
 POSITION=.50,
 $
TYPE=SUBHEAD,
 LINE=3,
 OBJECT=TEXT,
 ITEM=2,
 STYLE=BOLD,
 SIZE=10,
 COLSPAN=3,
  POSITION=.70,
 $
TYPE=SUBHEAD,
 LINE=3,
 OBJECT=TEXT,
 ITEM=3,
 STYLE=BOLD,
 SIZE=10,
 COLSPAN=3,
 POSITION=.90,
 $
 TYPE=SUBHEAD,
 LINE=3,
 OBJECT=TEXT,
 ITEM=4,
 STYLE=BOLD,
 SIZE=10,
 COLSPAN=3,
  POSITION=1.10,
 $
-*##########################################################Begin Second Line SubHead#################################################
TYPE=SUBHEAD,
 LINE=4,
 OBJECT=TEXT,
 ITEM=1,
 STYLE=BOLD,
 SIZE=10,
 COLSPAN=3,
  POSITION=.56,

 $

TYPE=SUBHEAD,
 LINE=4,
 OBJECT=TEXT,
 ITEM=2,
 STYLE=BOLD,
 SIZE=10,
 COLSPAN=3,
 POSITION=3.22,
 $
-*##########################################################End Second Line SubHead#################################################
-*##########################################################Begin Data Styling#################################################
 TYPE=DATA,
 COLUMN=C1,
 SIZE=10,
 COLSPAN=3,
 SQUEEZE=2.0,
 JUSTIFY=CENTER,

 $
 TYPE=DATA,
 COLUMN=C2,
 SIZE=10,
 COLSPAN=3,
 SQUEEZE=2.2,
 $
 TYPE=DATA,
 COLUMN=C3,
 SIZE=10,
 COLSPAN=3,
 SQUEEZE=1.8,
 $
-*##########################################################End Data Styling#################################################


TYPE=DATA,
 COLUMN=N3,
WIDTH=0.12,
$


ENDSTYLE
END
 


I will like a horizontal Line to be above and below the rows. That is there should be a line above and below Jaguar and V12XKE AUTO. There should also be a seperate line above and below Convertible and 2. And this should be in every Data row. Please how do i accomplish this

This message has been edited. Last edited by: joyesiji,


WebFOCUS 7.6.9
Windows
all output (Excel, HTML, PDF)
 
Posts: 20 | Registered: July 06, 2010Report This Post
Platinum Member
posted Hide Post
Try using the BORDER option

TYPE=DATA,
COLUMN=C1,
BORDER-TOP=LIGHT,
BORDER-BOTTOM=LIGHT,
BORDER-COLOR=RED,
BORDER-STYLE=SOLID,
SIZE=10,
COLSPAN=3,
SQUEEZE=2.0,
JUSTIFY=CENTER,

$


WebFOCUS - ver8201
[ReportingServers: Windows 64bit;
Client: tomcat and IIS on windows 2012
AppStudio

 
Posts: 104 | Location: Indianapolis | Registered: November 08, 2007Report This Post
Expert
posted Hide Post
If all else fails, you could embed the HR tag in the report, as it is an HTML report.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Formatting HTML Report

Copyright © 1996-2020 Information Builders