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.
Hi, I'm trying to add a Dummy Columns between the attributes to show the result like a BOX.
Here is the code that I'm using. I trying to remove the borders assigned to the dummy colum, but still the border exist in the TITLE and for the Subtotals.
Any ideas to resolve this issue?
TABLE FILE CAR
PRINT
MODEL
DEALER_COST
RETAIL_COST
COMPUTE 12/D2 = ;
DEALER_COST
BY COUNTRY
BY CAR
ON COUNTRY SUBHEAD
"<COUNTRY "
ON COUNTRY RECOMPUTE
SUM. DEALER_COST
SUM. RETAIL_COST AS '*TOTAL'
ON TABLE SET PAGE-NUM OFF
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,
BORDER=LIGHT,
BORDER-STYLE=SOLID,
BORDER-COLOR='GRAY',
FONT='ARIAL',
SIZE=8,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
$
TYPE=DATA,
COLUMN=N6,
BORDER=OFF,
JUSTIFY=CENTER,
$
TYPE=DATA,
COLUMN=N2,
BORDER=LIGHT,
BORDER-COLOR='GRAY',
$
TYPE=DATA,
COLUMN=N3,
BORDER=LIGHT,
BORDER-COLOR='GRAY',
$
TYPE=DATA,
COLUMN=N4,
BORDER-TOP=LIGHT,
BORDER-LEFT=LIGHT,
BORDER-TOP-STYLE=SOLID,
BORDER-TOP-COLOR='WHITE',
BORDER-BOTTOM-COLOR='WHITE',
BORDER-LEFT-COLOR='GRAY',
BORDER-RIGHT-COLOR='GRAY',
COLOR='WHITE',
$
TYPE=DATA,
COLUMN=N5,
BORDER=LIGHT,
BORDER-COLOR='GRAY',
$
TYPE=DATA,
COLUMN=N1,
BORDER=LIGHT,
BORDER-COLOR='GRAY',
$
TYPE=TITLE,
BORDER=LIGHT,
BORDER-COLOR='GRAY',
STYLE=BOLD,
$
TYPE=TITLE,
COLUMN=N6,
BORDER=OFF,
STYLE=NORMAL,
JUSTIFY=CENTER,
$
TYPE=TITLE,
COLUMN=N4,
BORDER=LIGHT,
BORDER-STYLE=SOLID,
BORDER-COLOR='WHITE',
COLOR='WHITE',
BACKCOLOR='NONE',
STYLE=NORMAL,
$
TYPE=TITLE,
COLUMN=N7,
STYLE=NORMAL,
$
TYPE=TABHEADING,
SIZE=12,
STYLE=BOLD,
$
TYPE=TABFOOTING,
SIZE=12,
STYLE=BOLD,
$
TYPE=HEADING,
SIZE=12,
STYLE=BOLD,
$
TYPE=FOOTING,
SIZE=12,
STYLE=BOLD,
$
TYPE=SUBHEAD,
SIZE=10,
STYLE=BOLD,
$
TYPE=SUBHEAD,
BY=1,
BORDER=OFF,
$
TYPE=SUBFOOT,
SIZE=10,
STYLE=BOLD,
$
TYPE=SUBTOTAL,
BORDER=LIGHT,
BORDER-COLOR='GRAY',
BACKCOLOR='WHITE',
$
TYPE=SUBTOTAL,
BY=1,
COLUMN=N6,
BORDER=OFF,
$
TYPE=SUBTOTAL,
BY=1,
COLUMN=N1,
BORDER=OFF,
$
TYPE=SUBTOTAL,
COLUMN=N4,
BORDER-TOP=LIGHT,
BORDER-BOTTOM=LIGHT,
BORDER-COLOR='GRAY',
COLOR='WHITE',
$
TYPE=ACROSSVALUE,
SIZE=9,
$
TYPE=ACROSSTITLE,
STYLE=BOLD,
$
TYPE=ACROSSTITLE,
COLUMN=N4,
BORDER-TOP=OFF,
BORDER-BOTTOM=OFF,
BORDER-COLOR='WHITE',
COLOR='WHITE',
STYLE=BOLD,
$
TYPE=GRANDTOTAL,
BACKCOLOR=RGB(210 210 210),
STYLE=BOLD,
$
TYPE=REPORT,
COLUMN=N6,
WRAP=0.138889,
$
ENDSTYLE
END
Thanks in advance.
This message has been edited. Last edited by: Kerry,