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.
You might want to consider getting a copy of the WebFOCUS Keysheet for these nit picking things. A handy quick reference guide to the whole of the WebFOCUS language. You can get it at www.aviter.com --- either PDF or book form.
Good luck with your new endeavors with WebFOCUS. Vivian
Vivian Perlmutter Aviter, Inc.
WebFOCUS Keysheet Rel. 8.0.2 (Almost) 1001 Ways to Work with Dates thru Rel. 8.0.2 Focus since 1982 WebFOCUS since the beginning Vivian@aviter.com
Vivian, I'm surprised Information Builders hasn't stopped you from selling the WebFOCUS Keysheet - isn't knowledge of the WebFOCUS language forbidden in this Brave GUI World?
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
LOL --- Knowledge of the WebFOCUS language will never go away --- dissemination of knowledge should never go away --- now, whether or not the future "coders" will be able to continue to use that knowledge, well, hmmmmmmmm....
Would be very unfortunate if it completely disappears along with all the great functionality you can achieve when you are forced to THINK.
Vivian Perlmutter Aviter, Inc.
WebFOCUS Keysheet Rel. 8.0.2 (Almost) 1001 Ways to Work with Dates thru Rel. 8.0.2 Focus since 1982 WebFOCUS since the beginning Vivian@aviter.com
Well, I've noticed a trend when opening Tech Support cases - there's no interest unless the problem can be reproduced via a GUI built report or HTML file. Me - I'm not interested in this trend whatsoever.
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
I cant imagine having to use MS Access or Excel without being able to code my own VBA and rely completely on the GUI. Id have to quit my job or greatly lower expectations.
I felt the same way when I worked in web development.
You might want to consider getting a copy of the WebFOCUS Keysheet for these nit picking things. A handy quick reference guide to the whole of the WebFOCUS language. You can get it at www.aviter.com --- either PDF or book form.
Good luck with your new endeavors with WebFOCUS. Vivian
Interesting. Do you have anything thru Rel. 8.1.05?
Hallway
Prod: 8202M1
Test: 8202M4
Repository:
OS:
Outputs:
Posts: 608 | Location: Salt Lake City, UT, USA | Registered: November 18, 2015
Goes through version 8.0 - I don't think there were commands added in 8.1 -- but if I am wrong, please feel free to forward them to me and we will add them.
By the way, For Francis --- IBI worked with us editing the Keysheet for about 6 years. Gerry has been a huge fan of the Keysheets.
Vivian Perlmutter Aviter, Inc.
WebFOCUS Keysheet Rel. 8.0.2 (Almost) 1001 Ways to Work with Dates thru Rel. 8.0.2 Focus since 1982 WebFOCUS since the beginning Vivian@aviter.com
Tom, All the functions listed as 8.1 enhancements are in fact part of WebFOCUS (chapter 3). The one exception is the POWER function. I will add this to a future version of the Keysheet.
WebFOCUS 8.0.2, FOCUS since 1977 - John@Aviter.com PDF , Excel, FOCUS, Author of the Keysheets and Dates book. www.Aviter.com
The function POWER is available by using the double asterisk. If that is what the documentation is referencing, then that function is in the Keysheet as well.
WebFOCUS 8.0.2, FOCUS since 1977 - John@Aviter.com PDF , Excel, FOCUS, Author of the Keysheets and Dates book. www.Aviter.com
I believe all the DATE functions are included. Some of the character functions might be new. I will look them up and add any functions that are missing. Some of the IBI documentation may be indicating the functions are new to the GUI interface. The enormous list of functions supported by WebFOCUS compounds the development of the GUI interface. At the same time, the DTRUNC, TOKEN, LPAD, RPAD, and DIGITS functions may in fact be new. We do include STRTOKEN and SUBSTR functions. Note that the DATE functions are included in the Keysheet and the Dates books.
WebFOCUS 8.0.2, FOCUS since 1977 - John@Aviter.com PDF , Excel, FOCUS, Author of the Keysheets and Dates book. www.Aviter.com
Originally posted by John W Price: I believe all the DATE functions are included. Some of the character functions might be new. I will look them up and add any functions that are missing. Some of the IBI documentation may be indicating the functions are new to the GUI interface. The enormous list of functions supported by WebFOCUS compounds the development of the GUI interface. At the same time, the DTRUNC, TOKEN, LPAD, RPAD, and DIGITS functions may in fact be new. We do include STRTOKEN and SUBSTR functions. Note that the DATE functions are included in the Keysheet and the Dates books.
There is what I believe to be a mistake in WebFOCUS Keysheet 8.0.2. At the top of page 53 this:
ACROSS [HIGHEST] field [AS option]
Should be:
ACROSS [HIGHEST] field [AS col_name] option
App Studio WebFOCUS 8.1.05M Windows, All Outputs
Posts: 594 | Location: Michigan | Registered: September 04, 2015
SUBSTR(length, source_string, start, end, sublength, output) vs SUBSTRING(source_string, start_position, length_limit)
DATEDIF('from_date', 'to_date', 'component') vs DTDIFF(end_date, start_date, component)
STRTOKEN(string, delimiters) (MAINTAIN only) vs GETTOK(source_string, length, token#, 'delim', outlen, output) Reporting vs TOKEN(string, delimiter, number) Reporting
Just showing the NEW differences, the streamlined functionality, and, they are not just for the GUI... These are to streamline, optimize and get in line with SQL, imo...