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 managed to fiddle with my settings at some point and have now thoroughly annoyed myself.
1.) When I look at the code the report GUI has made, every thing is now in the form:
table.table.column_name
i.e.
TABLE FILE DDEF_STUDENT_COURSE_REGISTRATIONS SUM CNT.DST.DDEF_STUDENT_COURSE_REGISTRATIONS.DDEF_STUDENT_COURSE_REGISTRATIONS.SSR_STU_ID_NUMBER AS '' BY LOWEST DDEF_STUDENT_COURSE_REGISTRATIONS.DDEF_STUDENT_COURSE_REGISTRATIONS.SSR_SES_CODE BY LOWEST DDEF_STUDENT_COURSE_REGISTRATIONS.DDEF_STUDENT_COURSE_REGISTRATIONS.SSR_PRO_CODE BY LOWEST DDEF_STUDENT_COURSE_REGISTRATIONS.DDEF_STUDENT_COURSE_REGISTRATIONS.CSEC_CRS_CODE BY LOWEST DDEF_STUDENT_COURSE_REGISTRATIONS.DDEF_STUDENT_COURSE_REGISTRATIONS.CSEC_SECTION_NUMBER WHERE SSR_PRO_CODE EQ 'TRANSITIONS'; ON TABLE SET PAGE-NUM NOLEAD ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML END
The table names I work with can very long and it offends my eyes, but I'm not sure how to just go back to:
column_name
In my reports.
2.) When I hit the window button, I know longer see the report names instead, I see "*"
i.e. when you hit, I want to see: Window Tile Cascade Options Report_name_1 etc
instead I see
Window Tile Cascade Options ** * ** etc
Any suggestions on how to get back to the default settings? 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
Amen so that means, you'll get SUM CNT.DST.SSR_STU_ID_NUMBER AS '' BY LOWEST SSR_SES_CODE BY LOWEST SSR_PRO_CODE BY LOWEST CSEC_CRS_CODE BY LOWEST CSEC_SECTION_NUMBER which you could just type in that way yourself ... and avoid all eye pain Francis's way makes it permanent
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
I agree. The singular advantage of fully-qualified fieldnames happens when the same fieldname is used in separate databases that are being JOINed and one needs to reference a particular instance. Otherwise they are mostly a pain in the [your expression here].