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     [SOLVED] How to wrap ACROSS value (work as column title)?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] How to wrap ACROSS value (work as column title)?
 Login/Join
 
Platinum Member
posted
I am trying to wrap ACROSS value with the same old syntax by inserting ",", but it doesn't work.

TABLE FILE EXPENSES
SUM AMOUNT AS ''
ACROSS DEPT COLUMNS 'ABCD,EFGH' AND 'XXYY,ZZZZ'
BY REGION
END

The output just copies the comma, but doesn't wrap the dept value.

Any suggestion?

This message has been edited. Last edited by: <Kathryn Henning>,


7.66 and 7.704
System: Windows / AIX / Linux
Output: Mostly HTML, with some PDF, Excel and Lotus(!)
 
Posts: 147 | Location: Toronto (GTA) | Registered: May 25, 2005Report This Post
Expert
posted Hide Post
Hi bug,

If this is still an issue, please contact Customer Support Services for assistance. The phone number is 1-800-736-6130, or access online at InfoResponse.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Expert
posted Hide Post
the COLUMNS command isn't an AS phrase. the COLUMNS command refers to actual values in the DEPT field. Useful for changing the order of display... Do you have commas within the actual values in the DEPT fields?




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Expert
posted Hide Post
What output format?

If MS Excel then you could replace (use STRREP) with carraige control and/or line feeds (HEXBYT(13,'A1')||HEXBYT(10,'A1')). Also use stylesheet for that column to include WRAP=ON.
If HTML then look at using the HTML tag <:br />

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Platinum Member
posted Hide Post
Tony's solution works. I was trying to use Excel function but this seems better. Thanks.


7.66 and 7.704
System: Windows / AIX / Linux
Output: Mostly HTML, with some PDF, Excel and Lotus(!)
 
Posts: 147 | Location: Toronto (GTA) | Registered: May 25, 2005Report 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     [SOLVED] How to wrap ACROSS value (work as column title)?

Copyright © 1996-2020 Information Builders