Focal Point
[CLOSED] how to refer that first item in subtotal line in stylesheet

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/8017092426

September 19, 2012, 06:46 PM
mike
[CLOSED] how to refer that first item in subtotal line in stylesheet
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
September 20, 2012, 02:21 AM
atturhari
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
September 20, 2012, 03:35 AM
Wep5622
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 :
September 20, 2012, 12:23 PM
mike
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
September 20, 2012, 01:52 PM
Dan Satchell
I think you may need to use SUBFOOT in order to reposition text in a sub-total row.


WebFOCUS 7.7.05