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.
My user needs to UPLOAD an Excel/CSV file with 1 Column to be used as a Parameter in an HTML File. Example file will contain Acct.Numbers as such: 123, 456, 789
The WHERE clause will be as such:
WHERE ACCT_NUMBER IN ('123','456','789)This message has been edited. Last edited by: <Kathryn Henning>,
Developer Studio 7.6.11 Reporting Server = Unix 7.6.8 Client = Unix
Posts: 29 | Location: Houston | Registered: June 19, 2012
So, what we are trying to do is have the user UPLOAD one column of values from Excel into an EDIT BOX on the HTML form so it can pass to FEX to be used in the WHERE Clause..Therefore, we need this to be as easy as possible for the user.
Developer Studio 7.6.11 Reporting Server = Unix 7.6.8 Client = Unix
Posts: 29 | Location: Houston | Registered: June 19, 2012