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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
<+20 [SOLVED]
 Login/Join
 
Platinum Member
posted
Hello,
Can someone tell me why I am not getting 20 spaces in between "THIS IS" and "MY REPORT" ? Thanks!

TABLE FILE CAR
PRINT *
HEADING
" PTT"
"Revenue by VP by Division by Department"
" INPATIENT Revenue"
" THIS IS <+20 MY REPORT"
" "
FOOTING
" "
ON TABLE NOTOTAL
ON TABLE SET PAGE-NUM OFF
ON TABLE SET HTMLCSS ON
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET GRID ON
ON TABLE SET STYLE *
SQUEEZE=ON,
UNITS=IN,
ORIENTATION=LANDSCAPE,
$
TYPE=REPORT,
SQUEEZE=ON,
FONT=ARIAL,
SIZE=8,
COLOR=BLACK,
BACKCOLOR=NONE,
STYLE=NORMAL,
RIGHTGAP=0.040000,
LEFTGAP=0.040000,
$
TYPE=SUBTOTAL,
STYLE=BOLD+ITALIC,
COLOR=BLUE,
JUSTIFY=CENTER,
$
TYPE=DATA,
BACKCOLOR=( WHITE RGB(232 235 222) ),
JUSTIFY=CENTER,
$
TYPE=DATA,
BACKCOLOR=RGB(232 235 222),
JUSTIFY=CENTER,
$
TYPE=TITLE,
SIZE=8,
COLOR=TEAL,
BACKCOLOR=RGB(232 235 222),
STYLE=BOLD,
JUSTIFY=CENTER,
$
TYPE=ACROSSTITLE,
SIZE=8,
COLOR=TEAL,
BACKCOLOR=RGB(232 235 222),
STYLE=BOLD,
JUSTIFY=CENTER,
$
TYPE=ACROSSVALUE,
ACROSS=DATE,
SIZE=8,
COLOR=TEAL,
-* BACKCOLOR=RGB(232 235 222),
STYLE=BOLD,
JUSTIFY=CENTER,
$
TYPE=HEADING,
LINE=1,
SIZE=10,
JUSTIFY=LEFT,
BACKCOLOR=WHITE,
COLOR=NAVY,
STYLE=BOLD,
$
TYPE=HEADING,
LINE=2,
SIZE=10,
JUSTIFY=LEFT,
BACKCOLOR=WHITE,
COLOR=NAVY,
STYLE=BOLD,
$
TYPE=HEADING,
LINE=3,
SIZE=8,
JUSTIFY=LEFT,
BACKCOLOR=WHITE,
COLOR=NAVY,
STYLE=BOLD,
$
TYPE=HEADING,
LINE=4,
JUSTIFY=LEFT,
BACKCOLOR=WHITE,
COLOR=NAVY,
STYLE=BOLD,
SQUEEZE=OFF,
$
TYPE=FOOTING,
STYLE=BOLD,
JUSTIFY=LEFT,
SIZE=10,
COLOR=NAVY,
$
ENDSTYLE
END

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


Windows version 768
 
Posts: 215 | Registered: March 16, 2006Report This Post
Expert
posted Hide Post
HTML, by nature, reduces multiple spaces to one space, and the +20 is ignored in HTML, Excel...


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Platinum Member
posted Hide Post
Thanks Francis!


Windows version 768
 
Posts: 215 | Registered: March 16, 2006Report This Post
Member
posted Hide Post
I now use SET SHOWBLANKS=ON in my reports
so I have more control over my report headers.
I then use the spacebar to add the number of
spaces I need.

I regularly output to PDF, Excel, and HTML and the spaces are not removed.


WebFocus 7.6.6, Windows
 
Posts: 17 | Registered: September 25, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders