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 have report which generates the link which calls another .fex and show the appropriate data. I can run the report in excel format, save it on my desktop and link work fine. But when I have the report schedules and sent to my mailbox, the links don't work.
When using the report from WebFOCUS and saving to desktop.
C:/ibi_apps/WFServlet%3fIBIF_webapp=/&IBIC_server=FINPRMPT&IBIWF_msgviewer=OFF&IBIMR_drill=X,hapfinan/hapfinan.htm&IBIF_ex=app/essapimg.fex&CLICKED_ON=&VENDOR=5140627&INVOICE=2557284461This message has been edited. Last edited by: kpiracha,
-SET &FOCEXURL = '/ibi_apps/WFServlet?IBIF_webapp=/ibi_apps&|IBIC_server=SERVERNAME&|IBIWF_msgviewer=OFF&|&|IBIMR_drill=X,domainname/domainname.htm&|'; SET FOCEXURL = &FOCEXURL
Great code, but could you give us the logic behind: "/ibi_apps/WFServlet?IBIF_webapp=/ibi_apps&|IBIC_server=SERVERNAME&|IBIWF_msgviewer=OFF&|&|IBIMR_drill=X,domainname/domainname.htm&|';" ?
Nothing special/great about the code..when you have drill down in a report using the FOCEXEC attribute in WF stylesheet the path reference is relative and it works fine as long as you have logged in session with the server. Thru RC when you download the excel the link is relative to the machine on which the excel resides. Having this FOCEXURL points the link to the absolute file. If the fex sits on reporting server all the extra MRE related params are not required.
thanks Sashanka
WF 7.7.03/Windows/HTML,PDF,EXL POC/local Dev Studio 7.7.03 & 7.6.11