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     [SOLVED] Positioning question

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Positioning question
 Login/Join
 
Platinum Member
posted
Hello All,

I have a positioning question. I have a report that will be dynamic in length based on the data that is used to populate this report. My Issue is that I'd like my dates (far right) to be lined up with the last column on my report (tran code). I have searched this site and have not found a solution. I wondering if someone has a solution for this issue. Tried to cut/paste my report output..could not do this...my example is below


 
               Report Title
user name                          Oct 27,2008
Bank info                  Fee date:Apr  ,2008  

BgrID Bgr Name  fee   cnt   income  tran 
____  ____      ____  ____  ____    ____
xxx   xxx       xxx   xxx   xxx     xxxx



I have also my current stylesheet

 
-BANKHEAD
-*
TYPE=REPORT,GRID=OFF,WRAP=OFF,ORIENTATION=LANDSCAPE,$
TYPE=HEADING,HEADALIGN=BODY,FONT=HELVETICA,SIZE=8,STYLE=BOLD,$
TYPE=HEADING,LINE=1,OBJECT=TEXT,STYLE=BOLD,JUSTIFY=RIGHT,POSITION=4.50,SIZE=12,FONT=HELVETICA,$
TYPE=HEADING,LINE=3,ITEM=1,STYLE=BOLD,POSITION=0.00,SIZE=8,FONT=HELVETICA,COLSPAN=2,$
TYPE=HEADING,LINE=3,ITEM=2,STYLE=BOLD,POSITION=6.70,SIZE=8,FONT=HELVETICA,COLSPAN=2,$
TYPE=HEADING,LINE=4,ITEM=1,STYLE=BOLD,POSITION=0.00,SIZE=8,FONT=HELVETICA,COLSPAN=2,$
TYPE=HEADING,LINE=4,ITEM=2,STYLE=BOLD,POSITION=6.34,SIZE=8,FONT=HELVETICA,COLSPAN=2,$
-*
TYPE=SUBHEAD,HEADALIGN=BODY,FONT=HELVETICA,SIZE=8,$
-*this is the blue line of the report
-*TYPE=SUBHEAD,LINE=1,OBJECT=FIELD,ITEM=1,COLSPAN=3,FONT=HELVETICA,SIZE=8,COLOR=RGB(255 255 255),BACKCOLOR=RGB(57 100 147),STYLE=BOLD,$
TYPE=SUBHEAD,LINE=1,ITEM=1,COLSPAN=3,FONT=HELVETICA,SIZE=8,COLOR=RGB(255 255 255),BACKCOLOR=RGB(57 100 147),STYLE=BOLD,$
TYPE=SUBHEAD,LINE=1,ITEM=2,COLSPAN=1,FONT=HELVETICA,SIZE=8,BACKCOLOR=RGB(57 100 147),STYLE=BOLD,$
TYPE=SUBHEAD,LINE=1,ITEM=3,COLSPAN=1,FONT=HELVETICA,SIZE=8,BACKCOLOR=RGB(57 100 147),STYLE=BOLD,$
TYPE=SUBHEAD,LINE=1,ITEM=4,COLSPAN=1,FONT=HELVETICA,SIZE=8,BACKCOLOR=RGB(57 100 147),STYLE=BOLD,$
TYPE=SUBHEAD,LINE=1,ITEM=5,COLSPAN=1,FONT=HELVETICA,SIZE=8,BACKCOLOR=RGB(57 100 147),STYLE=BOLD,$
TYPE=SUBHEAD,LINE=1,ITEM=6,COLSPAN=1,FONT=HELVETICA,SIZE=8,BACKCOLOR=RGB(57 100 147),STYLE=BOLD,$
TYPE=SUBHEAD,LINE=1,ITEM=7,COLSPAN=1,FONT=HELVETICA,SIZE=8,BACKCOLOR=RGB(57 100 147),STYLE=BOLD,$
TYPE=SUBHEAD,LINE=1,ITEM=8,COLSPAN=1,FONT=HELVETICA,SIZE=8,BACKCOLOR=RGB(57 100 147),STYLE=BOLD,$
TYPE=SUBHEAD,LINE=1,ITEM=9,COLSPAN=1,FONT=HELVETICA,SIZE=8,BACKCOLOR=RGB(57 100 147),STYLE=BOLD,$
TYPE=SUBHEAD,LINE=1,ITEM=10,COLSPAN=1,FONT=HELVETICA,SIZE=8,BACKCOLOR=RGB(57 100 147),STYLE=BOLD,$
TYPE=SUBHEAD,LINE=1,ITEM=11,COLSPAN=1,FONT=HELVETICA,SIZE=8,BACKCOLOR=RGB(57 100 147),STYLE=BOLD,$
TYPE=SUBHEAD,LINE=1,ITEM=12,COLSPAN=1,FONT=HELVETICA,SIZE=8,BACKCOLOR=RGB(57 100 147),STYLE=BOLD,$
-*
TYPE=TITLE,CLASS=TANROWBOLD,JUSTIFY=CENTER,$
TYPE=DATA,CLASS=greyrow,WHEN=LNE EQ 1,$
TYPE=DATA,CLASS=whiterow,WHEN=LNE EQ 2,$
TYPE=SUBFOOT,HEADALIGN=BODY,FONT=HELVETICA,SIZE=8,BACKCOLOR=RGB(214 211 181),STYLE=BOLD,JUSTIFY=RIGHT,$
TYPE=SUBFOOT,LINE=1,OBJECT=TEXT,ITEM=1,COLSPAN=1,FONT=HELVETICA,SIZE=8,BACKCOLOR=RGB(255 255 255),$
TYPE=SUBFOOT,LINE=1,OBJECT=TEXT,ITEM=2,COLSPAN=1,FONT=HELVETICA,SIZE=8,BACKCOLOR=RGB(214 211 181),STYLE=BOLD,JUSTIFY=LEFT,$
TYPE=SUBFOOT,LINE=1,OBJECT=FIELD,ITEM=1,COLSPAN=1,FONT=HELVETICA,SIZE=8,BACKCOLOR=RGB(214 211 181),STYLE=BOLD,JUSTIFY=LEFT,$
TYPE=SUBFOOT,LINE=1,OBJECT=FIELD,ITEM=2,COLSPAN=1,FONT=HELVETICA,SIZE=8,BACKCOLOR=RGB(214 211 181),STYLE=BOLD,JUSTIFY=RIGHT,$
TYPE=SUBFOOT,LINE=2,OBJECT=TEXT,ITEM=1,COLSPAN=1,FONT=HELVETICA,SIZE=8,BACKCOLOR=RGB(255 255 255),$
TYPE=SUBTOTAL,CLASS=tanrowbold,$
TYPE=GRANDTOTAL,CLASS=tanrowbold,$
TYPE=FOOTING,CLASS=modtitle1,$
TYPE=FOOTING,LINE=1,STYLE=BOLD,$
TYPE=ACROSSVALUE,CLASS=stepOff,JUSTIFY=CENTER,$
TYPE=TABFOOTING,CLASS=tanrowbold,$
-GOTO ENDHEAD;
 

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




