Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED]how ro merge the column header for multiple columns and showing common text .

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED]how ro merge the column header for multiple columns and showing common text .
 Login/Join
 
Gold member
posted
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
 
Posts: 56 | Registered: February 04, 2010Report This Post
Platinum Member
posted Hide Post
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
 
Posts: 121 | Registered: September 25, 2007Report This Post
Gold member
posted Hide Post
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
 
Posts: 56 | Registered: February 04, 2010Report This Post
Gold member
posted Hide Post
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
 
Posts: 60 | Location: Atlanta, GA | Registered: October 30, 2003Report This Post
Platinum Member
posted Hide Post
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
 
Posts: 103 | Registered: June 12, 2009Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED]how ro merge the column header for multiple columns and showing common text .

Copyright © 1996-2020 Information Builders