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.
Hello! Does anyone know what I may be doing wrong? I'm trying to pull specific data into Excel based on a value in B3 of Sheet 1 (in Excel) using a webquery. The url that I'm using follows this format: http://(web server name)/ibi_apps/WFServlet?IBIF_ex=(fex name)&(parameter name)='Sheet1'!B3
However, when the webquery is "refreshed" the data doesn't change based on the value in B3.
Any assistance would be greatly appreciated!
WebFOCUS 7.6.10, Windows Vista, Oracle, Output-Excel/PDF/HTML
Google "Excel WebQuery" and "iqy". It is a separate txt file on your PC that can be imported and used to setup WebQueries in Excel. You can create one by saving any WebQuery, and then edit it. Here is the text out of one. Only the first 4 rows are important. Especially the fourth line. Once the WebQuery knows you have parameters, the correct dialogs will appear.
WEB
1
http://rptdev01.ejgallo.com/ib...?IBIF_ex=tbl_display
&FILENAME=["FILENAME","Type in a Filename"]&OUTPUT=["format"]
Selection=AllTables
Formatting=None
PreFormattedTextToColumns=True
ConsecutiveDelimitersAsOne=True
SingleBlockTextImport=False
DisableDateRecognition=False
DisableRedirections=False
After you have imported one (details vary by Excel version), you highlight the cell where the query is attached, right click and pick "parameters". You get a dialog that lets you choose how to satisfy each parameter: by prompting, static value, or choosing a cell that will contain the value. You should get this without using the iqy file to import, but in practice, I found it hard to get the parameters into the query without it.This message has been edited. Last edited by: N.Selph,