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.
when I input a month (say 8-August), the result should be like this
Order Date : 1/8/2005 Order No.: 1 Customer Name : John Anee Address : ------ City : ------- Product Id : 2432 Qty : 2 Details : -------------------------
Order No: 2 Customer Name : Fox Anthony Address : ------ City : ------- Product Id : 2432 Qty : 2 Details : ------------------------- ======================================== Order Date : 2/8/2005 Order No.: 1 Customer Name : Luis Address : ------ City : ------- Product Id : 2432 Qty : 2 Details : -------------------------
DEFINE FILE EMPLOYEE DATE_ATTEND1/DMY = DATE_ATTEND; END TABLE FILE EMPLOYEE PRINT DATE_ATTEND1 AS 'Date Attended:' OVER EMP_ID AS 'Emp ID:' OVER LAST_NAME AS 'Last Name:' OVER FIRST_NAME AS 'First Name:' OVER DEPARTMENT AS 'Department:' OVER CURR_SAL AS 'Current Salary:' BY DATE_ATTEND1 NOPRINT ON DATE_ATTEND1 UNDER-LINE ON TABLE SET PAGE-NUM OFF ON TABLE NOTOTAL ON TABLE SET ONLINE-FMT HTML ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * UNITS=IN, PAGESIZE='SCREEN', LEFTMARGIN=0.000000, RIGHTMARGIN=0.000000, TOPMARGIN=0.000000, BOTTOMMARGIN=0.000000, SQUEEZE=ON, ORIENTATION=PORTRAIT, $ TYPE=REPORT, GRID=OFF, FONT='ARIAL', SIZE=9, COLOR='BLACK', BACKCOLOR='NONE', STYLE=NORMAL, RIGHTGAP=0.125000, TOPGAP=0.013889, BOTTOMGAP=0.027778, $ END
Posts: 189 | Location: pgh pa | Registered: October 06, 2004