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 would like to find a way to run a single fex twice on the same HTML dashboard. The FEX would have a variable called &PERIOD that can be used to run 1 = weekly or 2 = Monthly.
How can I set one frame to pass &PERIOD = 1 (for weekly results) and a frame below that that passes &PERIOD = 2 (for monthly results).
I can easily create 2 FEX, but I'd rather not have to deal with twice the maintenance.
Here are a few of the MRE hidden variables that you may need to supply values for. I don't do MRE anymore so some of these might be old or not used (though don't think so)
You could create 2 other fexes. Fex 1 would be passed PERIOD1 and then cal your orginal fex setting PERIOD equal to PERIOD1. Repeat for fex 2 with PERIOD2. You would then use fex 1 and fex 2 in your page instead of your orginal fex.
Fernando, I see what you are talking about and I'm sure that would work fine, but I'm trying to avoid extra fex's altogether if possible. (if I can't figure out any other way, this seems the route to go)
Thank you all for your help. I ended up doing a variation on what Fernando said and imbedding a fex inside my HTML that set the &PERIOD and then did a -INCLUDE on my actual fex. This created a local &PERIOD variable for each instance of the fex.