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'm trying to do a function call to a sqlserver 2008 r2 function within a sub-select.
SQL PREPARE SQLIN FROM SELECT T1.FIELD_1 , T1.FIELD_17 , (SELECT MIN(SQ.@RETURN_VALUE ) FROM MAITLAND.GETINSTRUMENTIDENTIFER SQ WHERE SQ.@FROMTYPECODE = 'InstCode' AND SQ.@TARGETTYPECODE = 'BbgUniqID' AND SQ.@FROMREFERENCEVALUE = T1.FIELD_17 ) AS INST FROM corporateactions T1 END -RUN When I run the flow I get the following error: (FOC1400) SQLCODE IS 201 (HEX: 000000C9) XOPEN: 42000 Microsoft SQL Server Native Client 10.0: [42000] Procedure or function ' getInstrumentIdentifer' expects parameter '@FromReferenceValue', which was not supplied. (FOC1406) SQL OPEN CURSOR ERROR.
SQ.@FROMREFERENCEVALUE = T1.FIELD_17...why is this not working? When I use a normal sub-select and refer to fields in the main select it works perfectly.
Please help! Regards, JThis message has been edited. Last edited by: <Kathryn Henning>,
WebFOCUS 8.0.02M Windows Server 2008 R2 iSM 6.1.6 - sp6.36971 DQC,MDC 8.01 DQIT 7.08