Focal Point
[CLOSED]Supress Sub Total on EXPANDBYROW

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

December 10, 2015, 06:27 AM
amdev
[CLOSED]Supress Sub Total on EXPANDBYROW
Hello,

When I apply EXPANDBYROW to create an accordion report it is adding a total across the top against each grouping on the BY field. A total is not needed anywhere in this report, is there a way to supress this?

Thanks

Code below:

TABLE FILE SQLOUT

PRINT
Contact_List_Name AS 'Contact List Name'
List_Status AS 'List Status'
Pass
Initial_Records AS 'Initial/Add Count'
Currently
Avail_30 AS '30 Mins'
Avail_60 AS '60 Mins'
Avail_60Plus AS '60+ Mins'
Timezone_Not_Available AS 'TZ Not Available'
Total
Abort_Rate AS 'Abort Rate'
Last_Updated
BY Segment
ON TABLE SET PAGE-NUM OFF
ON TABLE SET EXPANDBYROW ALL
ON TABLE NOTOTAL
ON TABLE SET CSSURL '/approot/style/opera.css'
ON TABLE SET STYLE *

This message has been edited. Last edited by: <Emily McAllister>,


WebFOCUS 7.6
Windows, All Outputs
December 10, 2015, 08:09 AM
Tom Flynn



Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
December 10, 2015, 08:31 AM
amdev
Thanks for the reply. So there's no way to hide this in webfocus?


WebFOCUS 7.6
Windows, All Outputs
December 10, 2015, 08:39 AM
Tom Flynn
Its automatic, as the manual states...
Change all your numeric fields to alpha using FPRINT and right justify using RJUST.
Search on FPRINT. May work, don't know???


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
December 10, 2015, 08:58 AM
amdev
Thanks, I'll give it a go


WebFOCUS 7.6
Windows, All Outputs
December 15, 2015, 02:50 PM
eric.woerle
amdev,

Just something to note. EXPANDBYROW is basically an adaptation of SUBTOTAL. So you can use subtotal syntax to manipulate it. Also there are some tricks you can do using multiverbs and stuff like that.


Eric Woerle
8.1.05M Gen 913- Reporting Server Unix
8.1.05 Client Unix
Oracle 11.2.0.2