Focal Point
[SOLVED] heading alignment problem with OVER

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

May 05, 2017, 11:08 AM
RRKen
[SOLVED] heading alignment problem with OVER
Is it possible to use OVER and still have the heading aligned over the entire report (data)?

 TABLE FILE CAR
HEADING 
"TEST"
PRINT 
COUNTRY CAR
OVER MODEL RETAIL_COST
IF RECORDLIMIT EQ 4
END 

This message has been edited. Last edited by: FP Mod Chuck,


8.2.03 AIX Client Windows Tomcat
DB2, Terradata, SQL, Oracle
May 06, 2017, 10:52 PM
Don Garland
If I'm understanding this correctly, you want the Heading to SPAN across all of the columns. To do this, just add the ON TABLE.... and TYPE=HEADING.... statements below.

  

 TABLE FILE CAR
HEADING 
"TEST"
PRINT 
COUNTRY CAR
OVER MODEL RETAIL_COST
WHERE RECORDLIMIT EQ 4

ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=HEADING,HEADALIGN=BODY,$
TYPE=HEADING,LINE=1,OBJECT=TEXT,ITEM=1,COLSPAN=4,POSITION=COUNTRY,$

END

This message has been edited. Last edited by: Don Garland,


WebFOCUS Administrator @ Worldpay FIS
PROD/DEV/TEST: 8204, SANDBOX: 8206 soon - BIP, Reportcaster, Resource Manager, EUM, HyperStage soon, DB: HIVE,Oracle,MSSQL