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 WF program that generates an Oracle SQL using parameters supplied by a user entry screen.
The generated SQL runs in WF and returns records, but one of the calculated columns is incorrect. When I paste that same query in PL/SQL, it returns the correct value.
e.g 1702.89 / 15000 = .11353 - this is the result in PL/SQL. When the query is run in WF the result is .03
Ani ideas would be greatly appreciated!This message has been edited. Last edited by: Kerry,
Posts: 7 | Location: Lincoln, NE | Registered: October 29, 2004
One possibility: If the calculation is being performed in a COMPUTE or a DEFINE that cannot be passed to the Oracle database for execution, then it's possible the calculation is being performed at the aggregate level by WF instead of the detail level by Oracle.
WebFOCUS 7.7.05
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007