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.
My report is being generated in excel 2007. I have a column that has variable text and I would like it to wrap in one cell. I clicked on the wrap option and it shows up in two rows the first one in row 1 and the rest of message in the second row. How do get I all in the same cell?
SteveThis message has been edited. Last edited by: <Kathryn Henning>,
WebFOCUS 8.0
Posts: 9 | Location: Philadelphia, PA | Registered: October 01, 2013
Here is my code. It wraps for EXL00 but Not for EXL07.
TABLE FILE CAR PRINT CAR.COMP.CAR CAR.CARREC.MODEL ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT EXL07 ON TABLE SET STYLE * $ TYPE=REPORT, COLUMN=N2, WRAP=0.583333, $ ENDSTYLE END
I get the information but the second column does not wrap.
WebFOCUS 8.0
Posts: 9 | Location: Philadelphia, PA | Registered: October 01, 2013
Hmm... Try this, I'm not sure, this workaround helps to you.
DEFINE FILE CAR
breakdata/A6 = HEXBYT(13,'A1')||HEXBYT(10,'A1');
wrapdata/A30 = EDIT(MODEL,'9999$$$$$$')||breakdata||EDIT(MODEL,'$$$$9999999999999999999');
END
TABLE FILE CAR
PRINT CAR MODEL wrapdata
ON TABLE PCHOLD FORMAT EXL2K
END
This message has been edited. Last edited by: Rifaz,
-Rifaz
WebFOCUS 7.7.x and 8.x
Posts: 406 | Location: India | Registered: June 13, 2013