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, I have a problem concerning a drill on a excel report on an compound report. I have a page (let say-it A)where a give the parameters that I need in my report. When I submit this page, another page (let say-it B) is opened. On the page B, I have three buttons (each for different report). When I submit a report on a page B, the compound report (let say-it C) is opened. On this report (C) I need to make a drill through a final report D.
The problem is when I try to make a drill on EXCEL format(on HTML is alright).As I can see, the connexion with the server is lost, so when I try to make a drill, the path from where it tries to open the D report is "//C:\ibi_apps\WFServlet?IBIF_webapp=\ibi_apps..... " , and not "http://server_name/ibi_apps/WFServlet.." .
I was try to use SET BASEURL = "server_name" (even if that's not a very good options for me, because this report must run on different servers), but it seems that this option is ignored , when the report is in EXCEL format. Do you have any other suggestions for my problem?