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 textbox and Iam entering multiple Id's separated by commas(say abcd,xyz1,pqrs) and while passing to the fex file I need the single quotes to be around the ID's(say something like select * from table where ID in ('abcd','xyz1','pqrs')...
Could anyone please help me on how to do this.
Thanks a lot in advance!
Regards, ApoorvaThis message has been edited. Last edited by: <Kathryn Henning>,
Hi, Perhaps you can use the STRREP function? Concatenate a single quote to the beginning and end, then replace the comma with quote-comma-quote.
STRREP: Replacing Character Strings The STRREP replaces all instances of a specified string within a source string. It also supports replacement by null strings.
The DEFAULT has to have quotes around and no semi-colon at the end, as the comma splits the value and the semi-colon is not required. The first TRUNCATE may be useful when value comes from an HTML form. The 1000/A1000 length can be any value that would work with your process.
Alan. WF 7.705/8.007
Posts: 1451 | Location: Portugal | Registered: February 07, 2007
One tick starts the string literal. Two ticks escapes it - implying you want to print a single tick - as opposed to ending the string. The very last tick closes the string literal.
webFOCUS 8207.15 WindowsServer 2019
Posts: 120 | Location: Minnesota | Registered: August 26, 2013