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'm trying to show the same report in 2 (or more) different domains but do not want to copy the .fex to the other location(s) [for ease of future maintenance]. Is there a way to link to a single copy of the .fex from multiple domains? I tried looking in the documentation but can't seem to find anything that talks about this.
We have heard this request before and we have it on our wish list for next year's release. Unfortunately, it can't be done right now.
Try to use one Domain instead of two to cut down on duplicated reports and consider features like Role Tree in BI Dashboard to control which files each user sees, even though the users may have access to the same domain. Also, many times you can use data security so that each user runs the same report but sees different rows on it. See WF Security Guide, 521, MR Tips and Techniques for more info
There is a way to share fexs among domains. If you put the fex you want to share on the server, under ibi\apps\dirname, (instead of inside the MRE domain), you can then reference it from another fex inside an MRE domain with a -INCLUDE statement.
-MRNOEDIT BEGIN -INCLUDE FEX_ON_SERVER -MRNOEDIT END TABLE FILE WHATEVER
atlantis: Thanks. I tried it and finally got it to work - I needed to get any parameters for the .fex prior to the "-INCLUDE". This will be a big help!