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.
Learning curve depends on what you want to do with the technology (and what role you'll play). Overall, WebFOCUS tools are fairly intuitive for an experienced developer and they make sense to people familiar with other reporting technologies. This leads to a short learning curve.
Some rough estimates based on my experience to get reasonably proficient: 1. End-user run pre-built reports - 0 days 2. End-user Web Ad-hoc tool use - 1/2 day 3. Write reports in the FOCUS language Simple reports - 1 day Moderate complexity - 5 days 4. Dev Studio GUI Tools Development - 1-5 days Full Application Dev/Admin - 15 days
There are various administrative tasks that you can learn in a day to get yourself to a productive level of knowledge, but months to become deeply aware of the WebFOCUS Architecture, features, optimization, user management, and integration options.
From the web standpoint, WebFOCUS Reports and technologies integrate with standards based technologies such as ASP, HTML, JSP with simple URLs. Nothing to be afraid of there. Figuring out how to optimize WebFOCUS integration various environments can take much more time.
As with most anything, the best way to shorten your learning curve is to take some of the beginner training courses which help you get out of the gate the quickest.
Thanks very much Sean. Now am able to work with Report Assistant and Painter.And able to create simple sample reports using script with tools.Able to format them into various MIME types.(PDF EXCEL PS DOC HTML) Current role might be a a report developer but in the future, may need to take up the administrator level. Wanted to know how to integrate a report into a report caster. Went through the IBI site for training programs. But almost all the training will be in the US. Is there any other books to read for webfocus apart from the documentation.
From your comment I take it that going to the workshops are not an option for you..... I've attended a few of the workshops and they provide course workbooks that I refer to often. You might try contacting the training department and see if there is a way you could get the course workbooks. Members of my development team who have not gone to class have also used these with success.
And posting your questions on the forum is always an option that we all benefit from.....
Good Luck.....
Posts: 132 | Location: Kansas | Registered: November 12, 2003
Thanks very much. I went through the site but all the documents or training manuals are not a freeware or shareware.
And another question, I am trying to display my output in the excel format.The code looks like as follows
table file titleauthor SUM CNT.TITLE BY AU_ID END TABLE FILE HOLD HEADING CENTER "TEST MERGE REPORT" PRINT * ON TABLE SET STYLE * TYPE=DATA,BACKCOLOR=('SILVER' 'WHITE'),$ ENDSTYLE ON TABLE SET PAGE-NUM OFF ON TABLE PCHOLD FORMAT EXL97 END
The output displays in the Excel but the column B which shows the count is not visible.The output shows COLUMNA COLUMNC but the COLUMNB is hiding. i need to explicitly make it visible using the mouse.
TABLE FILE CAR SUM CNT.MODEL BY CAR ON TABLE HOLD END TABLE FILE HOLD HEADING CENTER "TEST MERGE REPORT" PRINT * ON TABLE SET STYLE * TYPE=DATA,BACKCOLOR=('SILVER' 'WHITE'),$ ENDSTYLE ON TABLE SET PAGE-NUM OFF ON TABLE PCHOLD FORMAT EXCEL END
I didn't have the problem, all my columns showed.... I'm still using Excel 97.... you might try just FORMAT EXCEL......
Posts: 132 | Location: Kansas | Registered: November 12, 2003
you might also want to count the distinctly different elements. SUM CNT.DST.MODEL
Your manuals are all free and downloadable if you're a licensed user. if you sign up on the tech support website with your site code. You should have gotten one set of manuals with your installation.
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003