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 have generated receipts and letters in webfocus. These receipts and letters involve a lot of formatting and tedious work to make them appear correctly. They are currently sorted by id and gift number, but now I am asked to sort them in ABC order. When I change the sort the entire format is ignored. How can I change my sort without messing up my formats?This message has been edited. Last edited by: Tracie Jones,
The fact that you're referencing your report columns in the style-sheet with positional names (N7, N4 etc.) is the reason that the styling is not working - since you added new BY statements, all the positional names would have to be changed. The easier thing to do would be to use the real column names, and when you specify a report column more than once (e.g. in a BY NOPRINT and as a column) simply use field_name(*) to refer to the column (e.g. TYPE=DATA, COLUMN=LAST_NAME(*), SIZE=10, $ The * will style all columns with the name LAST_NAME.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Yes, the first two fields I want to delete and change to BY LAST_NAME AND BY FIRST_NAME
TABLE FILE ACKHOLD BY SPRIDEN_ID NOPRINT BY GIFT_NO_KEY NOPRINT BY FILLER AS ' ' BY 'ACKHOLD.ACKHOLD.GDATE' AS 'GIFT DATE' BY 'ACKHOLD.ACKHOLD.GAMT' AS 'GIFT AMOUNT(S)' BY FILLER AS '' BY 'ACKHOLD.ACKHOLD.DESIGNATION_NAME' AS 'DESIGNATION(S)' ON ACKHOLD.ACKHOLD.SPRIDEN_ID PAGE-BREAK
Tracie, this should be no problem, don't forget to change the PAGE-BREAK line as well.
quote:
" Sincerely," " " " " " ON TABLE SET PAGE-NUM OFF
I notice that there is a double quote missing before the ON TABLE SET PAGE-NUM OFF.
Other than that I can see nothing untoward at all.This message has been edited. Last edited by: Alan B,
Alan. WF 7.705/8.007
Posts: 1451 | Location: Portugal | Registered: February 07, 2007