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.
I'm wrapping the column in PDF format. But for particular data in that column, I need to change the wrap value.
Ex: Data will look like DETAILS (it is the column) Name: XXXX Dept: XXX Salary: XXXXX Joined On: 06/03/2005 00:00:00.000 CDT
From the above data, If I give the wrap based on name field. The "Joined On" line data wrap the time in to next line. I dont want that. That data has to print in same line.
If I adjust the wrap to print "Joined On" data in one line. sometimes the name field may have data exceeds 80 characters, then I'm getting PDF error "File is damaged and could not be repaired"
I thought of giving WHEN condition in stylesheet for WRAP.
ie., TYPE=REPORT,COLUMN=DETAILS,WRAP=1.0,WHEN=DETAILS NE 'JOINED ON',$ TYPE=REPORT,COLUMN=DETAILS,WRAP=2.0,WHEN=DETAILS EQ 'JOINED ON',$
The above stylesheet not working. Anybody have any ideas or suggestions.
Posts: 780 | Location: Florida | Registered: January 09, 2005
TABLE FILE CAR SUM RETAIL_COST NOPRINT BY COUNTRY NOPRINT BY CAR NOPRINT BY MODEL NOPRINT ON TABLE PCHOLD FORMAT PDF ON MODEL NOSPLIT ON MODEL SUBHEAD "Country: <+0><COUNTRY" "Car: <+0><CAR" "Retail Cost: <+0><RETAIL_COST" "Model: <+0><MODEL" ON TABLE SET STYLE * TYPE=SUBHEAD,LINE=1,ITEM=2,WRAP=1.00,$ TYPE=SUBHEAD,LINE=2,ITEM=2,WRAP=1.00,$ TYPE=SUBHEAD,LINE=3,ITEM=2,WRAP=1.00,JUSTIFY=LEFT,$ TYPE=SUBHEAD,LINE=4,ITEM=2,WRAP=2.00,JUSTIFY=LEFT,$ ENDSTYLE END
Posts: 406 | Location: Canada | Registered: May 31, 2004