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.
Hi, Iam trying to write a simple sql passthrough somehow Iam getting below error.... ...RETRIEVAL KILLED 0 NUMBER OF RECORDS IN TABLE= 0 LINES= 0 0 ERROR AT OR NEAR LINE 10 IN PROCEDURE sql_formula (FOC003) THE FIELDNAME IS NOT RECOGNIZED: test_col BYPASSING TO END OF COMMAND (FOC009) INCOMPLETE REQUEST STATEMENT
The Source Code is: ENGINE SQLORA SET DEFAULT_CONNECTION ERP SQL SQLORA PREPARE SQLOUT FOR select 'Testing' test_col from dual ; TABLE ON TABLE HOLD AS H001 END
TABLE FILE H001 PRINT test_col END
Would you please tell me the issue We are using Webfoucs 7.6.9This message has been edited. Last edited by: Kerry,
WebFocus 7.7.01 Desktop: Windows and Server: Unix Excel, HTML, PDF
Originally posted by PrakashDT: is there a way we can add where clause to sql with value from the report
Yes. Here's an example doing just that.
-* Get XML list for dropdown of the units of measure possible
-DEFAULT &H2O_SINGLE_ITM_DDL = 20867;
ENGINE SQLMSS SET DEFAULT_CONNECTION HI2
SQL SQLMSS PREPARE SQLOUT FOR
select UOM, DL01, DL01_W_DASH
from Unicode.h2o_uom_list(&H2O_SINGLE_ITM_DDL)
order by ord, DL01_W_DASH
END
TABLE FILE SQLOUT
PRINT
UOM
DL01
DL01_W_DASH
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT XML
END
webFOCUS 8207.15 WindowsServer 2019
Posts: 120 | Location: Minnesota | Registered: August 26, 2013