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     [closed]Spacing in Across Columns

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[closed]Spacing in Across Columns
 Login/Join
 
Member
posted
Sorry for late reply..

Thanks Guys it helped me....

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


7.6.4,unix
all output
 
Posts: 17 | Registered: April 30, 2010Report This Post
Platinum Member
posted Hide Post
What if you put "COUNTRY" in a define field that expands the size and do your cross sort on the define?


WebFOCUS: 7702
O/S : Windows
Data Migrator: 7702
 
Posts: 127 | Location: San Antonio | Registered: May 29, 2009Report This Post
Virtuoso
posted Hide Post
You can use the WIDTH parameter of the Style Sheet to set the width for all columns, or for specific columns by addition of the COLUMN parameter.

TABLE FILE CAR
 PRINT 
  'CAR.COMP.CAR'
 ACROSS 'CAR.ORIGIN.COUNTRY'
 HEADING
  ""
 FOOTING
  ""
 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, GRID=OFF, FONT='TIMES NEW ROMAN', SIZE=10, $
  TYPE=DATA, WIDTH=1.5, $
 ENDSTYLE
END


WebFOCUS 7.7.05
 
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007Report This Post
Member
posted Hide Post
Thanks Dan...It's my mistake, I was trying this with PDF.

It works with HTML, I tried with PDF and didn't work well.

Thanks


7.6.4,unix
all output
 
Posts: 17 | Registered: April 30, 2010Report This Post
Virtuoso
posted Hide Post
For PDF, I believe you will need to use the POSITION keyword in the StyleSheet to position the columns as desired.


WebFOCUS 7.7.05
 
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007Report This Post
Virtuoso
posted Hide Post
I should ad an empty field
PRINT
...
COMPUTE SPACE/A1=''; AS ''

...

and you get a bit of extra space you can controle




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 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     [closed]Spacing in Across Columns

Copyright © 1996-2020 Information Builders