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 know this is kind of a loaded subject, but we are running WebFocus out of an open source portal (Liferay) through XML converted format from HTML reports. The fexes are intact, save the statement that writes them in XML instead of HTML.
I have several drill down reports and when you save to Excel, you are saving to someplace on a server or hard drive. We are not saving to the WebFocus server nor will we allow users to do that.
As I have read, everybody is aware that you have to put an .xls extension on to the WF.....report that is output in order to get it to come up in Excel.
After you call it up in Excel, the drills don't work. This is because the connection to the server has been broken.
Anybody know a way around all of this?
Thanks, JulieThis message has been edited. Last edited by: Kerry,
Look up FOCEXURL. There was a recent post on this issue. The problem is that once saved on a hard drive, the Excel document is not connected to a web server and the drill relative addresses won't work.
Putting FOCEXURL in the focexec will remedy the problem.
I found this syntax. However, I neglected to state that I have 3 choices: HTML (which is really XML, but is not being stated that way to bow to users' knowledge), PDF, and Excel.
The set you want is this one: SET FOCEXURL=servername/ibi_apps/WFServlet
Where do I put this in the code in order to have all work?
I got the url drill down to work in the fex but want to parameterize the SERVER_NAME and SERVER_PORT. I tried adding them to edaserve.cfg and edasprof.prf , but the variables were not available in the fex. What's the magic trick? Do I need to use include another fex which keep those variables? Thanks Eric