Focal Point
[CLOSED] on break-name recompute (or subtotal) as 'total xxx' split to new line

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

September 17, 2012, 04:30 PM
mike
[CLOSED] on break-name recompute (or subtotal) as 'total xxx' split to new line
Does anyone know how to make "on break-name recompute (or subtotal) as 'total xxx' " not to break into a new line?

The subtotal line is always broken into two different lines. The alpha description 'total xxx' on one line and the numerics on the second.

I have read somewhere that WFC estimates that they won't fit in one line and hence splits in two. But they CAN fit in one (just like the details).

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 17, 2012, 05:03 PM
Prarie
If you will do a search on 'Subtotal two lines' you will get many discussions on the subject.
September 17, 2012, 06:24 PM
mike
Adding a blank for sort break fixes the split; but, it adds a new blank column in the report.

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


wf 7.6.11
unix aix
active reports, HTML, Excel, Text and PDF formats
September 18, 2012, 08:42 AM
George Patton
Yes it does add an unwanted extra column ... and you have to either live with that or use a subfoot with embedded ST.fieldname. That works a long as you can guarantee the report will not be wider than the page, and you do not have repeating fields in an ACROSS.


WebFOCUS 7.7.05 Windows, Linux, DB2, IBM Lotus Notes, Firebird, Lotus Symphony/OpenOffice. Outputs PDF, Excel 2007 (for OpenOffice integration), WP
September 18, 2012, 09:31 AM
<Emily Duensing>
I'm reaching way back in my memory for this one, but it seems like I remember that happening when the column that has the 'total xxx' is not wide enough... making that column a bit wider then makes the line single again.
September 18, 2012, 09:47 AM
Francis Mariani
"Not wide enough" shouldn't be a 21st century problem, but in WebFOCUS it is.

This may be occurring because you have one or more BY zzz NOPRINT before the SUBTOTAL. There are quite a few threads about this problem with many suggestions, but I haven't yet found the definitive one.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
September 18, 2012, 12:16 PM
mike
thanks all for the responses. The long and short of it is that I cannot use st.fieldname because I am using recompute to recalcuate percentages. And the unwanted extra column from adding the blank break field is just not acceptable in an excel formt. So. Frowner It is just amazing that webfocus has not fixed this all too common problem.


wf 7.6.11
unix aix
active reports, HTML, Excel, Text and PDF formats