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     Border Around Entire Data Column.

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Border Around Entire Data Column.
 Login/Join
 
Master
posted
Greetings,

I'l like to place a border around the outside of one data column.

I'm on WF 5.2.6, and creating a PDF formatted report.

Here is a technque I came up with:

TABLE FILE CAR<br />HEADING<br />"Basic CAR Report."<br />PRINT   CAR AS ''<br />COMPUTE LINE_NO/I3 = LINE_NO + 1; NOPRINT<br />BY      COUNTRY<br />ON TABLE PCHOLD AS RPTPDF1 FORMAT PDF<br />ON TABLE SET STYLE *<br />-* Place a border around the CAR data column.<br /> TYPE=DATA,   COLUMN=N2, BORDER-LEFT=ON, BORDER-RIGHT=ON,<br />   BORDER-COLOR=RGB(102 0 0),<br />   BACKCOLOR=RGB(255 255 204),$<br /> TYPE=DATA,   COLUMN=N2, BORDER-TOP=ON,<br />   BORDER-COLOR=RGB(102 0 0),<br />    WHEN=LINE_NO EQ 1,$<br /> TYPE=DATA,   COLUMN=N2, BORDER-BOTTOM=ON,<br />   BORDER-COLOR=RGB(102 0 0),<br />    WHEN=LINE_NO EQ 10,$<br />ENDSTYLE<br />END
Is this the best way to to this type of thing with Stylesheet syntax?

(This technique requires me to know the ending line number, in advance of running the TABLE command.)

I couldn't find a way to specify the entire column as a whole object.

Thank you for your consideration.

Regards,
Dave
 
Posts: 822 | Registered: April 23, 2003Report 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     Border Around Entire Data Column.

Copyright © 1996-2020 Information Builders