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.
The issue is I have a HOLDFILE which contains order numbers and depending on the execution criteria the number of order numbers in the HOLDFILE may be less than or greater than 1000 rows. This HOLDFILE is used in the where clause of another TABLE request using IN FILE HOLDFILE when records in the HOLDFILE are more than 1000 the SQL is failing as Oracle limits 1000 values in the where clause condition.
Using dialogue manager commands I have separated the records more than 1000 and want to put them in the OR condition instead of all in single flow like
COUNTRY IN ('ENGLAND','ITALY') OR COUNTRY IN ('USA','INDIA').
Because FOCUS to SQL conversion is putting everything as COUNTRY IN ('ENGLAND','ITALY','USA','INDIA') I had to replace the entire section of the FOCUS code with SQL PASS THRU where the OR condition remains as is. If the conversion works as needed then I can use the FOCUS code back in place instead of SQL PASS THRU.
WebFOCUS - ver8201 [ReportingServers: Windows 64bit; Client: tomcat and IIS on windows 2012 AppStudio
Posts: 104 | Location: Indianapolis | Registered: November 08, 2007