Prod: WebFOCUS 7.6.10 MRE
Oracle/Sybase
Test: DevStudio 7.6.6
WF Server 7.6.6
Report Caster 7.6.6
Web Server - Tomcat
MS Windows XP SP2
Output: HTML, Excel 2000 , PDF, CSV, DOC

 
Posts: 133 | Registered: December 29, 2006Report This Post
Platinum Member
posted Hide Post
Instead of this:
TYPE=HEADING,LINE=1,OBJECT=TEXT,STYLE=BOLD,JUSTIFY=RIGHT,POSITION=4.50,SIZE=12,FONT=HELVETICA,$


Try this:
TYPE=HEADING,LINE=1,OBJECT=TEXT,STYLE=BOLD,JUSTIFY=RIGHT,POSITION=tran,SIZE=12,FONT=HELVETICA,$

Not sure if the tran column defaults to right justification. You might want to set that explicitly.

Good luck.
 
Posts: 118 | Location: DC | Registered: May 13, 2005Report This Post
Platinum Member
posted Hide Post
Thanks Coder...

I appreciate the information.

Have a great day




Prod: WebFOCUS 7.6.10 MRE
Oracle/Sybase
Test: DevStudio 7.6.6
WF Server 7.6.6
Report Caster 7.6.6
Web Server - Tomcat
MS Windows XP SP2
Output: HTML, Excel 2000 , PDF, CSV, DOC

 
Posts: 133 | Registered: December 29, 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     [SOLVED] Positioning question

Copyright © 1996-2020 Information Builders