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] how to position values from PRINT in WebFOCUS

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] how to position values from PRINT in WebFOCUS
 Login/Join
 
Master
posted
Can anyone help?

In mainframe FOCUS you can specify with the 'IN 15' command that you want to display a value in column 15.

quote:

TABLE FILE CAR
HEADING
" <15 ROOT"
" <15 BEER"
" "
PRINT
CAR AS '' IN 15
BY COUNTRY AS '' IN 1
END
-RUN



I understand that in WebFOCUS I must use the <+0> styling keyword to arrange to have text items line up over the fields in the heading. I am famiiar with the Mickey Grackin
documentation on "WebFOCUS HTML and PDF Design".

What I am stumbling with is how to get the fields to display in certain column positions with the PRINT or SUM command in WebFOCUS.


[QUOTE]
TABLE FILE CAR
PRINT
CAR AS '' ???
BY COUNTRY AS '' ???
ON TABLE SET STYLE *

???
???
???

ENDSTYLE
END
-RUN

I am drawing a blank .... Frowner

Thanks!

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


Tomsweb
WebFOCUS 8.1.05M, 8.2.x
APP Studio, Developer Studio, InfoAssist, Dashboards, charts & reports
Apache Tomcat/8.0.36
 
Posts: 573 | Location: Baltimore, MD | Registered: July 06, 2006Report This Post
Virtuoso
posted Hide Post
Some ideas .... For PDF output, the StyleSheet POSITION attribute is used to exactly place columns in the report. For HTML, you could use the LEFTMARGIN StyleSheet attribute to move the whole report to the right. Blank columns (especially with non-breaking character &nbsp; ) might be used to add distance between columns. The old mainframe syntax (IN nn and SET SPACES) can be used if you SET STYLEMODE=FIXED. You can also use StyleSheet attribute SEQUENCE to change column order.

This message has been edited. Last edited by: Dan Satchell,


WebFOCUS 7.7.05
 
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007Report This Post
Virtuoso
posted Hide Post
Tom,

Can you be a bit more specific.
HTML or PDF?
Using "IN" and wanting to be in a certain position means using a monospaced font. Is that the case?
Do you want to align a column with some field/text in the HEADING?

There are solutions for all these and more.


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

 
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 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] how to position values from PRINT in WebFOCUS

Copyright © 1996-2020 Information Builders