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 using 5.2.1. When we name an objective with & in between, say for example my objective name is "This & That",save the objective and then press link measures button, it gives error
0 ERROR AT OR NEAR LINE 56 IN PROCEDURE _PMF_PM_MEAS_SRC_O (FOC261) EXPRESSION IS INCOMPLETE BECAUSE AN OPERATION IS MISSING
If I remove "&", it works fine.
Is "&" not allowed while naming objective.
Thanks AbhinavThis message has been edited. Last edited by: <ABHINAV BALI>,
Fundamentally in 5.2.1 you're still limited in not being able to use a number of characters that are protected to WebFOCUS code. It's definitely an annoyance. Other characters that will cause issues are percent sign (%), period (.), comma (,), and semicolon (. You'll have this problem trying to use these in names, and it's documented to avoid them for the time being.
Ultimately we'll come up with a way to allow this but that way is not already built in 5.2.1.
thanks
Bob Jude Ferrante Director of Business and Development WebFOCUS Performance Management Bob_Ferrante@ibi.com 917-339-5105
I'll take any questions about PMF - business or technical - anytime!
Thanks for the info Bob. I actually realized after replying that this was the PMF forum and not the WF forum.
For my own curiosity, are there any workarounds such as using the html style equivalents (i.e. & a m p ; - w/o the spaces) or passing the ASCII code via something like the CTRAN() function?