Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Upload Parameters VIA Excel/CSV into HTML

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Upload Parameters VIA Excel/CSV into HTML
 Login/Join
 
Member
posted
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, 2012Report This Post
Expert
posted Hide Post
What is your question about this?
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
Member
posted Hide Post
My apologies; can this be done and if so, how can we accomplish this?


Developer Studio 7.6.11
Reporting Server = Unix 7.6.8
Client = Unix
 
Posts: 29 | Location: Houston | Registered: June 19, 2012Report This Post
Expert
posted Hide Post
Yes it can be done. Upload their data file to an app server, in their app path, and use that in your IN FILE selection criteria...
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
Member
posted Hide Post
Can it be uploaded from user's desktop?


Developer Studio 7.6.11
Reporting Server = Unix 7.6.8
Client = Unix
 
Posts: 29 | Location: Houston | Registered: June 19, 2012Report This Post
Member
posted Hide Post
Can it be done programatically on the fly


Developer Studio 7.6.11
Reporting Server = Unix 7.6.8
Client = Unix
 
Posts: 29 | Location: Houston | Registered: June 19, 2012Report This Post
Member
posted Hide Post
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, 2012Report This Post
Master
posted Hide Post
Leo,

please keep in mind that the number of values you can put in a WHERE is limited.

Danger of SQL-buffer overload. ( maximum number of characters allowed in SQL statement ).
Either by the RDMS or Adapter or ODBC or whatever.

WHERE TESTVAL IN ( here a lot of comma separated values );

Perhaps you'll need to join ( or match ) the uploaded file with a complete set of all data...

Just a heads up,
Dave

This message has been edited. Last edited by: Dave,


_____________________
WF: 8.0.0.9 > going 8.2.0.5
 
Posts: 668 | Location: Veghel, The Netherlands | Registered: February 16, 2010Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Upload Parameters VIA Excel/CSV into HTML

Copyright © 1996-2020 Information Builders