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 a variable that is populated from a multipal select element on a web page. The value is set like this '01a' OR '01b' after submitted. I take that variable and strip out all of the ' and the word(s) OR leaving me with 01a01b. I need to be able and use this variable to test and see it if contains 01a or 01b.
When I run the code and it tries to executes the if contains statement I get this error: (FOC281) ALPHA ARGUMENTS IN PLACE WHERE NUMERIC ARE CALLED FOR
When &SELECTED_SECTION is set to just 01a the code works correctly. Anyone have a suggestion?
DanielThis message has been edited. Last edited by: <Kathryn Henning>,
In Focus since 2012 WebFOCUS 8.0.07 Windows, All Outputs
Did you remove the -SET command in that commented-out line on purpose or is that perhaps where your error originates?
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :
Im in 7.6.8 and we still have a 12 character limit to label names so i changed your SECTION_LOOPER to section_loop and it ran fine. but also, do this: -SET &SHOW_SECTION = IF &SELECTED_SECTION.QUOTEDSTRING CONTAINS &SECTION.QUOTEDSTRING THEN whatever Use the .QUOTEDSTRING, its just good policy.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003