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 am wanting to make a report in Webfocus (7.7) that has a displays part of certain rows and all of other rows, like below.
This is just a simple example, but I need to show retention numbers for the university I work at. We have the code to make the spreadsheets, but currently, have to buy hand delete the junk (i.e. 5 years after 2014-15 is 2019-20 and hasn't happened yet) in excel.
I honestly have no idea what to do in webfocus and thought I'd see if someone had done something similar before.
Thanks. This message has been edited. Last edited by: <Kathryn Henning>,
WebFocus 8.104 Windows 7 Entreprise, SP1
Posts: 82 | Location: Abbotsford BC | Registered: March 15, 2010
The image tag in the original post was set up incorrectly. I don't really understand the question. It seems like a filter would exclude the unwanted rows, something like this untested example:
-SET &CURR_FY = &YY | ' - ' | (&YY - 1);
WHERE FY_COLUMN LE '&CURR_FY'
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