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 refer that first item in subtotal line in stylesheet

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] how to refer that first item in subtotal line in stylesheet
 Login/Join
 
Platinum Member
posted
I have an excel report with
on break-1 recompute as 'total '

The 'total break-1 ' prints on the first column of the excel file. I want it print on the second column; but, I can't seem to identify it on the stylesheet. I tried:

TYPE=SUBTOTAL, COLUMN=C1, POSITION=P2, COLOR=RED, $
OR
TYPE=SUBTOTAL, ITEM=1, POSITION=P2, COLOR=RED,$

Nothing works. I know it is not being identified because it does not even print red.
Thanks in advance.

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


wf 7.6.11
unix aix
active reports, HTML, Excel, Text and PDF formats
 
Posts: 102 | Registered: April 20, 2004Report This Post
Platinum Member
posted Hide Post
Did you try this,
TYPE=SUBTOTAL, BY=break-1, .... $

Can you paste here the entire code?


WF 7.7.02 on Windows 7
Teradata
HTML,PDF,EXCEL,AHTML
 
Posts: 165 | Registered: September 29, 2008Report This Post
Virtuoso
posted Hide Post
I don't know whether there is a way to refer to the first item in a subtotal from the stylesheet, but you can reference all the other items in it.

Perhaps you can turn that around to something like this:
TYPE=SUBTOTAL, COLOR=RED,$
TYPE=SUBTOTAL, COLUMN=C2, COLOR=BLACK,$
TYPE=SUBTOTAL, COLUMN=C3, COLOR=BLACK,$
TYPE=SUBTOTAL, COLUMN=C4, COLOR=BLACK,$
...


WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010
: Member of User Group Benelux :
 
Posts: 1669 | Location: Enschede, Netherlands | Registered: August 12, 2010Report This Post
Platinum Member
posted Hide Post
Thanks. I know how to refer any other items. I just can't find a way to refer the first one. And I have to refer the first one because I want to position it somewhere else on the excel sheet.


wf 7.6.11
unix aix
active reports, HTML, Excel, Text and PDF formats
 
Posts: 102 | Registered: April 20, 2004Report This Post
Virtuoso
posted Hide Post
I think you may need to use SUBFOOT in order to reposition text in a sub-total row.


WebFOCUS 7.7.05
 
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007Report 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 refer that first item in subtotal line in stylesheet

Copyright © 1996-2020 Information Builders