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.
here's a text function cheat sheet i just made for myself because i keep thinking i can channel the mind of the focwizard, and i keep screwing up...so i put it on a sticky. You might like to do the same.
ARGLEN(inlength, infield, outfield)
ASIS(argument)
BYTVAL(character, outfield) and HEXBYT(input, output)
CHKFMT(numchar, string, 'mask', outfield)
CTRAN(charlen, string, decimal, decvalue, outfield)
GETTOK(infield, inlen, token_number, 'delim', outlen, outfield)
LCWORD(length, string, outfield) same for UPCASE and LOCASE
LJUST(length, string, outfield) same for RJUST
OVRLAY(string1, stringlen, string2, sublen, position, outfield)
POSIT(parent, inlength, substring, sublength, outfield)
REVERSE(length,string,outfield) and then use LJUST on the outfield
SQUEEZ(length, string, outfield)
STRIP(length, string, char, outfield)
STRREP (inlength, instring, searchlength, searchstring, replength, repstring, outlength, outstring)
SUBSTR(inlength, parent, start, end, sublength, outfield)
TRIM(trim_where, string, string_length, pattern, pattern_length, outfield)
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
If you use EditPlus as your text editor (it's my favourite Windoze program), I have an auto-complete file that can be installed and when you type the function name, EditPlus automatically completes the rest of the syntax - all you have to do is fill in the variables.
These are the functions currently defined, it's easy to add the missing ones.
I downloaded the "Using Functions" Manual to my desktop and placed a shortcut on my Taskbar. I can now electronically search for the function syntax and cut and paste examples.