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.
Hi I am facing an issue with data from report that i have created.It gives me data in ascending order of the , instead i want the data to be shown according to the year. So how do i change the same ??
TABLE FILE CLOSEDCR SUM ERROR OVER MAJOR OVER MINOR OVER PROJECT OVER STD ACROSS YEAR_OF_CLOSING AS '' ACROSS MOUNTH_OF_CLOSING AS '' ON TABLE SET PAGE-NUM NOLEAD ON TABLE SET ASNAMES ON ON TABLE PCHOLD FORMAT HTML
-*ON TABLE PCHOLD FORMAT EXL2K NOBREAK
ON TABLE SET HTMLEMBEDIMG ON ON TABLE SET HTMLCSS ON -*ON TABLE SET STYLEMODE FIXED ON TABLE SET STYLE * INCLUDE = endeflt, $ TYPE=REPORT, BORDER=ON, GRID=ON, SQUEEZE=OFF, FONT=CALIBRI, WRAP=0.32000, $ TYPE=TITLE, COLUMN=MAJOR, BACKCOLOR=RGB(0 60 125), $ TYPE=TITLE, COLUMN=MINOR, BACKCOLOR=RGB(71 164 189), $ TYPE=TITLE, COLUMN=STD, BACKCOLOR=RGB(112 183 205), $ TYPE=TITLE, COLUMN=PROJECT, BACKCOLOR=RGB(160 202 217), $
i guess you want to sort the 2 fields as per calendar.
solution1: if yes, then create a corresponding define fields in integer datatype for all the 12 months and then sort them based on the define field. solution2: if possible change the original field datatype to integer which will do the job automatically.
Yes the data I am getting is of the same manner, can something be done in the code in improving the logic ?? Only this part of the report is affected and showing me data in that way