Focal Point
[CLOSED]how ro merge the column header for multiple columns and showing common text .

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

August 02, 2010, 06:58 AM
raghuram
[CLOSED]how ro merge the column header for multiple columns and showing common text .
Hi All,
We Have 15 columns in the report and for 4 columns we need to merge the header and dispaly column text as below.
------------------------------|
| text |
----- -------------------------
col1 col2 | col3 col4 col5 |



Could you please let me know how can we reach the requirement.


Thanks,
Raghu

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


WebFOCUS 7.6.7
Windows
Excel, PDF, HTML
August 02, 2010, 08:53 AM
Gobinath Velusamy
Hi Raghu

You can use the Heading option to achive this one in Webfocus .Check the below code , it will help You

TABLE FILE CAR
PRINT
CAR AS ''
COUNTRY AS ''
RETAIL_COST AS ''
HEADING
"CAR DETAILS"
ON TABLE
END


Thanks
Gobinath Velusamy


WebFOCUS 7610
Windows
August 02, 2010, 12:10 PM
raghuram
Hi Gobinath,
My requirement is not to display the header for the entire table.
I need header for some columns.
Please find below for my exact requirement.
 |	                   Piece Price								         |

Supplier Code Supplier Name | CQA Currency Currency2 CEA Currency3 Currency Actual Currency |


supplier code and supplier should not contain the header .Piece price text should be dispaly as header for all column titles other than supplier code and supplier name.

Thanks,
Raghu

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


WebFOCUS 7.6.7
Windows
Excel, PDF, HTML
August 02, 2010, 12:26 PM
mrguru
How about this?

TABLE FILE CAR
PRINT
CAR AS '          CAR DETAILS'
COUNTRY AS ''
RETAIL_COST AS ''
HEADING
"THIS IS MY REPORT "
" "
ON TABLE
END



WF 8.2.01M
8.2.01M Reporting Server
Windows 2012 Srvr R2
PDF,Excel, HTML
Graphs - a lot of graphs
August 02, 2010, 01:13 PM
Severus.snape
Hi,

If the output format is excel or html use spot markers along with COLSPAN and HEADALIGN=BODY.
If output format is PDF spaces in the header would do the trick.


thanks
Sashanka


WF 7.7.03/Windows/HTML,PDF,EXL
POC/local Dev Studio 7.7.03 & 7.6.11